Frames | No Frames |
Methods with return type org.w3c.dom.ProcessingInstruction | |
ProcessingInstruction | Document.createProcessingInstruction(String target, String data) Creates a ProcessingInstruction node given the specified
name and data strings.
|
Methods with return type org.w3c.dom.ProcessingInstruction | |
ProcessingInstruction | UnImplNode.createProcessingInstruction(String target, String data) Unimplemented. |
Classes implementing org.w3c.dom.ProcessingInstruction | |
class | DTMNodeProxy presents a DOM Node API front-end to the DTM model.
|
Methods with return type org.w3c.dom.ProcessingInstruction | |
ProcessingInstruction | DTMNodeProxy.createProcessingInstruction(String target, String data) |