|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.validator.saxtree.Node
nu.validator.saxtree.ProcessingInstruction
public final class ProcessingInstruction
A processing instruction.
| Constructor Summary | |
|---|---|
ProcessingInstruction(Locator locator,
String target,
String data)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getData()
Returns the data. |
NodeType |
getNodeType()
Return the node type. |
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(Locator locator,
String target,
String data)
locator - the locatortarget - PI targetdata - PI data| Method Detail |
|---|
public NodeType getNodeType()
Node
getNodeType in class NodeNode.getNodeType()public String getData()
getData in class Nodepublic String getTarget()
getTarget in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||