|
||||||||||
| 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
The common node superclass.
| Method Summary | |
|---|---|
void |
detach()
Detach this node from its parent. |
org.xml.sax.Attributes |
getAttributes()
Returns the attributes. |
int |
getColumnNumber()
|
java.lang.String |
getData()
Returns the data. |
Node |
getFirstChild()
Return the first child. |
int |
getLineNumber()
|
java.lang.String |
getLocalName()
Returns the localName. |
java.lang.String |
getName()
Returns the name. |
Node |
getNextSibling()
Returns the nextSibling. |
abstract NodeType |
getNodeType()
Return the node type. |
ParentNode |
getParentNode()
Returns the parentNode. |
java.util.List<PrefixMapping> |
getPrefixMappings()
Returns the prefixMappings. |
Node |
getPreviousSibling()
Returns the previous sibling |
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.LocatorLocator.getColumnNumber()public int getLineNumber()
getLineNumber in interface org.xml.sax.LocatorLocator.getLineNumber()public java.lang.String getPublicId()
getPublicId in interface org.xml.sax.LocatorLocator.getPublicId()public java.lang.String getSystemId()
getSystemId in interface org.xml.sax.LocatorLocator.getSystemId()public Node getFirstChild()
public final Node getNextSibling()
public final Node getPreviousSibling()
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 | |||||||||