|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nu.validator.saxtree.Node nu.validator.saxtree.ProcessingInstruction
public final class ProcessingInstruction
A processing instruction.
Constructor Summary | |
---|---|
ProcessingInstruction(org.xml.sax.Locator locator,
java.lang.String target,
java.lang.String data)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getData()
Returns the data. |
NodeType |
getNodeType()
Return the node type. |
java.lang.String |
getTarget()
Returns the target. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessingInstruction(org.xml.sax.Locator locator, java.lang.String target, java.lang.String data)
locator
- the locatortarget
- PI targetdata
- PI dataMethod Detail |
---|
public NodeType getNodeType()
Node
getNodeType
in class Node
Node.getNodeType()
public java.lang.String getData()
getData
in class Node
public java.lang.String getTarget()
getTarget
in class Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |