Save This Page
Home » dom4j-1.6.1 » org.dom4j.dom » [javadoc | source]
org.dom4j.dom
public class: DOMProcessingInstruction [javadoc | source]
java.lang.Object
   org.dom4j.tree.AbstractNode
      org.dom4j.tree.AbstractProcessingInstruction
         org.dom4j.tree.FlyweightProcessingInstruction
            org.dom4j.tree.DefaultProcessingInstruction
               org.dom4j.dom.DOMProcessingInstruction

All Implemented Interfaces:
    ProcessingInstruction, ProcessingInstruction, Cloneable, Node, Serializable

DOMProcessingInstruction implements a ProcessingInstruction node which supports the W3C DOM API.

Fields inherited from org.dom4j.tree.FlyweightProcessingInstruction:
target,  text,  values
Fields inherited from org.dom4j.tree.AbstractNode:
NODE_TYPE_NAMES
Constructor:
 public DOMProcessingInstruction(String target,
    Map values) 
 public DOMProcessingInstruction(String target,
    String values) 
 public DOMProcessingInstruction(Element parent,
    String target,
    String val) 
Method from org.dom4j.dom.DOMProcessingInstruction Summary:
appendChild,   cloneNode,   getAttributes,   getChildNodes,   getData,   getFirstChild,   getLastChild,   getLocalName,   getNamespaceURI,   getNextSibling,   getNodeName,   getNodeValue,   getOwnerDocument,   getParentNode,   getPrefix,   getPreviousSibling,   hasAttributes,   hasChildNodes,   insertBefore,   isSupported,   normalize,   removeChild,   replaceChild,   setData,   setNodeValue,   setPrefix,   supports
Methods from org.dom4j.tree.DefaultProcessingInstruction:
getParent,   isReadOnly,   setParent,   setTarget,   setText,   setValue,   setValues,   supportsParent
Methods from org.dom4j.tree.FlyweightProcessingInstruction:
createXPathResult,   getTarget,   getText,   getValue,   getValues,   setTarget
Methods from org.dom4j.tree.AbstractProcessingInstruction:
accept,   asXML,   getName,   getNodeType,   getPath,   getUniquePath,   parseValues,   removeValue,   setName,   setValue,   setValues,   toString,   toString,   write
Methods from org.dom4j.tree.AbstractNode:
asXPathResult,   clone,   createPattern,   createXPath,   createXPathFilter,   createXPathResult,   detach,   getDocument,   getDocumentFactory,   getName,   getNodeType,   getNodeTypeName,   getParent,   getPath,   getStringValue,   getText,   getUniquePath,   hasContent,   isReadOnly,   matches,   numberValueOf,   selectNodes,   selectNodes,   selectNodes,   selectObject,   selectSingleNode,   setDocument,   setName,   setParent,   setText,   supportsParent,   valueOf,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.dom.DOMProcessingInstruction Detail:
 public Node appendChild(Node newChild) throws DOMException 
 public Node cloneNode(boolean deep) 
 public NamedNodeMap getAttributes() 
 public NodeList getChildNodes() 
 public String getData() 
 public Node getFirstChild() 
 public Node getLastChild() 
 public String getLocalName() 
 public String getNamespaceURI() 
 public Node getNextSibling() 
 public String getNodeName() 
 public String getNodeValue() throws DOMException 
 public Document getOwnerDocument() 
 public Node getParentNode() 
 public String getPrefix() 
 public Node getPreviousSibling() 
 public boolean hasAttributes() 
 public boolean hasChildNodes() 
 public Node insertBefore(Node newChild,
    Node refChild) throws DOMException 
 public boolean isSupported(String feature,
    String version) 
 public  void normalize() 
 public Node removeChild(Node oldChild) throws DOMException 
 public Node replaceChild(Node newChild,
    Node oldChild) throws DOMException 
 public  void setData(String data) throws DOMException 
 public  void setNodeValue(String nodeValue) throws DOMException 
 public  void setPrefix(String prefix) throws DOMException 
 public boolean supports(String feature,
    String version)