public interface INode
Base interface for all nodes in a DOM tree.
Modifier and Type | Method and Description |
---|---|
INode |
cloneNode(INestableNode parent) |
Integer |
getCol() |
Integer |
getLine() |
INestableNode |
getParent() |
boolean |
hasCol() |
boolean |
hasLine() |
boolean |
hasParent() |
void |
setCol(Integer col) |
void |
setLine(Integer line) |
void |
setParent(INestableNode parent) |
boolean hasLine()
Integer getLine()
void setLine(Integer line)
boolean hasCol()
Integer getCol()
void setCol(Integer col)
boolean hasParent()
INestableNode getParent()
void setParent(INestableNode parent)
INode cloneNode(INestableNode parent)
Copyright © 2023 The ATTOPARSER team. All rights reserved.