- validate(Document) - Method in class org.dom4j.io.SAXValidator
-
Validates the given Document
by writing it to a validating
SAX Parser.
- value - Variable in class org.dom4j.tree.FlyweightAttribute
-
The value of the Attribute
- valueOf(Object) - Method in class org.dom4j.xpath.DefaultXPath
-
- valueOf(Object) - Method in interface org.dom4j.XPath
-
valueOf
evaluates this XPath expression and returns the
textual representation of the results using the XPath string() function.
- valueOf(String) - Method in interface org.dom4j.Node
-
valueOf
evaluates an XPath expression and returns the
textual representation of the results the XPath string-value of this
node.
- valueOf(String) - Method in class org.dom4j.tree.AbstractNode
-
- values - Variable in class org.dom4j.tree.FlyweightProcessingInstruction
-
The values for the PI in name/value pairs
- VERBOSE_TOSTRING - Static variable in class org.dom4j.tree.AbstractElement
-
- visit(Attribute) - Method in interface org.dom4j.Visitor
-
Visits the given Attribute
- visit(Attribute) - Method in class org.dom4j.VisitorSupport
-
- visit(CDATA) - Method in interface org.dom4j.Visitor
-
Visits the given CDATA
- visit(CDATA) - Method in class org.dom4j.VisitorSupport
-
- visit(Comment) - Method in interface org.dom4j.Visitor
-
Visits the given Comment
- visit(Comment) - Method in class org.dom4j.VisitorSupport
-
- visit(Document) - Method in interface org.dom4j.Visitor
-
Visits the given Document
- visit(Document) - Method in class org.dom4j.VisitorSupport
-
- visit(DocumentType) - Method in interface org.dom4j.Visitor
-
Visits the given DocumentType
- visit(DocumentType) - Method in class org.dom4j.VisitorSupport
-
- visit(Element) - Method in interface org.dom4j.Visitor
-
Visits the given Element
- visit(Element) - Method in class org.dom4j.VisitorSupport
-
- visit(Entity) - Method in interface org.dom4j.Visitor
-
Visits the given Entity
- visit(Entity) - Method in class org.dom4j.VisitorSupport
-
- visit(Namespace) - Method in interface org.dom4j.Visitor
-
Visits the given Namespace
- visit(Namespace) - Method in class org.dom4j.VisitorSupport
-
- visit(ProcessingInstruction) - Method in interface org.dom4j.Visitor
-
Visits the given ProcessingInstruction
- visit(ProcessingInstruction) - Method in class org.dom4j.VisitorSupport
-
- visit(Text) - Method in interface org.dom4j.Visitor
-
Visits the given Text
- visit(Text) - Method in class org.dom4j.VisitorSupport
-
- Visitor - Interface in org.dom4j
-
Visitor
is used to implement the Visitor
pattern in DOM4J.
- VisitorSupport - Class in org.dom4j
-
VisitorSupport
is an abstract base class which is useful for
implementation inheritence or when using anonymous inner classes to create
simple Visitor
implementations.
- VisitorSupport() - Constructor for class org.dom4j.VisitorSupport
-