public abstract class Node extends Object implements Locator
Modifier and Type | Method and Description |
---|---|
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.
|
public int getColumnNumber()
getColumnNumber
in interface Locator
Locator.getColumnNumber()
public int getLineNumber()
getLineNumber
in interface Locator
Locator.getLineNumber()
public String getPublicId()
getPublicId
in interface Locator
Locator.getPublicId()
public String getSystemId()
getSystemId
in interface Locator
Locator.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()
Copyright © 2017. All rights reserved.