- get(String, String) - 类 中的静态方法org.dom4j.Namespace
-
A helper method to return the Namespace instance for the given prefix and
URI
- get(String) - 类 中的静态方法org.dom4j.Namespace
-
A helper method to return the Namespace instance for no prefix and the
URI
- get(String) - 类 中的静态方法org.dom4j.QName
-
- get(String, Namespace) - 类 中的静态方法org.dom4j.QName
-
- get(String, String, String) - 类 中的静态方法org.dom4j.QName
-
- get(String, String) - 类 中的静态方法org.dom4j.QName
-
- get(String, Namespace, String) - 类 中的静态方法org.dom4j.QName
-
- getAction() - 类 中的方法org.dom4j.rule.Rule
-
Getter for property action.
- getAppearenceCount() - 类 中的方法org.dom4j.rule.Rule
-
Getter for property appearenceCount.
- getAttributeName() - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Getter for property attributeName.
- getAttributeQuoteCharacter() - 类 中的方法org.dom4j.io.OutputFormat
-
- getAttributeXSDatatype(QName) - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
DOCUMENT ME!
- getBaseUri() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- getBaseUri() - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- getCause() - 异常错误 中的方法org.dom4j.DocumentException
-
- getChildElementXSDatatype(QName) - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
DOCUMENT ME!
- getConsumer() - 类 中的方法org.dom4j.io.STAXEventWriter
-
Returns a reference to the underlying event consumer to which events are
written.
- getContentHandler() - 类 中的方法org.dom4j.io.SAXWriter
-
DOCUMENT ME!
- getCopyOfUserData() - 类 中的方法org.dom4j.util.UserDataElement
-
If a deep copy of user data is required whenever the clone() or
createCopy() methods are called on this element then this method should
return a clone of the user data
- getCurrent() - 接口 中的方法org.dom4j.ElementPath
-
DOCUMENT ME!
- getData() - 接口 中的方法org.dom4j.Attribute
-
Accesses the data of this attribute which may implement data typing
bindings such as
XML Schema
or
Java Bean
bindings or will return the same value as
Node.getText()
.
- getData() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- getData() - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- getData() - 接口 中的方法org.dom4j.Element
-
Accesses the data of this element which may implement data typing
bindings such as XML Schema or Java Bean bindings or will return the same
value as
Element.getText()
- getData() - 类 中的方法org.dom4j.util.UserDataAttribute
-
- getData() - 类 中的方法org.dom4j.util.UserDataElement
-
- getDispatchHandler() - 类 中的方法org.dom4j.io.SAXReader
-
- getDispatchHandler() - 类 中的方法org.dom4j.io.XPP3Reader
-
- getDispatchHandler() - 类 中的方法org.dom4j.io.XPPReader
-
- getDocType() - 接口 中的方法org.dom4j.Document
-
DOCUMENT ME!
- getDocument() - 类 中的方法org.dom4j.io.DocumentResult
-
DOCUMENT ME!
- getDocument() - 类 中的方法org.dom4j.io.DocumentSource
-
DOCUMENT ME!
- getDocument() - 类 中的方法org.dom4j.io.SAXContentHandler
-
DOCUMENT ME!
- getDocument() - 接口 中的方法org.dom4j.Node
-
getDocument
returns the Document
that this
Node
is part of if this node supports the parent
relationship.
- getDocumentFactory() - 类 中的方法org.dom4j.io.DOMReader
-
DOCUMENT ME!
- getDocumentFactory() - 类 中的方法org.dom4j.io.SAXModifier
-
- getDocumentFactory() - 类 中的方法org.dom4j.io.SAXReader
-
DOCUMENT ME!
- getDocumentFactory() - 类 中的方法org.dom4j.io.XPP3Reader
-
DOCUMENT ME!
- getDocumentFactory() - 类 中的方法org.dom4j.io.XPPReader
-
DOCUMENT ME!
- getDocumentFactory() - 类 中的方法org.dom4j.QName
-
DOCUMENT ME!
- getDomDocumentClass() - 类 中的方法org.dom4j.io.DOMWriter
-
- getDTDHandler() - 类 中的方法org.dom4j.io.SAXWriter
-
DOCUMENT ME!
- getElement(int) - 接口 中的方法org.dom4j.ElementPath
-
DOCUMENT ME!
- getElementFactory(QName) - 类 中的方法org.dom4j.datatype.DatatypeDocumentFactory
-
Registers the given DatatypeElementFactory
for the given
<element> schema element
- getElementName() - 接口 中的方法org.dom4j.DocumentType
-
- getElementName() - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Getter for property elementName.
- getElementStack() - 类 中的方法org.dom4j.io.SAXContentHandler
-
- getEncoding() - 类 中的方法org.dom4j.io.OutputFormat
-
- getEncoding() - 类 中的方法org.dom4j.io.SAXReader
-
Returns encoding used for InputSource (null means system default
encoding)
- getEntityResolver() - 接口 中的方法org.dom4j.Document
-
DOCUMENT ME!
- getEntityResolver() - 类 中的方法org.dom4j.io.SAXContentHandler
-
- getEntityResolver() - 类 中的方法org.dom4j.io.SAXReader
-
Returns the current entity resolver used to resolve entities
- getEntityResolver() - 类 中的方法org.dom4j.io.SAXWriter
-
DOCUMENT ME!
- getErrorHandler() - 类 中的方法org.dom4j.io.SAXReader
-
DOCUMENT ME!
- getErrorHandler() - 类 中的方法org.dom4j.io.SAXValidator
-
DOCUMENT ME!
- getErrorHandler() - 类 中的方法org.dom4j.io.SAXWriter
-
DOCUMENT ME!
- getErrorQName() - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- getErrors() - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- getEventFactory() - 类 中的方法org.dom4j.io.STAXEventWriter
-
Returns a reference to the event factory used to construct STAX events.
- getExternalDeclarations() - 接口 中的方法org.dom4j.DocumentType
-
Returns a list of internal DTD declaration objects, defined in the
org.dom4j.dtd
package
- getFatalErrorQName() - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- getFeature(String) - 类 中的方法org.dom4j.io.SAXWriter
-
Looks up the value of a feature.
- getFunctionContext() - 接口 中的方法org.dom4j.XPath
-
DOCUMENT ME!
- getHandler() - 类 中的方法org.dom4j.io.XMLResult
-
- getImportPrecedence() - 类 中的方法org.dom4j.rule.Rule
-
Getter for property importPrecedence.
- getIndent() - 类 中的方法org.dom4j.io.OutputFormat
-
- getInputSource() - 类 中的方法org.dom4j.io.SAXContentHandler
-
- getInstance() - 类 中的静态方法org.dom4j.datatype.DatatypeDocumentFactory
-
Access to the singleton instance of this factory.
- getInstance() - 类 中的静态方法org.dom4j.DocumentFactory
-
Access to singleton implementation of DocumentFactory which is used if no
DocumentFactory is specified when building using the standard builders.
- getInstance() - 类 中的静态方法org.dom4j.util.IndexedDocumentFactory
-
Access to the singleton instance of this factory.
- getInstance() - 类 中的静态方法org.dom4j.util.NonLazyDocumentFactory
-
Access to the singleton instance of this factory.
- getInstance() - 类 中的静态方法org.dom4j.util.UserDataDocumentFactory
-
Access to the singleton instance of this factory.
- getInternalDeclarations() - 接口 中的方法org.dom4j.DocumentType
-
Returns a list of internal DTD declaration objects, defined in the
org.dom4j.dtd
package
- getLexicalHandler() - 类 中的方法org.dom4j.io.SAXWriter
-
DOCUMENT ME!
- getLexicalHandler() - 类 中的方法org.dom4j.io.XMLResult
-
- getLexicalHandler() - 类 中的方法org.dom4j.io.XMLWriter
-
- getLineSeparator() - 类 中的方法org.dom4j.io.OutputFormat
-
- getMatchesNodeName() - 接口 中的方法org.dom4j.rule.Pattern
-
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then
this pattern may return the name of the element or attribute it matches.
- getMatchesNodeName() - 类 中的方法org.dom4j.rule.Rule
-
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then
this pattern may return the name of the element or attribute it matches.
- getMatchingRule(Node) - 类 中的方法org.dom4j.rule.Mode
-
Performs an XSLT processing model match for the rule which matches the
given Node the best.
- getMatchingRule(String, Node) - 类 中的方法org.dom4j.rule.RuleManager
-
Performs an XSLT processing model match for the rule which matches the
given Node the best.
- getMatchingRule(Node) - 类 中的方法org.dom4j.rule.RuleSet
-
Performs an XSLT processing model match for the rule which matches the
given Node the best.
- getMatchType() - 接口 中的方法org.dom4j.rule.Pattern
-
DOCUMENT ME!
- getMatchType() - 类 中的方法org.dom4j.rule.Rule
-
DOCUMENT ME!
- getMaximumAllowedCharacter() - 类 中的方法org.dom4j.io.XMLWriter
-
Returns the maximum allowed character code that should be allowed
unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO- (8
bit).
- getMessage() - 异常错误 中的方法org.dom4j.DocumentException
-
- getMode() - 类 中的方法org.dom4j.rule.Rule
-
Getter for property mode.
- getMode(String) - 类 中的方法org.dom4j.rule.RuleManager
-
DOCUMENT ME!
- getModel() - 类 中的方法org.dom4j.dtd.ElementDecl
-
Getter for property model.
- getModeName() - 类 中的方法org.dom4j.rule.Stylesheet
-
DOCUMENT ME!
- getName() - 类 中的方法org.dom4j.dtd.ElementDecl
-
Getter for property name.
- getName() - 类 中的方法org.dom4j.dtd.ExternalEntityDecl
-
Getter for property name.
- getName() - 类 中的方法org.dom4j.dtd.InternalEntityDecl
-
Getter for property name.
- getName() - 接口 中的方法org.dom4j.Node
-
getName
returns the name of this node.
- getName() - 类 中的方法org.dom4j.QName
-
DOCUMENT ME!
- getNamespace() - 接口 中的方法org.dom4j.Attribute
-
Returns the Namespace
of this element if one exists
otherwise null is returned returned.
- getNamespace() - 接口 中的方法org.dom4j.Element
-
Returns the Namespace
of this element if one exists
otherwise Namespace.NO_NAMESPACE
is returned.
- getNamespace(String, String) - 类 中的方法org.dom4j.io.DOMReader
-
- getNamespace() - 类 中的方法org.dom4j.QName
-
DOCUMENT ME!
- getNamespaceContext() - 接口 中的方法org.dom4j.XPath
-
DOCUMENT ME!
- getNamespaceForPrefix(String) - 接口 中的方法org.dom4j.Element
-
Returns the Namespace
which is mapped to the given prefix
or null if it could not be found.
- getNamespaceForURI(String) - 接口 中的方法org.dom4j.Element
-
Returns the Namespace
which is mapped to the given URI or
null if it could not be found.
- getNamespacePrefix() - 接口 中的方法org.dom4j.Attribute
-
Returns the namespace prefix of this element if one exists otherwise an
empty String
is returned.
- getNamespacePrefix(String) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- getNamespacePrefix(String) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- getNamespacePrefix() - 接口 中的方法org.dom4j.Element
-
Returns the namespace prefix of this element if one exists otherwise an
empty String
is returned.
- getNamespacePrefix() - 类 中的方法org.dom4j.QName
-
DOCUMENT ME!
- getNamespacesForURI(String) - 接口 中的方法org.dom4j.Element
-
Returns the all namespaces which are mapped to the given URI or an empty
list if no such namespaces could be found.
- getNamespaceURI() - 接口 中的方法org.dom4j.Attribute
-
Returns the URI mapped to the namespace of this element if one exists
otherwise an empty String
is returned.
- getNamespaceURI() - 接口 中的方法org.dom4j.Element
-
Returns the URI mapped to the namespace of this element if one exists
otherwise an empty String
is returned.
- getNamespaceURI() - 类 中的方法org.dom4j.QName
-
DOCUMENT ME!
- getNestedException() - 异常错误 中的方法org.dom4j.DocumentException
-
- getNewLineAfterNTags() - 类 中的方法org.dom4j.io.OutputFormat
-
- getNodeType() - 类 中的方法org.dom4j.Namespace
-
- getNodeType() - 接口 中的方法org.dom4j.Node
-
Returns the code according to the type of node.
- getNodeTypeName() - 接口 中的方法org.dom4j.Node
-
DOCUMENT ME!
- getOmitElementCloseSet() - 类 中的方法org.dom4j.io.HTMLWriter
-
A clone of the Set of elements that can have their close-tags omitted.
- getOutputFormat() - 类 中的方法org.dom4j.io.XMLWriter
-
Lets subclasses get at the current format object, so they can call
setTrimText, setNewLines, etc.
- getParent() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- getParent() - 接口 中的方法org.dom4j.Node
-
getParent
returns the parent Element
if
this node supports the parent relationship or null if it is the root
element or does not support the parent relationship.
- getPath() - 接口 中的方法org.dom4j.ElementPath
-
DOCUMENT ME!
- getPath(Element) - 类 中的方法org.dom4j.Namespace
-
- getPath() - 接口 中的方法org.dom4j.Node
-
Returns the XPath expression which will return a node set containing the
given node such as /a/b/@c.
- getPath(Element) - 接口 中的方法org.dom4j.Node
-
Returns the relative XPath expression which will return a node set
containing the given node such as a/b/@c.
- getPattern() - 类 中的方法org.dom4j.rule.Rule
-
Getter for property pattern.
- getPrefix() - 类 中的方法org.dom4j.Namespace
-
DOCUMENT ME!
- getPreformattedTags() - 类 中的方法org.dom4j.io.HTMLWriter
-
- getPriority() - 接口 中的方法org.dom4j.rule.Pattern
-
- getPriority() - 类 中的方法org.dom4j.rule.Rule
-
Getter for property priority.
- getProperty(String) - 类 中的方法org.dom4j.io.SAXWriter
-
Gets the given SAX property
- getProperty(String) - 类 中的方法org.dom4j.io.XMLWriter
-
- getProxy() - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- getPublicID() - 接口 中的方法org.dom4j.DocumentType
-
- getPublicID() - 类 中的方法org.dom4j.dtd.ExternalEntityDecl
-
Getter for property publicID.
- getQName() - 接口 中的方法org.dom4j.Attribute
-
Returns the QName
of this attribute which represents the
local name, the qualified name and the Namespace
.
- getQName() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- getQName() - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
DOCUMENT ME!
- getQName() - 接口 中的方法org.dom4j.Element
-
Returns the QName
of this element which represents the
local name, the qualified name and the Namespace
.
- getQName(String) - 接口 中的方法org.dom4j.Element
-
Returns the QName
for the given qualified name, using the
namespace URI in scope for the given prefix of the qualified name or the
default namespace if the qualified name has no prefix.
- getQNames() - 类 中的方法org.dom4j.DocumentFactory
-
Returns a list of all the QName instances currently used by this document
factory
- getQualifiedName() - 接口 中的方法org.dom4j.Attribute
-
Returns the fully qualified name of this element.
- getQualifiedName() - 接口 中的方法org.dom4j.Element
-
Returns the fully qualified name of this element.
- getQualifiedName() - 类 中的方法org.dom4j.QName
-
DOCUMENT ME!
- getRootElement() - 接口 中的方法org.dom4j.Document
-
Returns the root
Element
for this document.
- getRuleArray() - 类 中的方法org.dom4j.rule.RuleSet
-
Returns an array of sorted rules.
- getRuleSet(int) - 类 中的方法org.dom4j.rule.Mode
-
DOCUMENT ME!
- getStringValue() - 接口 中的方法org.dom4j.Element
-
Returns the XPath string-value of this node.
- getStringValue() - 类 中的方法org.dom4j.Namespace
-
- getStringValue() - 接口 中的方法org.dom4j.Node
-
Returns the XPath string-value of this node.
- getSystemID() - 接口 中的方法org.dom4j.DocumentType
-
- getSystemID() - 类 中的方法org.dom4j.dtd.ExternalEntityDecl
-
Getter for property systemID.
- getTarget() - 接口 中的方法org.dom4j.ProcessingInstruction
-
- getText() - 接口 中的方法org.dom4j.Element
-
Returns the text value of this element without recursing through child
elements.
- getText() - 类 中的方法org.dom4j.Namespace
-
- getText() - 接口 中的方法org.dom4j.Node
-
Returns the text of this node.
- getText() - 接口 中的方法org.dom4j.ProcessingInstruction
-
DOCUMENT ME!
- getText() - 接口 中的方法org.dom4j.XPath
-
getText
will return the textual version of the XPath
expression.
- getTextTrim() - 接口 中的方法org.dom4j.Element
-
DOCUMENT ME!
- getType() - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Getter for property type.
- getUnionPatterns() - 接口 中的方法org.dom4j.rule.Pattern
-
If this pattern is a union pattern then this method should return an
array of patterns which describe the union pattern, which should contain
more than one pattern.
- getUnionRules() - 类 中的方法org.dom4j.rule.Rule
-
If this rule contains a union pattern then this method should return an
array of Rules which describe the union rule, which should contain more
than one rule.
- getUniquePath(Element) - 类 中的方法org.dom4j.Namespace
-
- getUniquePath() - 接口 中的方法org.dom4j.Node
-
Returns the XPath expression which will return a nodeset of one node
which is the current node.
- getUniquePath(Element) - 接口 中的方法org.dom4j.Node
-
Returns the relative unique XPath expression from the given context which
will return a nodeset of one node which is the current node.
- getURI() - 类 中的方法org.dom4j.Namespace
-
DOCUMENT ME!
- getValue() - 接口 中的方法org.dom4j.Attribute
-
Returns the value of the attribute.
- getValue() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- getValue() - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Getter for property value.
- getValue() - 类 中的方法org.dom4j.dtd.InternalEntityDecl
-
Getter for property value.
- getValue(String) - 接口 中的方法org.dom4j.ProcessingInstruction
-
Returns the value of a specific name in the PI.
- getValueDefault() - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Getter for property valueDefault.
- getValueOfAction() - 类 中的方法org.dom4j.rule.RuleManager
-
DOCUMENT ME!
- getValueOfAction() - 类 中的方法org.dom4j.rule.Stylesheet
-
DOCUMENT ME!
- getValues() - 接口 中的方法org.dom4j.ProcessingInstruction
-
DOCUMENT ME!
- getVariableContext() - 接口 中的方法org.dom4j.XPath
-
DOCUMENT ME!
- getWarningQName() - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- getXMLEncoding() - 接口 中的方法org.dom4j.Document
-
Return the encoding of this document, as part of the XML declaration This
is null
when unspecified or when it is not known (such as
when the Document was created in memory) or when the implementation does
not support this operation.
- getXMLFilter() - 类 中的方法org.dom4j.io.SAXReader
-
Returns the SAX filter being used to filter SAX events.
- getXMLReader() - 类 中的方法org.dom4j.io.DocumentSource
-
DOCUMENT ME!
- getXMLReader() - 类 中的方法org.dom4j.io.SAXReader
-
DOCUMENT ME!
- getXMLReader() - 类 中的方法org.dom4j.io.SAXValidator
-
DOCUMENT ME!
- getXMLWriter() - 类 中的方法org.dom4j.io.SAXModifier
-
- getXMLWriter() - 类 中的方法org.dom4j.io.XMLResult
-
- getXPath() - 异常错误 中的方法org.dom4j.XPathException
-
Returns the XPath expression that caused the problem
- getXPathNamespaceURIs() - 类 中的方法org.dom4j.DocumentFactory
-
DOCUMENT ME!
- getXPathNameStep() - 类 中的方法org.dom4j.Namespace
-
- getXPathResult(int) - 接口 中的方法org.dom4j.Element
-
Returns a node at the given index suitable for an XPath result set.
- getXPPFactory() - 类 中的方法org.dom4j.io.XPP3Reader
-
- getXPPFactory() - 类 中的方法org.dom4j.io.XPPReader
-
- getXPPParser() - 类 中的方法org.dom4j.io.XPP3Reader
-
- getXPPParser() - 类 中的方法org.dom4j.io.XPPReader
-
- getXSDatatype() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
Returns the MSV XSDatatype for this node
- getXSDatatype() - 类 中的方法org.dom4j.datatype.DatatypeElement
-
Returns the MSV XSDatatype for this node