Uses of Interface org.dom4j.ProcessingInstruction (dom4j 1.6.1 API)

dom4j API


Uses of Interface
org.dom4j.ProcessingInstruction

Packages that use ProcessingInstruction
org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes. 
org.dom4j.dom An implementation of the dom4j API which also supports the W3C object model. 
org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. 
org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.  
org.dom4j.util A collection of utility classes for the dom4j API. 
 

Uses of ProcessingInstruction in org.dom4j
 

Methods in org.dom4j that return ProcessingInstruction
static ProcessingInstruction DocumentHelper.createProcessingInstruction(String pi, String d)
           
static ProcessingInstruction DocumentHelper.createProcessingInstruction(String pi, Map data)
           
 ProcessingInstruction DocumentFactory.createProcessingInstruction(String target, String data)
           
 ProcessingInstruction DocumentFactory.createProcessingInstruction(String target, Map data)
           
 ProcessingInstruction Branch.processingInstruction(String target)
          DOCUMENT ME!
 

Methods in org.dom4j with parameters of type ProcessingInstruction
 void VisitorSupport.visit(ProcessingInstruction node)
           
 void Visitor.visit(ProcessingInstruction node)
           Visits the given ProcessingInstruction
 void Branch.add(ProcessingInstruction pi)
          Adds the given ProcessingInstruction to this branch.
 boolean Branch.remove(ProcessingInstruction pi)
          Removes the given ProcessingInstruction if the node is an immediate child of this branch.
 

Uses of ProcessingInstruction in org.dom4j.dom
 

Classes in org.dom4j.dom that implement ProcessingInstruction
 class DOMProcessingInstruction
           DOMProcessingInstruction implements a ProcessingInstruction node which supports the W3C DOM API.
 

Methods in org.dom4j.dom that return ProcessingInstruction
 ProcessingInstruction DOMDocumentFactory.createProcessingInstruction(String target, String data)
           
 ProcessingInstruction DOMDocumentFactory.createProcessingInstruction(String target, Map data)
           
 

Uses of ProcessingInstruction in org.dom4j.io
 

Methods in org.dom4j.io that return ProcessingInstruction
 ProcessingInstruction STAXEventReader.readProcessingInstruction(javax.xml.stream.XMLEventReader reader)
          Constructs a DOM4J ProcessingInstruction from the provided event stream.
 ProcessingInstruction STAXEventReader.createProcessingInstruction(javax.xml.stream.events.ProcessingInstruction pi)
          Constructs a new DOM4J ProcessingInstruction from the provided StAX ProcessingInstruction event.
 

Methods in org.dom4j.io with parameters of type ProcessingInstruction
 void XMLWriter.write(ProcessingInstruction processingInstruction)
          Writes the given ProcessingInstruction.
protected  void XMLWriter.writeProcessingInstruction(ProcessingInstruction pi)
           
 void STAXEventWriter.writeProcessingInstruction(ProcessingInstruction pi)
          Writes a DOM4J ProcessingInstructionto the stream.
 javax.xml.stream.events.ProcessingInstruction STAXEventWriter.createProcessingInstruction(ProcessingInstruction pi)
          Constructs a STAX ProcessingInstruction event from a DOM4J ProcessingInstruction.
 void SAXWriter.write(ProcessingInstruction pi)
          Generates SAX events for the given ProcessingInstruction
protected  void DOMWriter.appendDOMTree(Document domDoc, Node domCurrent, ProcessingInstruction pi)
           
 

Uses of ProcessingInstruction in org.dom4j.tree
 

Classes in org.dom4j.tree that implement ProcessingInstruction
 class AbstractProcessingInstruction
           AbstractProcessingInstruction is an abstract base class for tree implementors to use for implementation inheritence.
 class DefaultProcessingInstruction
           DefaultProcessingInstruction is the default Processing Instruction implementation.
 class FlyweightProcessingInstruction
           FlyweightProcessingInstruction is a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.
 

Methods in org.dom4j.tree that return ProcessingInstruction
 ProcessingInstruction DefaultElement.processingInstruction(String target)
           
 ProcessingInstruction DefaultDocument.processingInstruction(String target)
           
 ProcessingInstruction AbstractElement.processingInstruction(String target)
           
 

Methods in org.dom4j.tree with parameters of type ProcessingInstruction
 void AbstractElement.add(ProcessingInstruction pi)
           
 boolean AbstractElement.remove(ProcessingInstruction pi)
           
 void AbstractBranch.add(ProcessingInstruction pi)
           
 boolean AbstractBranch.remove(ProcessingInstruction pi)
           
 

Uses of ProcessingInstruction in org.dom4j.util
 

Methods in org.dom4j.util that return ProcessingInstruction
 ProcessingInstruction ProxyDocumentFactory.createProcessingInstruction(String target, String data)
           
 ProcessingInstruction ProxyDocumentFactory.createProcessingInstruction(String target, Map data)
           
 

Methods in org.dom4j.util with parameters of type ProcessingInstruction
 int NodeComparator.compare(ProcessingInstruction n1, ProcessingInstruction n2)
           
 



Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.