Constructor and Description |
---|
ProcessingInstructionNode(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.
|
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, getFollowingSiblings, getGeneratedId, getLineNumber, getNamespacePrefixMap, getParent, getRoot, getUnparsedEntityURI, getURL, isId
ProcessingInstructionNode(org.w3c.dom.Node domNode, ContainerNode parent, int childIndex)