Uses of Interface org.w3c.dom.ProcessingInstruction

Uses in package org.apache.xml.utils

Methods with return type org.w3c.dom.ProcessingInstruction

ProcessingInstruction
UnImplNode.createProcessingInstruction(String target, String data)
Unimplemented.

Uses in package org.apache.xml.dtm.ref

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)

Uses in package org.w3c.dom

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.

Copyright B) 2004 Apache XML Project. All Rights Reserved.