Package org.attoparser.dom
Class AbstractNode
java.lang.Object
org.attoparser.dom.AbstractNode
- All Implemented Interfaces:
INode
- Direct Known Subclasses:
AbstractNestableNode
,Comment
,DocType
,ProcessingInstruction
,Text
,XmlDeclaration
-
Field Details
-
line
-
col
-
parent
-
-
Constructor Details
-
AbstractNode
protected AbstractNode()
-
-
Method Details
-
hasLine
public boolean hasLine() -
getLine
-
setLine
-
hasCol
public boolean hasCol() -
getCol
-
setCol
-
hasParent
public boolean hasParent() -
getParent
-
setParent
-