| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingInstruction | |
|---|---|
| org.apache.xerces.dom | |
| org.apache.xerces.impl.xs.opti | |
| 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.apache.xerces.impl.xs.opti | 
|---|
| Methods in org.apache.xerces.impl.xs.opti that return ProcessingInstruction | |
|---|---|
 ProcessingInstruction | 
DefaultDocument.createProcessingInstruction(java.lang.String target,
                            java.lang.String data)
 | 
| 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. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||