public class XmlDeclaration extends Object implements Serializable
XML Declaration node in a DOM tree.
Constructor and Description |
---|
XmlDeclaration(String version,
String encoding,
String standalone) |
Modifier and Type | Method and Description |
---|---|
XmlDeclaration |
cloneNode(INestableNode parent) |
Integer |
getCol() |
String |
getEncoding() |
Integer |
getLine() |
INestableNode |
getParent() |
String |
getStandalone() |
String |
getVersion() |
boolean |
hasCol() |
boolean |
hasLine() |
boolean |
hasParent() |
void |
setCol(Integer col) |
void |
setEncoding(String encoding) |
void |
setLine(Integer line) |
void |
setParent(INestableNode parent) |
void |
setStandalone(String standalone) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
public String getEncoding()
public void setEncoding(String encoding)
public String getStandalone()
public void setStandalone(String standalone)
public XmlDeclaration cloneNode(INestableNode parent)
public INestableNode getParent()
public void setParent(INestableNode parent)
Copyright © 2023 The ATTOPARSER team. All rights reserved.