| Modifier and Type | Field and Description |
|---|---|
(package private) Name |
name |
(package private) java.lang.String |
value |
| Constructor and Description |
|---|
AttributeNode(Name name,
org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData()
Returns text for TEXT node; value for attribute node;
content for comment node;
content after PI for PI node; null otherwise.
|
SafeNodeIterator |
getFollowingSiblings() |
Name |
getName()
Returns element type name for element; attribute name for an attribute;
target for a PI.
|
byte |
getType() |
compareTo, equals, getAttribute, getAttributes, getAttributeValue, getChildren, getElementWithId, getGeneratedId, getLineNumber, getNamespacePrefixMap, getParent, getRoot, getUnparsedEntityURI, getURL, isIdfinal Name name
java.lang.String value
AttributeNode(Name name, org.w3c.dom.Node domNode, ContainerNode parent, int childIndex)
public byte getType()
public Name getName()
Nodepublic final java.lang.String getData()
Nodepublic SafeNodeIterator getFollowingSiblings()
getFollowingSiblings in interface NodegetFollowingSiblings in class NodeBase