nu.validator.saxtree
Class ProcessingInstruction

java.lang.Object
  extended by nu.validator.saxtree.Node
      extended by nu.validator.saxtree.ProcessingInstruction
All Implemented Interfaces:
org.xml.sax.Locator

public final class ProcessingInstruction
extends Node


Constructor Summary
ProcessingInstruction(org.xml.sax.Locator locator, java.lang.String target, java.lang.String data)
           
 
Method Summary
 java.lang.String getData()
          Returns the data.
 NodeType getNodeType()
           
 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, 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

ProcessingInstruction

public ProcessingInstruction(org.xml.sax.Locator locator,
                             java.lang.String target,
                             java.lang.String data)
Method Detail

getNodeType

public NodeType getNodeType()
Specified by:
getNodeType in class Node

getData

public java.lang.String getData()
Returns the data.

Overrides:
getData in class Node
Returns:
the data

getTarget

public java.lang.String getTarget()
Returns the target.

Overrides:
getTarget in class Node
Returns:
the target


Copyright © 2011. All Rights Reserved.