- makeElement(Branch, String) - Static method in class org.dom4j.DocumentHelper
-
makeElement
- matches(String) - Method in interface org.dom4j.Node
-
matches
returns true if evaluating the given XPath
expression on this node returns a non-empty node set containing this
node.
- matches(Node) - Method in interface org.dom4j.NodeFilter
-
matches
returns true if the given node matches the filter
condition.
- matches(Node) - Method in class org.dom4j.rule.pattern.DefaultPattern
-
- matches(Node) - Method in interface org.dom4j.rule.Pattern
-
DOCUMENT ME!
- matches(Node) - Method in class org.dom4j.rule.pattern.NodeTypePattern
-
- matches(Node) - Method in class org.dom4j.rule.Rule
-
DOCUMENT ME!
- matches(String) - Method in class org.dom4j.tree.AbstractNode
-
- matches(Object) - Method in class org.dom4j.tree.ElementIterator
-
Deprecated.
DOCUMENT ME!
- matches(Object) - Method in class org.dom4j.tree.ElementNameIterator
-
Deprecated.
DOCUMENT ME!
- matches(Object) - Method in class org.dom4j.tree.ElementQNameIterator
-
Deprecated.
DOCUMENT ME!
- matches(Object) - Method in class org.dom4j.tree.FilterIterator
-
Deprecated.
Filter method to perform some matching on the given element.
- matches(Node) - Method in class org.dom4j.xpath.DefaultXPath
-
- matches(Node) - Method in interface org.dom4j.XPath
-
matches
returns true if the given node matches the XPath
expression.
- matches(Node) - Method in class org.dom4j.xpath.XPathPattern
-
- MAX_NODE_TYPE - Static variable in interface org.dom4j.Node
-
The maximum number of node types for sizing purposes
- Mode - Class in org.dom4j.rule
-
Mode
manages a number of RuleSet instances for the mode in a
stylesheet.
- Mode() - Constructor for class org.dom4j.rule.Mode
-
- modify(File) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
File
and writes it to the
specified
XMLWriter
using SAX.
- modify(InputSource) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
InputSource
and
writes it to the specified
XMLWriter
using SAX.
- modify(InputStream) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
InputStream
and writes it
to the specified
XMLWriter
using SAX.
- modify(InputStream, String) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
InputStream
and writes it
to the specified
XMLWriter
using SAX.
- modify(Reader) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
Reader
and writes it to
the specified
XMLWriter
using SAX.
- modify(Reader, String) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
Reader
and writes it to
the specified
XMLWriter
using SAX.
- modify(URL) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given
URL
and writes it to the
specified
XMLWriter
using SAX.
- modify(String) - Method in class org.dom4j.io.SAXModifier
-
Reads a Document from the given URL or filename and writes it to the
specified
XMLWriter
using SAX.
- modify(File) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified File
with SAX
- modify(File, Charset) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified File
with SAX, using the given
Charset
.
- modify(InputSource) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified InputSource
with SAX.
- modify(InputStream) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified InputStream
with SAX.
- modify(InputStream, String) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified InputStream
with SAX.
- modify(Reader) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified Reader
with SAX.
- modify(Reader, String) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the specified Reader
with SAX.
- modify(String) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the the given URL or filename.
- modify(URL) - Method in class org.dom4j.jaxb.JAXBModifier
-
Parses the the given URL.
- modifyElement(Element) - Method in interface org.dom4j.io.ElementModifier
-
Called by an event based processor when an elements closing tag is
encountered.
- modifyObject(Element) - Method in interface org.dom4j.jaxb.JAXBObjectModifier
-
Called when the
JAXBModifier
has finished parsing the xml path
the handler was registered for.