|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnu.validator.saxtree.Node
public abstract class Node
Field Summary | |
---|---|
private int |
column
|
private int |
line
|
private Node |
nextSibling
|
private ParentNode |
parentNode
|
private String |
publicId
|
private String |
systemId
|
Constructor Summary | |
---|---|
Node(Locator locator)
|
Method Summary | |
---|---|
void |
detach()
|
Attributes |
getAttributes()
Returns the attributes. |
int |
getColumnNumber()
|
String |
getData()
Returns the data. |
Node |
getFirstChild()
|
int |
getLineNumber()
|
String |
getLocalName()
Returns the localName. |
String |
getName()
Returns the name. |
Node |
getNextSibling()
Returns the nextSibling. |
abstract NodeType |
getNodeType()
|
ParentNode |
getParentNode()
Returns the parentNode. |
List<PrefixMapping> |
getPrefixMappings()
Returns the prefixMappings. |
String |
getPublicId()
|
String |
getPublicIdentifier()
Returns the publicIdentifier. |
String |
getQName()
Returns the qName. |
String |
getSystemId()
|
String |
getSystemIdentifier()
Returns the systemIdentifier. |
String |
getTarget()
Returns the target. |
String |
getUri()
Returns the uri. |
(package private) void |
revisit(TreeParser treeParser)
|
(package private) void |
setNextSibling(Node nextSibling)
Sets the nextSibling. |
(package private) void |
setParentNode(ParentNode parentNode)
Sets the parentNode. |
(package private) abstract void |
visit(TreeParser treeParser)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final String systemId
private final String publicId
private final int column
private final int line
private Node nextSibling
private ParentNode parentNode
Constructor Detail |
---|
Node(Locator locator)
Method Detail |
---|
public int getColumnNumber()
getColumnNumber
in interface Locator
public int getLineNumber()
getLineNumber
in interface Locator
public String getPublicId()
getPublicId
in interface Locator
public String getSystemId()
getSystemId
in interface Locator
abstract void visit(TreeParser treeParser) throws SAXException
SAXException
void revisit(TreeParser treeParser) throws SAXException
SAXException
public Node getFirstChild()
public final Node getNextSibling()
void setNextSibling(Node nextSibling)
nextSibling
- the nextSibling to setpublic final ParentNode getParentNode()
public abstract NodeType getNodeType()
void setParentNode(ParentNode parentNode)
parentNode
- the parentNode to setpublic void detach()
public String getName()
public String getPublicIdentifier()
public String getSystemIdentifier()
public Attributes getAttributes()
public String getLocalName()
public List<PrefixMapping> getPrefixMappings()
public String getQName()
public String getUri()
public String getData()
public String getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |