Interface INode
- All Known Subinterfaces:
INestableNode
- All Known Implementing Classes:
AbstractNestableNode, AbstractNode, CDATASection, Comment, DocType, Document, Element, ProcessingInstruction, Text, XmlDeclaration
public interface INode
Base interface for all nodes in a DOM tree.
- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
hasLine
boolean hasLine() -
getLine
Integer getLine() -
setLine
-
hasCol
boolean hasCol() -
getCol
Integer getCol() -
setCol
-
hasParent
boolean hasParent() -
getParent
INestableNode getParent() -
setParent
-
cloneNode
-