- cache - 类 中的变量org.dom4j.DocumentFactory
-
- CACHE - 类 中的静态变量org.dom4j.Namespace
-
Cache of Namespace instances
- CDATA - org.dom4j中的接口
-
CDATA
defines an XML CDATA section.
- CDATA_SECTION_NODE - 接口 中的静态变量org.dom4j.Node
-
Matches elements nodes
- CharacterData - org.dom4j中的接口
-
CharacterData
is a marker interface for character based nodes
such as the CDATA
,Comment
and
Text
nodes.
- characters(char[], int, int) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- characters(char[], int, int) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- characters(char[], int, int) - 类 中的方法org.dom4j.io.XMLWriter
-
- checkForNullHandlers() - 类 中的方法org.dom4j.io.SAXWriter
-
Ensures non-null content handlers?
- childAdded(Node) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
Override to force lazy recreation of data object
- childRemoved(Node) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
Override to force lazy recreation of data object
- clear() - 类 中的方法org.dom4j.rule.RuleManager
-
- clear() - 类 中的方法org.dom4j.rule.Stylesheet
-
- clearContent() - 接口 中的方法org.dom4j.Branch
-
Clears the content for this branch, removing any Node
instances this branch may contain.
- clearNamespaceStack() - 类 中的方法org.dom4j.io.DOMReader
-
- clone() - 接口 中的方法org.dom4j.Node
-
clone
will return a deep clone or if this node is
read-only then clone will return the same instance.
- clone() - 类 中的方法org.dom4j.util.UserDataElement
-
- close() - 类 中的方法org.dom4j.io.XMLWriter
-
Closes the underlying Writer
- Comment - org.dom4j中的接口
-
Comment
defines the behavior of an XML comment.
- comment(char[], int, int) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- comment(char[], int, int) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- comment(char[], int, int) - 类 中的方法org.dom4j.io.XMLWriter
-
- COMMENT_NODE - 接口 中的静态变量org.dom4j.Node
-
Matches Comments nodes
- compare(Object, Object) - 类 中的方法org.dom4j.util.NodeComparator
-
Compares its two arguments for order.
- compare(Node, Node) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(Document, Document) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(Element, Element) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(Attribute, Attribute) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(QName, QName) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(Namespace, Namespace) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(CharacterData, CharacterData) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(DocumentType, DocumentType) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(Entity, Entity) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(ProcessingInstruction, ProcessingInstruction) - 类 中的方法org.dom4j.util.NodeComparator
-
- compare(String, String) - 类 中的方法org.dom4j.util.NodeComparator
-
- compareContent(Branch, Branch) - 类 中的方法org.dom4j.util.NodeComparator
-
- compareTo(Object) - 类 中的方法org.dom4j.rule.Rule
-
- compareTo(Rule) - 类 中的方法org.dom4j.rule.Rule
-
Compares two rules in XSLT processing model order assuming that the modes
are equal.
- completeCurrentTextNode() - 类 中的方法org.dom4j.io.SAXContentHandler
-
If the current text buffer contains any text then create a new text node
with it and add it to the current element
- configureReader(XMLReader, DefaultHandler) - 类 中的方法org.dom4j.io.SAXReader
-
Configures the XMLReader before use
- configureReader() - 类 中的方法org.dom4j.io.SAXValidator
-
Configures the XMLReader before use
- content() - 接口 中的方法org.dom4j.Branch
-
Returns the content nodes of this branch as a backed
List
so that
the content of this branch may be modified directly using the
List
interface.
- convertToValue(String) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- createAttribute(Element, QName, String) - 类 中的方法org.dom4j.datatype.DatatypeDocumentFactory
-
- createAttribute(Element, QName, String) - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
- createAttribute(Element, QName, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createAttribute(Element, String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createAttribute(Element, QName, String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createAttribute(Element, String, String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createAttribute(Element, Attribute) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J Attribute from the provided StAX Attribute event.
- createAttribute(Attribute) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createAttribute(Element, QName, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createAttribute(Element, String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createAttribute(Element, QName, String) - 类 中的方法org.dom4j.util.UserDataDocumentFactory
-
- createAttributeIndex() - 类 中的方法org.dom4j.util.IndexedElement
-
A Factory Method to create the index for attributes
- createAttributes(Element, Attributes) - 类 中的方法org.dom4j.io.SAXWriter
-
- createCDATA(String) - 类 中的方法org.dom4j.DocumentFactory
-
- createCDATA(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createCDATA(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createCharacterData(Characters) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J Text or CDATA object from the provided Characters
event.
- createCharacters(Text) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createCharacters(CDATA) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createComment(String) - 类 中的方法org.dom4j.DocumentFactory
-
- createComment(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createComment(Comment) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J Comment from the provided StAX Comment event.
- createComment(Comment) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createComment(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createCompactFormat() - 类 中的静态方法org.dom4j.io.OutputFormat
-
A static helper method to create the default compact format.
- createContentHandler(XMLReader) - 类 中的方法org.dom4j.io.SAXReader
-
Factory Method to allow user derived SAXContentHandler objects to be used
- createCopy() - 接口 中的方法org.dom4j.Element
-
Creates a deep copy of this element The new element is detached from its
parent, and getParent() on the clone will return null.
- createCopy(String) - 接口 中的方法org.dom4j.Element
-
Creates a deep copy of this element with the given local name The new
element is detached from its parent, and getParent() on the clone will
return null.
- createCopy(QName) - 接口 中的方法org.dom4j.Element
-
Creates a deep copy of this element with the given fully qualified name.
- createDefaultEntityResolver(String) - 类 中的方法org.dom4j.io.SAXReader
-
- createDefaultRule(Pattern, Action) - 类 中的方法org.dom4j.rule.RuleManager
-
- createDocType(String, String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createDocType(String, String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createDocument() - 类 中的方法org.dom4j.DocumentFactory
-
- createDocument(String) - 类 中的方法org.dom4j.DocumentFactory
-
DOCUMENT ME!
- createDocument(Element) - 类 中的方法org.dom4j.DocumentFactory
-
- createDocument() - 类 中的静态方法org.dom4j.DocumentHelper
-
- createDocument(Element) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createDocument() - 类 中的方法org.dom4j.io.DOMReader
-
- createDocument() - 类 中的方法org.dom4j.io.SAXContentHandler
-
DOCUMENT ME!
- createDocument() - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createDocument(Element) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createDomDocument(Document) - 类 中的方法org.dom4j.io.DOMWriter
-
- createDomDocument(Document, DOMImplementation) - 类 中的方法org.dom4j.io.DOMWriter
-
- createDomDocumentViaJAXP() - 类 中的方法org.dom4j.io.DOMWriter
-
- createDTD(DocumentType) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createElement(QName) - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
- createElement(QName) - 类 中的方法org.dom4j.DocumentFactory
-
- createElement(String) - 类 中的方法org.dom4j.DocumentFactory
-
- createElement(String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createElement(QName) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createElement(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createElement(StartElement) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J Element from the provided StartElement event.
- createElement(QName) - 类 中的方法org.dom4j.util.IndexedDocumentFactory
-
- createElement(QName, int) - 类 中的方法org.dom4j.util.IndexedDocumentFactory
-
- createElement(QName) - 类 中的方法org.dom4j.util.NonLazyDocumentFactory
-
- createElement(QName) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createElement(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createElement(QName) - 类 中的方法org.dom4j.util.UserDataDocumentFactory
-
- createElement(String) - 类 中的方法org.dom4j.util.UserDataElement
-
- createElement(QName) - 类 中的方法org.dom4j.util.UserDataElement
-
- createElementIndex() - 类 中的方法org.dom4j.util.IndexedElement
-
A Factory Method to create the index for elements
- createElementStack() - 类 中的方法org.dom4j.io.SAXContentHandler
-
- createEndDocument(Document) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createEndElement(Element) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createEntity(String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createEntity(String, String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createEntity(EntityReference) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J Entity from the provided StAX EntityReference
event.
- createEntity(String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createHashCode() - 类 中的方法org.dom4j.Namespace
-
Factory method to create the hashcode allowing derived classes to change
the behaviour
- createIndex() - 类 中的方法org.dom4j.util.IndexedElement
-
Factory method to return a new map implementation for indices
- createList() - 类 中的方法org.dom4j.util.IndexedElement
-
Factory method to return a list implementation for indices
- createMode() - 类 中的方法org.dom4j.rule.RuleManager
-
A factory method to return a new
Mode
instance which should add
the necessary default rules
- createNamespace(String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createNamespace(String, String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createNamespace(Namespace) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J Namespace from the provided StAX Namespace event.
- createNamespace(Namespace) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createNamespace(String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createPattern(String) - 类 中的方法org.dom4j.DocumentFactory
-
createPattern
parses the given XPath expression to create
an XSLT style
Pattern
instance which can then be used in an XSLT
processing model.
- createPattern(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
createPattern
parses the given XPath expression to create
an XSLT style
Pattern
instance which can then be used in an XSLT
processing model.
- createPattern(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createPrettyPrint() - 类 中的静态方法org.dom4j.io.OutputFormat
-
A static helper method to create the default pretty printing format.
- createProcessingInstruction(String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createProcessingInstruction(String, Map) - 类 中的方法org.dom4j.DocumentFactory
-
- createProcessingInstruction(String, String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createProcessingInstruction(String, Map) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createProcessingInstruction(ProcessingInstruction) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J ProcessingInstruction from the provided StAX
ProcessingInstruction event.
- createProcessingInstruction(ProcessingInstruction) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createProcessingInstruction(String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createProcessingInstruction(String, Map) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createQName(String, Namespace) - 类 中的方法org.dom4j.DocumentFactory
-
- createQName(String) - 类 中的方法org.dom4j.DocumentFactory
-
- createQName(String, String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createQName(String, String) - 类 中的方法org.dom4j.DocumentFactory
-
- createQName(String, Namespace) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createQName(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createQName(QName) - 类 中的方法org.dom4j.io.STAXEventReader
-
Constructs a new DOM4J QName from the provided JAXP QName.
- createQName(QName) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createQName(String, Namespace) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createQName(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createQName(String, String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createQName(String, String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createQNameCache() - 类 中的方法org.dom4j.DocumentFactory
-
Factory method to create the QNameCache.
- createReader(InputStream) - 类 中的方法org.dom4j.io.XPP3Reader
-
Factory method to create a Reader from the given InputStream.
- createReader(InputStream) - 类 中的方法org.dom4j.io.XPPReader
-
Factory method to create a Reader from the given InputStream.
- createSingleton(String) - 类 中的静态方法org.dom4j.DocumentFactory
-
createSingleton
creates the singleton instance from the
given class name.
- createStartDocument(Document) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createStartElement(Element) - 类 中的方法org.dom4j.io.STAXEventWriter
-
- createText(String) - 类 中的方法org.dom4j.DocumentFactory
-
- createText(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
- createText(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createWriter(OutputStream, String) - 类 中的方法org.dom4j.io.XMLWriter
-
Get an OutputStreamWriter, use preferred encoding.
- createXMLReader() - 类 中的方法org.dom4j.io.SAXReader
-
Factory Method to allow alternate methods of creating and configuring
XMLReader objects
- createXMLReader() - 类 中的方法org.dom4j.io.SAXValidator
-
Factory Method to allow alternate methods of creating and configuring
XMLReader objects
- createXPath(String) - 类 中的方法org.dom4j.DocumentFactory
-
createXPath
parses an XPath expression and creates a new
XPath XPath
instance.
- createXPath(String, VariableContext) - 类 中的方法org.dom4j.DocumentFactory
-
createXPath
parses an XPath expression and creates a new
XPath XPath
instance.
- createXPath(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
createXPath
parses an XPath expression and creates a new
XPath
XPath
instance using the singleton
DocumentFactory
.
- createXPath(String, VariableContext) - 类 中的静态方法org.dom4j.DocumentHelper
-
createXPath
parses an XPath expression and creates a new
XPath
XPath
instance using the singleton
DocumentFactory
.
- createXPath(String) - 接口 中的方法org.dom4j.Node
-
createXPath
creates an XPath object for the given
xpathExpression.
- createXPath(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createXPath(String, VariableContext) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createXPathFilter(String, VariableContext) - 类 中的方法org.dom4j.DocumentFactory
-
createXPathFilter
parses a NodeFilter from the given XPath
filter expression.
- createXPathFilter(String) - 类 中的方法org.dom4j.DocumentFactory
-
createXPathFilter
parses a NodeFilter from the given XPath
filter expression.
- createXPathFilter(String) - 类 中的静态方法org.dom4j.DocumentHelper
-
createXPathFilter
parses a NodeFilter from the given XPath
filter expression using the singleton
DocumentFactory
.
- createXPathFilter(String, VariableContext) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createXPathFilter(String) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- createXPathResult(Element) - 类 中的方法org.dom4j.Namespace
-