|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingInstruction | |
| org.apache.xalan.stree | Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. |
| org.apache.xml.utils | Implementation of Xalan utility classes. |
| org.w3c.dom | Document Object Model level 2 interfaces. |
| Uses of ProcessingInstruction in org.apache.xalan.stree |
| Classes in org.apache.xalan.stree that implement ProcessingInstruction | |
class |
ProcessingInstructionImpl
**For internal use only** Class to hold information about ProcessingInstruction node |
| Methods in org.apache.xalan.stree that return ProcessingInstruction | |
ProcessingInstruction |
DocumentImpl.createProcessingInstruction(java.lang.String target,
java.lang.String data)
Create a ProcessingInstruction node. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||