Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom.util
Class SAXDocumentFactory.ProcessingInstructionInfo  view SAXDocumentFactory.ProcessingInstructionInfo download SAXDocumentFactory.ProcessingInstructionInfo.java

java.lang.Object
  extended byorg.apache.batik.dom.util.SAXDocumentFactory.ProcessingInstructionInfo
All Implemented Interfaces:
SAXDocumentFactory.PreInfo
Enclosing class:
SAXDocumentFactory

static class SAXDocumentFactory.ProcessingInstructionInfo
extends java.lang.Object
implements SAXDocumentFactory.PreInfo


Field Summary
 java.lang.String data
           
 java.lang.String target
           
 
Constructor Summary
SAXDocumentFactory.ProcessingInstructionInfo(java.lang.String target, java.lang.String data)
           
 
Method Summary
 org.w3c.dom.Node createNode(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public java.lang.String target

data

public java.lang.String data
Constructor Detail

SAXDocumentFactory.ProcessingInstructionInfo

public SAXDocumentFactory.ProcessingInstructionInfo(java.lang.String target,
                                                    java.lang.String data)
Method Detail

createNode

public org.w3c.dom.Node createNode(org.w3c.dom.Document doc)
Specified by:
createNode in interface SAXDocumentFactory.PreInfo