Uses of Interface
org.w3c.dom.ProcessingInstruction

Packages that use ProcessingInstruction
org.apache.xerces.dom   
org.w3c.dom   
 

Uses of ProcessingInstruction in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement ProcessingInstruction
 class DeferredProcessingInstructionImpl
          Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
 class ProcessingInstructionImpl
          Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.
 

Methods in org.apache.xerces.dom that return ProcessingInstruction
 ProcessingInstruction CoreDocumentImpl.createProcessingInstruction(java.lang.String target, java.lang.String data)
          Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
 

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 © 1999-2001 Apache XML Project. All Rights Reserved.