- accept(Visitor) - 类 中的方法org.dom4j.Namespace
-
- accept(Visitor) - 接口 中的方法org.dom4j.Node
-
accept
is the method used in the Visitor Pattern.
- Action - org.dom4j.rule中的接口
-
Action
represents some default action which should occur when
a rule matches a node in the XSLT processing model.
- add(Node) - 接口 中的方法org.dom4j.Branch
-
- add(Comment) - 接口 中的方法org.dom4j.Branch
-
Adds the given Comment
to this branch.
- add(Element) - 接口 中的方法org.dom4j.Branch
-
Adds the given Element
to this branch.
- add(ProcessingInstruction) - 接口 中的方法org.dom4j.Branch
-
Adds the given ProcessingInstruction
to this branch.
- add(Attribute) - 接口 中的方法org.dom4j.Element
-
Adds the given Attribute
to this element.
- add(CDATA) - 接口 中的方法org.dom4j.Element
-
Adds the given CDATA
to this element.
- add(Entity) - 接口 中的方法org.dom4j.Element
-
Adds the given Entity
to this element.
- add(Text) - 接口 中的方法org.dom4j.Element
-
Adds the given Text
to this element.
- add(Namespace) - 接口 中的方法org.dom4j.Element
-
Adds the given Namespace
to this element.
- addAll(RuleSet) - 类 中的方法org.dom4j.rule.RuleSet
-
Adds all the rules to this RuleSet from the given other rule set.
- addAttribute(String, String) - 接口 中的方法org.dom4j.Element
-
Adds the attribute value of the given local name.
- addAttribute(QName, String) - 接口 中的方法org.dom4j.Element
-
Adds the attribute value of the given fully qualified name.
- addAttributes(Element, Attributes) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Add all the attributes to the given elements
- addCDATA(String) - 接口 中的方法org.dom4j.Element
-
Adds a new CDATA
node with the given text to this element.
- addComment(String) - 接口 中的方法org.dom4j.Document
-
Adds a new Comment
node with the given text to this
branch.
- addComment(String) - 接口 中的方法org.dom4j.Element
-
Adds a new Comment
node with the given text to this
element.
- addDeclaredNamespaces(Element) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Add all namespaces declared before the startElement() SAX event to the
current element so that they are available to child elements and
attributes
- addDefaultRule(Mode, Pattern, Action) - 类 中的方法org.dom4j.rule.RuleManager
-
- addDefaultRules(Mode) - 类 中的方法org.dom4j.rule.RuleManager
-
Adds the default stylesheet rules to the given
Mode
instance
- addDocType(String, String, String) - 接口 中的方法org.dom4j.Document
-
Adds a DOCTYPE declaration to this document
- addDTDDeclaration(Object) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Adds an internal DTD declaration to the list of declarations
- addElement(String) - 接口 中的方法org.dom4j.Branch
-
Adds a new Element
node with the given name to this branch
and returns a reference to the new node.
- addElement(QName) - 接口 中的方法org.dom4j.Branch
-
Adds a new
Element
node with the given
QName
to
this branch and returns a reference to the new node.
- addElement(String, String) - 接口 中的方法org.dom4j.Branch
-
Adds a new Element
node with the given qualified name and
namespace URI to this branch and returns a reference to the new node.
- addEntity(String, String) - 接口 中的方法org.dom4j.Element
-
Adds a new Entity
node with the given name and text to
this element and returns a reference to the new node.
- addException(Element, SAXParseException) - 类 中的方法org.dom4j.util.XMLErrorHandler
-
Adds the given parse exception information to the given element instance
- addExternalDTDDeclaration(Object) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Adds an external DTD declaration to the list of declarations
- addHandler(String, ElementHandler) - 接口 中的方法org.dom4j.ElementPath
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - 类 中的方法org.dom4j.io.SAXReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - 类 中的方法org.dom4j.io.XPP3Reader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- addHandler(String, ElementHandler) - 类 中的方法org.dom4j.io.XPPReader
-
Adds the ElementHandler
to be called when the specified
path is encounted.
- additionalNamespaces() - 接口 中的方法org.dom4j.Element
-
Returns any additional namespaces declarations for this element other
than namespace returned via the
Element.getNamespace()
method.
- addModifier(String, ElementModifier) - 类 中的方法org.dom4j.io.SAXModifier
-
Adds the
ElementModifier
to be called when the specified element
path is encounted while parsing the source.
- addNamespace(String, String) - 接口 中的方法org.dom4j.Element
-
Adds a namespace to this element for use by its child content
- addNamespaceAttribute(AttributesImpl, Namespace) - 类 中的方法org.dom4j.io.SAXWriter
-
If isDelcareNamespaceAttributes() is enabled then this method will add
the given namespace declaration to the supplied attributes object,
creating one if it does not exist.
- addNode(Node) - 类 中的方法org.dom4j.util.IndexedElement
-
- addProcessingInstruction(String, String) - 接口 中的方法org.dom4j.Document
-
Adds a processing instruction for the given target
- addProcessingInstruction(String, Map) - 接口 中的方法org.dom4j.Document
-
Adds a processing instruction for the given target
- addProcessingInstruction(String, String) - 接口 中的方法org.dom4j.Element
-
Adds a processing instruction for the given target
- addProcessingInstruction(String, Map) - 接口 中的方法org.dom4j.Element
-
Adds a processing instruction for the given target
- addRule(Rule) - 类 中的方法org.dom4j.rule.Mode
-
- addRule(Rule) - 类 中的方法org.dom4j.rule.RuleManager
-
- addRule(Rule) - 类 中的方法org.dom4j.rule.RuleSet
-
- addRule(Rule) - 类 中的方法org.dom4j.rule.Stylesheet
-
Add a rule to this stylesheet.
- addText(String) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- addText(String) - 接口 中的方法org.dom4j.Element
-
Adds a new Text
node with the given text to this element.
- addToAttributeIndex(Attribute) - 类 中的方法org.dom4j.util.IndexedElement
-
- addToAttributeIndex(Object, Attribute) - 类 中的方法org.dom4j.util.IndexedElement
-
- addToElementIndex(Element) - 类 中的方法org.dom4j.util.IndexedElement
-
- addToElementIndex(Object, Element) - 类 中的方法org.dom4j.util.IndexedElement
-
- addToNameMap(Map, String, Rule) - 类 中的方法org.dom4j.rule.Mode
-
Adds the Rule to a RuleSet for the given name.
- ANY_NODE - 接口 中的静态变量org.dom4j.Node
-
Matches Element nodes
- ANY_NODE - 接口 中的静态变量org.dom4j.rule.Pattern
-
Matches any node
- appendAttributes(Element) - 接口 中的方法org.dom4j.Element
-
Appends the attributes of the given element to me.
- appendContent(Branch) - 接口 中的方法org.dom4j.Branch
-
Appends the content of the given branch to this branch instance.
- appendDOMTree(Document, Node, List) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendDOMTree(Document, Node, Element) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendDOMTree(Document, Node, CDATA) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendDOMTree(Document, Node, Comment) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendDOMTree(Document, Node, String) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendDOMTree(Document, Node, Entity) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendDOMTree(Document, Node, ProcessingInstruction) - 类 中的方法org.dom4j.io.DOMWriter
-
- appendText(String) - 接口 中的方法org.dom4j.CharacterData
-
Appends the given text to this nodes text value.
- applyTemplates(Element) - 类 中的方法org.dom4j.rule.Mode
-
- applyTemplates(Document) - 类 中的方法org.dom4j.rule.Mode
-
- applyTemplates(Object, XPath) - 类 中的方法org.dom4j.rule.Stylesheet
-
Processes the result of the xpath expression.
- applyTemplates(Object, XPath, String) - 类 中的方法org.dom4j.rule.Stylesheet
-
Processes the result of the xpath expression in the given mode.
- applyTemplates(Object, XPath) - 类 中的方法org.dom4j.rule.Stylesheet
-
- applyTemplates(Object, XPath, String) - 类 中的方法org.dom4j.rule.Stylesheet
-
- applyTemplates(Object) - 类 中的方法org.dom4j.rule.Stylesheet
-
If input is a Node
, this will processes all of the
children of that node.
- applyTemplates(Object, String) - 类 中的方法org.dom4j.rule.Stylesheet
-
Processes the input object in the given mode.
- asElement(Object) - 类 中的方法org.dom4j.util.IndexedElement
-
- asElementIterator(Object) - 类 中的方法org.dom4j.util.IndexedElement
-
- asElementList(Object) - 类 中的方法org.dom4j.util.IndexedElement
-
- asXML() - 类 中的方法org.dom4j.Namespace
-
- asXML() - 接口 中的方法org.dom4j.Node
-
asXML
returns the textual XML representation of this node.
- asXPathResult(Element) - 接口 中的方法org.dom4j.Node
-
asXPathResult
returns a version of this node which is
capable of being an XPath result.
- Attribute - org.dom4j中的接口
-
Attribute
defines an XML attribute.
- attribute(int) - 接口 中的方法org.dom4j.Element
-
Returns the attribute at the specified indexGets the
- attribute(String) - 接口 中的方法org.dom4j.Element
-
Returns the attribute with the given name
- attribute(QName) - 接口 中的方法org.dom4j.Element
-
DOCUMENT ME!
- attribute(String) - 类 中的方法org.dom4j.util.IndexedElement
-
- attribute(QName) - 类 中的方法org.dom4j.util.IndexedElement
-
- ATTRIBUTE_NODE - 接口 中的静态变量org.dom4j.Node
-
Matches elements nodes
- attributeCount() - 接口 中的方法org.dom4j.Element
-
DOCUMENT ME!
- AttributeDecl - org.dom4j.dtd中的类
-
AttributeDecl
represents an attribute declaration in a DTD.
- AttributeDecl() - 类 的构造器org.dom4j.dtd.AttributeDecl
-
- AttributeDecl(String, String, String, String, String) - 类 的构造器org.dom4j.dtd.AttributeDecl
-
- attributeDecl(String, String, String, String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Report an attribute type declaration.
- attributeDecl(String, String, String, String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- AttributeHelper - org.dom4j.util中的类
-
AttributeHelper
a number of helper methods for working with
attribute values.
- AttributeHelper() - 类 的构造器org.dom4j.util.AttributeHelper
-
- attributeIndex() - 类 中的方法org.dom4j.util.IndexedElement
-
- attributeIterator() - 接口 中的方法org.dom4j.Element
-
DOCUMENT ME!
- attributeNameForNamespace(Namespace) - 类 中的方法org.dom4j.io.DOMWriter
-
- attributes() - 接口 中的方法org.dom4j.Element
-
Returns the
Attribute
instances this element contains as a backed
List
so that the attributes may be modified directly using the
List
interface.
- attributeValue(String) - 接口 中的方法org.dom4j.Element
-
This returns the attribute value for the attribute with the given name
and any namespace or null if there is no such attribute or the empty
string if the attribute value is empty.
- attributeValue(String, String) - 接口 中的方法org.dom4j.Element
-
This returns the attribute value for the attribute with the given name
and any namespace or the default value if there is no such attribute
value.
- attributeValue(QName) - 接口 中的方法org.dom4j.Element
-
This returns the attribute value for the attribute with the given fully
qualified name or null if there is no such attribute or the empty string
if the attribute value is empty.
- attributeValue(QName, String) - 接口 中的方法org.dom4j.Element
-
This returns the attribute value for the attribute with the given fully
qualified name or the default value if there is no such attribute value.