public class CDATASection extends Text
CDATA Section node in a DOM tree.
Constructor and Description |
---|
CDATASection(String content) |
Modifier and Type | Method and Description |
---|---|
CDATASection |
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) |
getContent, setContent, setContent
public CDATASection(String content)
public CDATASection cloneNode(INestableNode parent)
public INestableNode getParent()
public void setParent(INestableNode parent)
Copyright © 2023 The ATTOPARSER team. All rights reserved.