Package nu.validator.saxtree
Class ProcessingInstruction
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ProcessingInstruction
- All Implemented Interfaces:
Locator
A processing instruction.
- Version:
- $Id$
- Author:
- hsivonen
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingInstruction
(Locator locator, String target, String data) Constructor. -
Method Summary
Methods inherited from class nu.validator.saxtree.Node
detach, getAttributes, getColumnNumber, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getUri
-
Constructor Details
-
ProcessingInstruction
Constructor.- Parameters:
locator
- the locatortarget
- PI targetdata
- PI data
-
-
Method Details
-
getNodeType
Description copied from class:Node
Return the node type.- Specified by:
getNodeType
in classNode
- Returns:
- the node type
- See Also:
-
getData
Returns the data. -
getTarget
Returns the target.
-