Package org.attoparser.dom
Class CDATASection
Object
org.attoparser.dom.Text
org.attoparser.dom.CDATASection
- All Implemented Interfaces:
Serializable,INode
CDATA Section node in a DOM tree.
- Since:
- 2.0.0
- Author:
- Daniel Fernández
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneNode(INestableNode parent) getCol()getLine()booleanhasCol()booleanhasLine()booleanvoidvoidvoidsetParent(INestableNode parent) Methods inherited from class org.attoparser.dom.Text
getContent, setContent, setContent
-
Constructor Details
-
CDATASection
-
-
Method Details
-
cloneNode
-
hasLine
public boolean hasLine() -
getLine
-
setLine
-
hasCol
public boolean hasCol() -
getCol
-
setCol
-
hasParent
public boolean hasParent() -
getParent
-
setParent
-