|
||||||||||
| 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. |
Attributes |
getAttributes()
Returns the attributes. |
int |
getColumnNumber()
|
String |
getData()
Returns the data. |
Node |
getFirstChild()
Return the first child. |
int |
getLineNumber()
|
String |
getLocalName()
Returns the localName. |
String |
getName()
Returns the name. |
Node |
getNextSibling()
Returns the nextSibling. |
abstract NodeType |
getNodeType()
Return the node type. |
ParentNode |
getParentNode()
Returns the parentNode. |
List<PrefixMapping> |
getPrefixMappings()
Returns the prefixMappings. |
Node |
getPreviousSibling()
Returns the previous sibling |
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. |
| 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 LocatorLocator.getColumnNumber()public int getLineNumber()
getLineNumber in interface LocatorLocator.getLineNumber()public String getPublicId()
getPublicId in interface LocatorLocator.getPublicId()public String getSystemId()
getSystemId in interface 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 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 | |||||||||