|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingInstruction | |
com.japisoft.fastparser.dom | |
org.w3c.dom |
Uses of ProcessingInstruction in com.japisoft.fastparser.dom |
Classes in com.japisoft.fastparser.dom that implement ProcessingInstruction | |
class |
ProcessingInstructionImpl
ProcesingInstruction |
Methods in com.japisoft.fastparser.dom that return ProcessingInstruction | |
ProcessingInstruction |
DocumentImpl.createProcessingInstruction(java.lang.String target,
java.lang.String data)
Creates a ProcessingInstruction node given the specified
name and data strings. |
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 |