|
||||||||||
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
Method Summary | |
---|---|
void |
detach()
|
org.xml.sax.Attributes |
getAttributes()
Returns the attributes. |
int |
getColumnNumber()
|
java.lang.String |
getData()
Returns the data. |
Node |
getFirstChild()
|
int |
getLineNumber()
|
java.lang.String |
getLocalName()
Returns the localName. |
java.lang.String |
getName()
Returns the name. |
Node |
getNextSibling()
Returns the nextSibling. |
abstract NodeType |
getNodeType()
|
ParentNode |
getParentNode()
Returns the parentNode. |
java.util.List<PrefixMapping> |
getPrefixMappings()
Returns the prefixMappings. |
java.lang.String |
getPublicId()
|
java.lang.String |
getPublicIdentifier()
Returns the publicIdentifier. |
java.lang.String |
getQName()
Returns the qName. |
java.lang.String |
getSystemId()
|
java.lang.String |
getSystemIdentifier()
Returns the systemIdentifier. |
java.lang.String |
getTarget()
Returns the target. |
java.lang.String |
getUri()
Returns the uri. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getColumnNumber()
getColumnNumber
in interface org.xml.sax.Locator
public int getLineNumber()
getLineNumber
in interface org.xml.sax.Locator
public java.lang.String getPublicId()
getPublicId
in interface org.xml.sax.Locator
public java.lang.String getSystemId()
getSystemId
in interface org.xml.sax.Locator
public Node getFirstChild()
public final Node getNextSibling()
public final ParentNode getParentNode()
public abstract NodeType getNodeType()
public void detach()
public java.lang.String getName()
public java.lang.String getPublicIdentifier()
public java.lang.String getSystemIdentifier()
public org.xml.sax.Attributes getAttributes()
public java.lang.String getLocalName()
public java.util.List<PrefixMapping> getPrefixMappings()
public java.lang.String getQName()
public java.lang.String getUri()
public java.lang.String getData()
public java.lang.String getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |