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 Node
detach, getAttributes, getColumnNumber, getFirstChild, getLineNumber, getLocalName, getName, getNextSibling, getParentNode, getPrefixMappings, getPreviousSibling, getPublicId, getPublicIdentifier, getQName, getSystemId, getSystemIdentifier, getUri
-
Constructor Details
-
ProcessingInstruction
-
-
Method Details
-
getNodeType
Description copied from class:NodeReturn the node type.- Specified by:
getNodeTypein classNode- Returns:
- the node type
- See Also:
-
getData
-
getTarget
-