|
||||||||||
| 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.
| Field Summary | |
|---|---|
private String |
data
PI data. |
private String |
target
PI target. |
| 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. |
(package private) void |
visit(TreeParser treeParser)
Visit the node. |
| 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, revisit, setNextSibling, setParentNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String target
private final String data
| Constructor Detail |
|---|
public ProcessingInstruction(Locator locator,
String target,
String data)
locator - the locatortarget - PI targetdata - PI data| Method Detail |
|---|
void visit(TreeParser treeParser)
throws SAXException
Node
visit in class NodetreeParser - the visitor
SAXException - if stuff goes wrongNode.visit(nu.validator.saxtree.TreeParser)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 | |||||||||