- 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
-
- 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.
- 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
-
- 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.
- 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.
- 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
-