com.jclark.xsl.dom

Class ProcessingInstructionNode

Implemented Interfaces:
Node, SourceLocator

(package private) class ProcessingInstructionNode
extends NodeBase

Field Summary

Fields inherited from class com.jclark.xsl.dom.NodeBase

domNode, level, parent, root

Fields inherited from interface com.jclark.xsl.om.Node

ALLTYPES, ATTRIBUTE, COMMENT, ELEMENT, N_TYPES, PROCESSING_INSTRUCTION, ROOT, TEXT

Constructor Summary

ProcessingInstructionNode(org.w3c.dom.Node domNode, ContainerNode parent, int childIndex)

Method Summary

String
getData()
Name
getName()
byte
getType()

Methods inherited from class com.jclark.xsl.dom.NodeBase

compareTo, equals, getAttribute, getAttributeValue, getAttributes, getChildren, getColumnNumber, getData, getElementWithId, getFollowingSiblings, getGeneratedId, getLineNumber, getName, getNamespacePrefixMap, getParent, getPublicId, getRoot, getSystemId, getURL, getUnparsedEntityURI, isId

Constructor Details

ProcessingInstructionNode

(package private)  ProcessingInstructionNode(org.w3c.dom.Node domNode,
                                             ContainerNode parent,
                                             int childIndex)

Method Details

getData

public final String getData()
Specified by:
getData in interface Node
Overrides:
getData in interface NodeBase

getName

public Name getName()
Specified by:
getName in interface Node
Overrides:
getName in interface NodeBase

getType

public byte getType()
Specified by:
getType in interface Node