- validate(String) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- validate(String) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- validate(Document) - 类 中的方法org.dom4j.io.SAXValidator
-
Validates the given Document
by writing it to a validating
SAX Parser.
- valueOf(String) - 接口 中的方法org.dom4j.Node
-
valueOf
evaluates an XPath expression and returns the
textual representation of the results the XPath string-value of this
node.
- valueOf(Object) - 接口 中的方法org.dom4j.XPath
-
valueOf
evaluates this XPath expression and returns the
textual representation of the results using the XPath string() function.
- visit(Document) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Document
- visit(DocumentType) - 接口 中的方法org.dom4j.Visitor
-
Visits the given DocumentType
- visit(Element) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Element
- visit(Attribute) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Attribute
- visit(CDATA) - 接口 中的方法org.dom4j.Visitor
-
Visits the given CDATA
- visit(Comment) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Comment
- visit(Entity) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Entity
- visit(Namespace) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Namespace
- visit(ProcessingInstruction) - 接口 中的方法org.dom4j.Visitor
-
Visits the given ProcessingInstruction
- visit(Text) - 接口 中的方法org.dom4j.Visitor
-
Visits the given Text
- visit(Document) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(DocumentType) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(Element) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(Attribute) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(CDATA) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(Comment) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(Entity) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(Namespace) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(ProcessingInstruction) - 类 中的方法org.dom4j.VisitorSupport
-
- visit(Text) - 类 中的方法org.dom4j.VisitorSupport
-
- Visitor - org.dom4j中的接口
-
Visitor
is used to implement the Visitor
pattern in DOM4J.
- VisitorSupport - 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() - 类 的构造器org.dom4j.VisitorSupport
-