org.attoparser.markup.dom.impl
Class CDATASection
Object
org.attoparser.markup.dom.impl.AbstractNode
org.attoparser.markup.dom.impl.Text
org.attoparser.markup.dom.impl.CDATASection
- All Implemented Interfaces:
- Serializable, ICDATASection, INode, IText
public class CDATASection
- extends Text
- implements ICDATASection
Default implementation of the ICDATASection interface.
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDATASection
public CDATASection(String content)
cloneNode
public CDATASection cloneNode(INestableNode parent)
- Specified by:
cloneNode in interface INode- Overrides:
cloneNode in class Text
Copyright © 2012 The ATTOPARSER team. All Rights Reserved.