tomp.xml.tree
Class ProcessingInstruction

java.lang.Object
  extended bytomp.xml.tree.Node
      extended bytomp.xml.tree.ProcessingInstruction

public class ProcessingInstruction
extends Node


Field Summary
protected  java.lang.String data
           
protected  java.lang.String target
           
 
Constructor Summary
ProcessingInstruction(java.lang.String t, java.lang.String d)
           
 
Method Summary
 int send(org.xml.sax.ContentHandler dh)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

protected java.lang.String target

data

protected java.lang.String data
Constructor Detail

ProcessingInstruction

public ProcessingInstruction(java.lang.String t,
                             java.lang.String d)
Method Detail

send

public int send(org.xml.sax.ContentHandler dh)
         throws org.xml.sax.SAXException
Specified by:
send in class Node
Throws:
org.xml.sax.SAXException