- parse(String) - Method in class org.dom4j.io.SAXWriter
-
This method is not supported.
- parse(InputSource) - Method in class org.dom4j.io.SAXWriter
-
Parses an XML document.
- parse(InputSource) - Method in class org.dom4j.io.XMLWriter
-
- parse(String) - Static method in class org.dom4j.xpath.DefaultXPath
-
- parseDocument() - Method in class org.dom4j.io.XPP3Reader
-
- parseDocument() - Method in class org.dom4j.io.XPPReader
-
- parseOptions(String[], int) - Method in class org.dom4j.io.OutputFormat
-
Parses command line arguments of the form -omitEncoding
-indentSize 3 -newlines -trimText
- parseText(String) - Static method in class org.dom4j.DocumentHelper
-
parseText
parses the given text as an XML document and
returns the newly created Document.
- parseType(String) - Static method in class org.dom4j.swing.XMLTableColumnDefinition
-
- parseValues(String) - Method in class org.dom4j.tree.AbstractProcessingInstruction
-
Parses the raw data of PI as a Map
.
- Pattern - Interface in org.dom4j.rule
-
Pattern
defines the behaviour for pattern in the XSLT
processing model.
- PerThreadSingleton - Class in org.dom4j.util
-
PerThreadSingleton
is an implementation of the
SingletonStrategy used to provide common factory access to a single object
instance based on an implementation strategy for one object instance per
thread.
- PerThreadSingleton() - Constructor for class org.dom4j.util.PerThreadSingleton
-
- pop() - Method in class org.dom4j.tree.NamespaceStack
-
Pops the most recently used Namespace
from the stack
- pop(String) - Method in class org.dom4j.tree.NamespaceStack
-
Pops a namepace from the stack with the given prefix and URI
- preserve - Variable in class org.dom4j.io.XMLWriter
-
Stores the xml:space attribute value of preserve for whitespace flag
- prettyPrintHTML(String) - Static method in class org.dom4j.io.HTMLWriter
-
Convenience method to just get a String result.
- prettyPrintHTML(String, boolean, boolean, boolean, boolean) - Static method in class org.dom4j.io.HTMLWriter
-
DOCUMENT ME!
- prettyPrintXHTML(String) - Static method in class org.dom4j.io.HTMLWriter
-
Convenience method to just get a String result, but As XHTML .
- println() - Method in class org.dom4j.io.XMLWriter
-
Writes the new line text to the underlying Writer
- printStackTrace() - Method in exception org.dom4j.DocumentException
-
- printStackTrace(PrintStream) - Method in exception org.dom4j.DocumentException
-
- printStackTrace(PrintWriter) - Method in exception org.dom4j.DocumentException
-
- PROCESSING_INSTRUCTION_NODE - Static variable in interface org.dom4j.Node
-
Matches ProcessingInstruction
- processingInstruction(String) - Method in interface org.dom4j.Branch
-
DOCUMENT ME!
- processingInstruction(String, String) - Method in class org.dom4j.io.SAXContentHandler
-
- processingInstruction(String, String) - Method in class org.dom4j.io.SAXEventRecorder
-
- processingInstruction(String, String) - Method in class org.dom4j.io.XMLWriter
-
- ProcessingInstruction - Interface in org.dom4j
-
ProcessingInstruction
defines an XML processing instruction.
- processingInstruction(String) - Method in class org.dom4j.tree.AbstractElement
-
- processingInstruction(String) - Method in class org.dom4j.tree.DefaultDocument
-
- processingInstruction(String) - Method in class org.dom4j.tree.DefaultElement
-
- processingInstructions() - Method in interface org.dom4j.Branch
-
Returns a list of all the processing instructions in this branch.
- processingInstructions(String) - Method in interface org.dom4j.Branch
-
Returns a list of the processing instructions for the given target.
- processingInstructions() - Method in class org.dom4j.tree.AbstractElement
-
- processingInstructions(String) - Method in class org.dom4j.tree.AbstractElement
-
- processingInstructions() - Method in class org.dom4j.tree.DefaultDocument
-
- processingInstructions(String) - Method in class org.dom4j.tree.DefaultDocument
-
- processingInstructions() - Method in class org.dom4j.tree.DefaultElement
-
- processingInstructions(String) - Method in class org.dom4j.tree.DefaultElement
-
- proxy - Variable in class org.dom4j.tree.FilterIterator
-
Deprecated.
- ProxyDocumentFactory - Class in org.dom4j.util
-
ProxyDocumentFactory
implements a proxy to a DocumentFactory
which is useful for implementation inheritence, allowing the pipelining of
various factory implementations.
- ProxyDocumentFactory() - Constructor for class org.dom4j.util.ProxyDocumentFactory
-
- ProxyDocumentFactory(DocumentFactory) - Constructor for class org.dom4j.util.ProxyDocumentFactory
-
- ProxyXmlStartTag - Class in org.dom4j.xpp
-
ProxyXmlStartTag
implements the XPP XmlSmartTag
interface while creating a dom4j Element
underneath.
- ProxyXmlStartTag() - Constructor for class org.dom4j.xpp.ProxyXmlStartTag
-
- ProxyXmlStartTag(Element) - Constructor for class org.dom4j.xpp.ProxyXmlStartTag
-
- push(Namespace) - Method in class org.dom4j.tree.NamespaceStack
-
Pushes the given namespace onto the stack so that its prefix becomes
available.
- push(String, String) - Method in class org.dom4j.tree.NamespaceStack
-
Adds a namepace to the stack with the given prefix and URI
- pushQName(String, String, Namespace, String) - Method in class org.dom4j.tree.NamespaceStack
-
Adds the QName to the stack of available QNames