A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
X
- XML_NAMESPACE - Static variable in class org.dom4j.Namespace
-
XML Namespace
- XMLErrorHandler - Class in org.dom4j.util
-
XMLErrorHandler
is a SAXErrorHandler
which turns the SAX parsing errors into XML so that the output can be formatted using XSLT or the errors can be included in a SOAP message. - XMLErrorHandler() - Constructor for class org.dom4j.util.XMLErrorHandler
- XMLErrorHandler(Element) - Constructor for class org.dom4j.util.XMLErrorHandler
- xmlNode - Variable in class org.dom4j.swing.LeafTreeNode
-
The dom4j Node which contains the
- XMLResult - Class in org.dom4j.io
-
XMLResult
implements a JAXPSAXResult
for an output stream with support for pretty printing and control over how the XML is formatted. - XMLResult() - Constructor for class org.dom4j.io.XMLResult
- XMLResult(OutputStream) - Constructor for class org.dom4j.io.XMLResult
- XMLResult(OutputStream, OutputFormat) - Constructor for class org.dom4j.io.XMLResult
- XMLResult(Writer) - Constructor for class org.dom4j.io.XMLResult
- XMLResult(Writer, OutputFormat) - Constructor for class org.dom4j.io.XMLResult
- XMLResult(XMLWriter) - Constructor for class org.dom4j.io.XMLResult
- XMLTableColumnDefinition - Class in org.dom4j.swing
-
XMLTableColumnDefinition
a column within a table definition. - XMLTableColumnDefinition() - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
- XMLTableColumnDefinition(String, String, int) - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
- XMLTableColumnDefinition(String, XPath, int) - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
- XMLTableColumnDefinition(XPath, XPath, int) - Constructor for class org.dom4j.swing.XMLTableColumnDefinition
- XMLTableDefinition - Class in org.dom4j.swing
-
XMLTableDefinition
represents a table definition based on XPath expression evaluated on an XML document. - XMLTableDefinition() - Constructor for class org.dom4j.swing.XMLTableDefinition
- XMLTableModel - Class in org.dom4j.swing
-
XMLTableDefinition
repro. - XMLTableModel(Document, Object) - Constructor for class org.dom4j.swing.XMLTableModel
-
Creates a TableModel from an XML table definition document and an XML source
- XMLTableModel(Element, Object) - Constructor for class org.dom4j.swing.XMLTableModel
-
Creates a TableModel from an XML table definition document and an XML source
- XMLTableModel(XMLTableDefinition, Object) - Constructor for class org.dom4j.swing.XMLTableModel
- XMLWriter - Class in org.dom4j.io
-
XMLWriter
takes a DOM4J tree and formats it to a stream as XML. - XMLWriter() - Constructor for class org.dom4j.io.XMLWriter
- XMLWriter(OutputStream) - Constructor for class org.dom4j.io.XMLWriter
- XMLWriter(OutputStream, OutputFormat) - Constructor for class org.dom4j.io.XMLWriter
- XMLWriter(Writer) - Constructor for class org.dom4j.io.XMLWriter
- XMLWriter(Writer, OutputFormat) - Constructor for class org.dom4j.io.XMLWriter
- XMLWriter(OutputFormat) - Constructor for class org.dom4j.io.XMLWriter
- XPath - Interface in org.dom4j
-
XPath
represents an XPath expression after it has been parsed from a String. - XPathException - Exception in org.dom4j
-
XPathException
is thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing an exception. - XPathException(String) - Constructor for exception org.dom4j.XPathException
- XPathException(String, Exception) - Constructor for exception org.dom4j.XPathException
- XPathException(String, String) - Constructor for exception org.dom4j.XPathException
- XPathPattern - Class in org.dom4j.xpath
-
XPathPattern
is an implementation of Pattern which uses an XPath xpath. - XPathPattern(String) - Constructor for class org.dom4j.xpath.XPathPattern
- XPathPattern(Pattern) - Constructor for class org.dom4j.xpath.XPathPattern
- XPP3Reader - Class in org.dom4j.io
-
XPP3Reader
is a Reader of DOM4J documents that uses the fast XML Pull Parser 3.x . - XPP3Reader() - Constructor for class org.dom4j.io.XPP3Reader
- XPP3Reader(DocumentFactory) - Constructor for class org.dom4j.io.XPP3Reader
- XPPReader - Class in org.dom4j.io
-
XPPReader
is a Reader of DOM4J documents that uses the fast XML Pull Parser 2.x . - XPPReader() - Constructor for class org.dom4j.io.XPPReader
- XPPReader(DocumentFactory) - Constructor for class org.dom4j.io.XPPReader
All Classes All Packages