Uses of Interface
org.w3c.dom.ProcessingInstruction
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of ProcessingInstruction in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement ProcessingInstruction Modifier and Type Class Description classProcessingInstructionImplProvides a straightforward implementation of the corresponding W3C DOM interface. -
Uses of ProcessingInstruction in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement ProcessingInstruction Modifier and Type Class Description classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.apache.xml.dtm.ref that return ProcessingInstruction Modifier and Type Method Description ProcessingInstructionDTMNodeProxy. createProcessingInstruction(String target, String data) -
Uses of ProcessingInstruction in org.apache.xml.utils
Methods in org.apache.xml.utils that return ProcessingInstruction Modifier and Type Method Description ProcessingInstructionUnImplNode. createProcessingInstruction(String target, String data)Unimplemented. -
Uses of ProcessingInstruction in org.w3c.dom
Methods in org.w3c.dom that return ProcessingInstruction Modifier and Type Method Description ProcessingInstructionDocument. createProcessingInstruction(String target, String data)Creates aProcessingInstructionnode given the specified name and data strings.