Uses of Interface
org.w3c.dom.ProcessingInstruction

Packages that use ProcessingInstruction
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
 

Uses of ProcessingInstruction in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement ProcessingInstruction
 class DTMNodeProxy
          **For internal use only** DTMNodeProxy presents a DOM Node API front-end to the DTM model.
 

Methods in org.apache.xml.dtm.ref that return ProcessingInstruction
 ProcessingInstruction DTMNodeProxy.createProcessingInstruction(java.lang.String target, java.lang.String data)
           
 

Uses of ProcessingInstruction in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return ProcessingInstruction
 ProcessingInstruction UnImplNode.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Unimplemented.
 

Uses of ProcessingInstruction in org.w3c.dom
 

Methods in org.w3c.dom that return ProcessingInstruction
 ProcessingInstruction Document.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Creates a ProcessingInstruction node given the specified name and data strings.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.