- SAXContentHandler - org.dom4j.io中的类
-
SAXContentHandler
builds a dom4j tree via SAX events.
- SAXContentHandler() - 类 的构造器org.dom4j.io.SAXContentHandler
-
- SAXContentHandler(DocumentFactory) - 类 的构造器org.dom4j.io.SAXContentHandler
-
- SAXContentHandler(DocumentFactory, ElementHandler) - 类 的构造器org.dom4j.io.SAXContentHandler
-
- SAXContentHandler(DocumentFactory, ElementHandler, ElementStack) - 类 的构造器org.dom4j.io.SAXContentHandler
-
- SAXEntityResolver(String) - 类 的构造器org.dom4j.io.SAXReader.SAXEntityResolver
-
- SAXEventRecorder - org.dom4j.io中的类
-
Records SAX events such that they may be "replayed" at a later time.
- SAXEventRecorder() - 类 的构造器org.dom4j.io.SAXEventRecorder
-
- SAXModifier - org.dom4j.io中的类
-
The SAXModifier reads, modifies and writes XML documents using SAX.
- SAXModifier() - 类 的构造器org.dom4j.io.SAXModifier
-
Creates a new modifier.
- SAXModifier(boolean) - 类 的构造器org.dom4j.io.SAXModifier
-
Creates a new modifier.
- SAXModifier(XMLReader) - 类 的构造器org.dom4j.io.SAXModifier
-
Creates a new modifier that will the specified
XMLReader
to parse the source.
- SAXModifier(XMLReader, boolean) - 类 的构造器org.dom4j.io.SAXModifier
-
Creates a new modifier that will the specified
XMLReader
to parse the source.
- SAXReader - org.dom4j.io中的类
-
SAXReader
creates a DOM4J tree from SAX parsing events.
- SAXReader() - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(boolean) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(DocumentFactory) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(DocumentFactory, boolean) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(XMLReader) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(XMLReader, boolean) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(String) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader(String, boolean) - 类 的构造器org.dom4j.io.SAXReader
-
- SAXReader.SAXEntityResolver - org.dom4j.io中的类
-
- SAXValidator - org.dom4j.io中的类
-
SAXValidator
validates an XML document by writing the document
to a text buffer and parsing it with a validating SAX parser.
- SAXValidator() - 类 的构造器org.dom4j.io.SAXValidator
-
- SAXValidator(XMLReader) - 类 的构造器org.dom4j.io.SAXValidator
-
- SAXWriter - org.dom4j.io中的类
-
SAXWriter
writes a DOM4J tree to a SAX ContentHandler.
- SAXWriter() - 类 的构造器org.dom4j.io.SAXWriter
-
- SAXWriter(ContentHandler) - 类 的构造器org.dom4j.io.SAXWriter
-
- SAXWriter(ContentHandler, LexicalHandler) - 类 的构造器org.dom4j.io.SAXWriter
-
- SAXWriter(ContentHandler, LexicalHandler, EntityResolver) - 类 的构造器org.dom4j.io.SAXWriter
-
- SchemaParser - org.dom4j.datatype中的类
-
SchemaParser
reads an XML Schema Document.
- SchemaParser() - 类 的构造器org.dom4j.datatype.SchemaParser
-
- SchemaParser(DatatypeDocumentFactory) - 类 的构造器org.dom4j.datatype.SchemaParser
-
- selectNodes(String, List) - 类 中的静态方法org.dom4j.DocumentHelper
-
selectNodes
performs the given XPath expression on the
List
of
Node
instances appending all the results together
into a single list.
- selectNodes(String, Node) - 类 中的静态方法org.dom4j.DocumentHelper
-
selectNodes
performs the given XPath expression on the
List
of
Node
instances appending all the results together
into a single list.
- selectNodes(String) - 接口 中的方法org.dom4j.Node
-
selectNodes
evaluates an XPath expression and returns the
result as a List
of Node
instances or
String
instances depending on the XPath expression.
- selectNodes(String, String) - 接口 中的方法org.dom4j.Node
-
selectNodes
evaluates an XPath expression then sorts the
results using a secondary XPath expression Returns a sorted
List
of Node
instances.
- selectNodes(String, String, boolean) - 接口 中的方法org.dom4j.Node
-
selectNodes
evaluates an XPath expression then sorts the
results using a secondary XPath expression Returns a sorted
List
of Node
instances.
- selectNodes(Object) - 接口 中的方法org.dom4j.XPath
-
selectNodes
performs this XPath expression on the given
Node
or
List
of
Node
s instances appending all
the results together into a single list.
- selectNodes(Object, XPath) - 接口 中的方法org.dom4j.XPath
-
selectNodes
evaluates the XPath expression on the given
Node
or
List
of
Node
s and returns the result as
a
List
of
Node
s sorted by the sort XPath
expression.
- selectNodes(Object, XPath, boolean) - 接口 中的方法org.dom4j.XPath
-
selectNodes
evaluates the XPath expression on the given
Node
or
List
of
Node
s and returns the result as
a
List
of
Node
s sorted by the sort XPath
expression.
- selectObject(String) - 接口 中的方法org.dom4j.Node
-
selectObject
evaluates an XPath expression and returns the
result as an
Object
.
- selectObject(Object) - 接口 中的方法org.dom4j.XPath
-
- selectSingleNode(String) - 接口 中的方法org.dom4j.Node
-
selectSingleNode
evaluates an XPath expression and returns
the result as a single Node
instance.
- selectSingleNode(Object) - 接口 中的方法org.dom4j.XPath
-
selectSingleNode
evaluates this XPath expression on the
given
Node
or
List
of
Node
s and returns the
result as a single
Node
instance.
- serialVersionUID - 类 中的静态变量org.dom4j.io.SAXEventRecorder
-
- setAction(Action) - 类 中的方法org.dom4j.rule.Rule
-
Setter for property action.
- setAppearenceCount(int) - 类 中的方法org.dom4j.rule.Rule
-
Setter for property appearenceCount.
- setAttributeName(String) - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Setter for property attributeName.
- setAttributeQuoteCharacter(char) - 类 中的方法org.dom4j.io.OutputFormat
-
Sets the character used to quote attribute values.
- setAttributes(List) - 接口 中的方法org.dom4j.Element
-
Sets the attributes that this element contains
- setAttributeValue(String, String) - 接口 中的方法org.dom4j.Element
-
- setAttributeValue(QName, String) - 接口 中的方法org.dom4j.Element
-
- setAttributeXSDatatype(QName, XSDatatype) - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
Registers the given XSDatatype
for the given
<attribute> QNames
- setChildElementXSDatatype(QName, XSDatatype) - 类 中的方法org.dom4j.datatype.DatatypeElementFactory
-
- setConsumer(XMLEventConsumer) - 类 中的方法org.dom4j.io.STAXEventWriter
-
Sets the underlying event consumer to which events are written.
- setContent(List) - 接口 中的方法org.dom4j.Branch
-
Sets the contents of this branch as a List
of
Node
instances.
- setContentHandler(ContentHandler) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the ContentHandler
called when SAX events are raised
- setData(Object) - 接口 中的方法org.dom4j.Attribute
-
Sets the data value of this attribute if this element supports data
binding or calls
Node.setText(String)
if it doesn't.
- setData(Object) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- setData(Object) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- setData(Object) - 接口 中的方法org.dom4j.Element
-
- setData(Object) - 类 中的方法org.dom4j.util.UserDataAttribute
-
- setData(Object) - 类 中的方法org.dom4j.util.UserDataElement
-
- setDeclareNamespaceAttributes(boolean) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets whether namespace declarations should be exported as "xmlns"
attributes or not.
- setDefaultHandler(ElementHandler) - 类 中的方法org.dom4j.io.SAXReader
-
When multiple ElementHandler
instances have been
registered, this will set a default ElementHandler
to be
called for any path which does NOT have a handler registered.
- setDefaultHandler(ElementHandler) - 类 中的方法org.dom4j.io.XPP3Reader
-
When multiple ElementHandler
instances have been
registered, this will set a default ElementHandler
to be
called for any path which does NOT have a handler registered.
- setDefaultHandler(ElementHandler) - 类 中的方法org.dom4j.io.XPPReader
-
When multiple ElementHandler
instances have been
registered, this will set a default ElementHandler
to be
called for any path which does NOT have a handler registered.
- setDispatchHandler(DispatchHandler) - 类 中的方法org.dom4j.io.SAXReader
-
- setDispatchHandler(DispatchHandler) - 类 中的方法org.dom4j.io.XPP3Reader
-
- setDispatchHandler(DispatchHandler) - 类 中的方法org.dom4j.io.XPPReader
-
- setDocType(DocumentType) - 接口 中的方法org.dom4j.Document
-
Sets the DocumentType property
- setDocument(Document) - 类 中的方法org.dom4j.io.DocumentSource
-
- setDocument(Document) - 接口 中的方法org.dom4j.Node
-
setDocument
sets the document of this node if the parent
relationship is supported or does nothing if the parent relationship is
not supported.
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.io.DOMReader
-
This sets the DocumentFactory
used to create new
documents.
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.io.SAXModifier
-
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.io.SAXReader
-
This sets the DocumentFactory
used to create new
documents.
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.io.STAXEventReader
-
Sets the DocumentFactory to be used when constructing DOM4J nodes.
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.io.XPP3Reader
-
This sets the DocumentFactory
used to create new
documents.
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.io.XPPReader
-
This sets the DocumentFactory
used to create new
documents.
- setDocumentFactory(DocumentFactory) - 类 中的方法org.dom4j.QName
-
- setDocumentLocator(Locator) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- setDocumentLocator(Locator) - 类 中的方法org.dom4j.io.XMLWriter
-
- setDomDocumentClass(Class) - 类 中的方法org.dom4j.io.DOMWriter
-
Sets the DOM
Document
implementation class used by
the writer when creating DOM documents.
- setDomDocumentClassName(String) - 类 中的方法org.dom4j.io.DOMWriter
-
Sets the DOM
Document
implementation class name used
by the writer when creating DOM documents.
- setDTDHandler(DTDHandler) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the DTDHandler
.
- setElementName(String) - 接口 中的方法org.dom4j.DocumentType
-
- setElementName(String) - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Setter for property elementName.
- setElementStack(ElementStack) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- setEnabled(boolean) - 类 中的方法org.dom4j.io.HTMLWriter
-
Enable/disable HTML handling.
- setEncoding(String) - 类 中的方法org.dom4j.io.OutputFormat
-
DOCUMENT ME!
- setEncoding(String) - 类 中的方法org.dom4j.io.SAXReader
-
Sets encoding used for InputSource (null means system default encoding)
- setEntityResolver(EntityResolver) - 接口 中的方法org.dom4j.Document
-
Sets the EntityResolver used to find resolve URIs such as for DTDs, or
XML Schema documents
- setEntityResolver(EntityResolver) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- setEntityResolver(EntityResolver) - 类 中的方法org.dom4j.io.SAXReader
-
Sets the entity resolver used to resolve entities.
- setEntityResolver(EntityResolver) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the EntityResolver
.
- setErrorHandler(ErrorHandler) - 类 中的方法org.dom4j.io.SAXReader
-
Sets the ErrorHandler
used by the SAX
XMLReader
.
- setErrorHandler(ErrorHandler) - 类 中的方法org.dom4j.io.SAXValidator
-
Sets the ErrorHandler
used by the SAX
XMLReader
.
- setErrorHandler(ErrorHandler) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the ErrorHandler
.
- setErrorQName(QName) - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- setErrors(Element) - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- setEscapeText(boolean) - 类 中的方法org.dom4j.io.XMLWriter
-
Sets whether text output should be escaped or not.
- setEventFactory(XMLEventFactory) - 类 中的方法org.dom4j.io.STAXEventWriter
-
Sets the event factory used to construct STAX events.
- setExpandEmptyElements(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set whether empty elements are expanded from
<tagName>
to
<tagName></tagName>
.
- setExternalDeclarations(List) - 接口 中的方法org.dom4j.DocumentType
-
Sets the list of internal DTD declaration objects, defined in the
org.dom4j.dtd
package
- setFatalErrorQName(QName) - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- setFeature(String, boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets a SAX feature on the underlying SAX parser.
- setFeature(String, boolean) - 类 中的方法org.dom4j.io.SAXWriter
-
This implementation does actually use any features but just stores them
for later retrieval
- setFunctionContext(FunctionContext) - 接口 中的方法org.dom4j.XPath
-
Sets the function context to be used when evaluating XPath expressions
- setHandler(ContentHandler) - 类 中的方法org.dom4j.io.DocumentResult
-
- setIgnoreComments(boolean) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Sets whether we should ignore comments or not.
- setIgnoreComments(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets whether we should ignore comments or not.
- setImportPrecedence(int) - 类 中的方法org.dom4j.rule.Rule
-
Setter for property importPrecedence.
- setIncludeExternalDTDDeclarations(boolean) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Sets whether DTD external declarations should be expanded into the
DocumentType object or not.
- setIncludeExternalDTDDeclarations(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets whether DTD external declarations should be expanded into the
DocumentType object or not.
- setIncludeInternalDTDDeclarations(boolean) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Sets whether internal DTD declarations should be expanded into the
DocumentType object or not.
- setIncludeInternalDTDDeclarations(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets whether internal DTD declarations should be expanded into the
DocumentType object or not.
- setIndent(String) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set the indent String
to use; this is usually a
String
of empty spaces.
- setIndent(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
Set the indent on or off.
- setIndentLevel(int) - 类 中的方法org.dom4j.io.XMLWriter
-
Set the initial indentation level.
- setIndentSize(int) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set the indent String
's size; an indentSize of
4 would result in the indention being equivalent to the
String
" " (four space characters).
- setInputSource(InputSource) - 类 中的方法org.dom4j.io.DocumentSource
-
This method is not supported as this source is always a
instance.
- setInputSource(InputSource) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- setInternalDeclarations(List) - 接口 中的方法org.dom4j.DocumentType
-
Sets the list of internal DTD declaration objects, defined in the
org.dom4j.dtd
package
- setLexicalHandler(LexicalHandler) - 类 中的方法org.dom4j.io.DocumentResult
-
- setLexicalHandler(LexicalHandler) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the LexicalHandler
.
- setLexicalHandler(LexicalHandler) - 类 中的方法org.dom4j.io.XMLWriter
-
- setLineSeparator(String) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set the new-line separator.
- setMaximumAllowedCharacter(int) - 类 中的方法org.dom4j.io.XMLWriter
-
Sets the maximum allowed character code that should be allowed unescaped
such as 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit) or -1 to not
escape any characters (other than the special XML characters like <
> &) If this is not explicitly set then it is defaulted from the
encoding.
- setMergeAdjacentText(boolean) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Sets whether or not adjacent text nodes should be merged together when
parsing.
- setMergeAdjacentText(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets whether or not adjacent text nodes should be merged together when
parsing.
- setMode(String) - 类 中的方法org.dom4j.rule.Rule
-
Setter for property mode.
- setModel(String) - 类 中的方法org.dom4j.dtd.ElementDecl
-
Setter for property model.
- setModeName(String) - 类 中的方法org.dom4j.rule.Stylesheet
-
Sets the name of the mode that the stylesheet uses by default.
- setName(String) - 类 中的方法org.dom4j.dtd.ElementDecl
-
Setter for property name.
- setName(String) - 类 中的方法org.dom4j.dtd.ExternalEntityDecl
-
Setter for property name.
- setName(String) - 类 中的方法org.dom4j.dtd.InternalEntityDecl
-
Setter for property name.
- setName(String) - 接口 中的方法org.dom4j.Node
-
Sets the text data of this node or this method will throw an
UnsupportedOperationException
if it is read-only.
- setNamespace(Namespace) - 接口 中的方法org.dom4j.Attribute
-
Sets the Namespace
of this element or if this element is
read only then an UnsupportedOperationException
is thrown.
- setNamespaceContext(NamespaceContext) - 接口 中的方法org.dom4j.XPath
-
Sets the namespace context to be used when evaluating XPath expressions
- setNamespaceURIs(Map) - 接口 中的方法org.dom4j.XPath
-
Sets the current NamespaceContext from a Map where the keys are the
String namespace prefixes and the values are the namespace URIs.
- setNewLineAfterDeclaration(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set whether a new line is printed after the XML declaration
(assuming it is not supressed.)
- setNewLineAfterNTags(int) - 类 中的方法org.dom4j.io.OutputFormat
-
Controls output of a line.separator every tagCount tags when isNewlines
is false.
- setNewlines(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
DOCUMENT ME!
- setOmitElementCloseSet(Set) - 类 中的方法org.dom4j.io.HTMLWriter
-
To use the empty set, pass an empty Set, or null:
setOmitElementCloseSet(new HashSet());
or
setOmitElementCloseSet(null);
- setOmitEncoding(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set whether the XML declaration (<?
- setOutputStream(OutputStream) - 类 中的方法org.dom4j.io.XMLWriter
-
- setPadText(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
Ensure that text immediately preceded by or followed by an element will
be "padded" with a single space.
- setParent(Element) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- setParent(Element) - 接口 中的方法org.dom4j.Node
-
setParent
sets the parent relationship of this node if the
parent relationship is supported or does nothing if the parent
relationship is not supported.
- setPattern(Pattern) - 类 中的方法org.dom4j.rule.Rule
-
Setter for property pattern.
- setPreformattedTags(Set) - 类 中的方法org.dom4j.io.HTMLWriter
-
Override the default set, which includes PRE, SCRIPT, STYLE, and
TEXTAREA, case insensitively.
- setPriority(double) - 类 中的方法org.dom4j.rule.Rule
-
Setter for property priority.
- setProcessingInstructions(List) - 接口 中的方法org.dom4j.Branch
-
Sets all the processing instructions for this branch
- setProperty(String, Object) - 类 中的方法org.dom4j.io.SAXReader
-
Allows a SAX property to be set on the underlying SAX parser.
- setProperty(String, Object) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the given SAX property
- setProperty(String, Object) - 类 中的方法org.dom4j.io.XMLWriter
-
- setProxy(DocumentFactory) - 类 中的方法org.dom4j.util.ProxyDocumentFactory
-
- setPublicID(String) - 接口 中的方法org.dom4j.DocumentType
-
- setPublicID(String) - 类 中的方法org.dom4j.dtd.ExternalEntityDecl
-
Setter for property publicID.
- setQName(QName) - 接口 中的方法org.dom4j.Element
-
Sets the QName
of this element which represents the local
name, the qualified name and the Namespace
.
- setResolveEntityRefs(boolean) - 类 中的方法org.dom4j.io.XMLWriter
-
- setRootElement(Element) - 接口 中的方法org.dom4j.Document
-
Sets the root element for this document
- setSingletonClassName(String) - 类 中的方法org.dom4j.util.PerThreadSingleton
-
- setSingletonClassName(String) - 类 中的方法org.dom4j.util.SimpleSingleton
-
- setSingletonClassName(String) - 接口 中的方法org.dom4j.util.SingletonStrategy
-
set a singleton class name that will be used to create the singleton
based on the strategy implementation of this interface.
- setStringInternEnabled(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets whether String interning is enabled or disabled for element &
attribute names and namespace URIs
- setStripWhitespaceText(boolean) - 类 中的方法org.dom4j.io.SAXContentHandler
-
Sets whether whitespace between element start and end tags should be
ignored.
- setStripWhitespaceText(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets whether whitespace between element start and end tags should be
ignored.
- setSuppressDeclaration(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set whether the XML declaration (<?
- setSystemID(String) - 接口 中的方法org.dom4j.DocumentType
-
- setSystemID(String) - 类 中的方法org.dom4j.dtd.ExternalEntityDecl
-
Setter for property systemID.
- setTarget(String) - 接口 中的方法org.dom4j.ProcessingInstruction
-
- setText(String) - 类 中的方法org.dom4j.datatype.DatatypeElement
-
- setText(String) - 接口 中的方法org.dom4j.Node
-
Sets the text data of this node or this method will throw an
UnsupportedOperationException
if it is read-only.
- setTrimText(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set whether the text is output verbatim (false) or with
whitespace stripped as per
Element.getTextTrim()
.
- setType(String) - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Setter for property type.
- setValidation(boolean) - 类 中的方法org.dom4j.io.SAXReader
-
Sets the validation mode.
- setValue(String) - 接口 中的方法org.dom4j.Attribute
-
Sets the value of this attribute or this method will throw an
UnsupportedOperationException
if it is read-only.
- setValue(String) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- setValue(String) - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Setter for property value.
- setValue(String) - 类 中的方法org.dom4j.dtd.InternalEntityDecl
-
Setter for property value.
- setValue(String, String) - 接口 中的方法org.dom4j.ProcessingInstruction
-
- setValueDefault(String) - 类 中的方法org.dom4j.dtd.AttributeDecl
-
Setter for property valueDefault.
- setValueOfAction(Action) - 类 中的方法org.dom4j.rule.RuleManager
-
Sets the default value-of action which is used in the default rules for
the pattern "text()|@"
- setValueOfAction(Action) - 类 中的方法org.dom4j.rule.Stylesheet
-
Sets the default value-of action which is used in the default rules for
the pattern "text()|@"
- setValues(Map) - 接口 中的方法org.dom4j.ProcessingInstruction
-
- setVariableContext(VariableContext) - 接口 中的方法org.dom4j.XPath
-
Sets the variable context to be used when evaluating XPath expressions
- setWarningQName(QName) - 类 中的方法org.dom4j.util.XMLErrorHandler
-
- setWriter(Writer) - 类 中的方法org.dom4j.io.XMLWriter
-
- setXHTML(boolean) - 类 中的方法org.dom4j.io.OutputFormat
-
This will set whether or not to use the XHTML standard: like HTML but
passes an XML parser with real, closed tags.
- setXMLEncoding(String) - 接口 中的方法org.dom4j.Document
-
Sets the encoding of this document as it will appear in the XML
declaration part of the document.
- setXMLFilter(XMLFilter) - 类 中的方法org.dom4j.io.SAXReader
-
Sets the SAX filter to be used when filtering SAX events
- setXMLReader(XMLReader) - 类 中的方法org.dom4j.io.DocumentSource
-
Sets the XMLReader used for the JAXP
SAXSource
.
- setXMLReader(XMLReader) - 类 中的方法org.dom4j.io.SAXReader
-
Sets the XMLReader
used to parse SAX events
- setXMLReader(XMLReader) - 类 中的方法org.dom4j.io.SAXValidator
-
Sets the XMLReader
used to parse SAX events
- setXMLReader(XMLReader) - 类 中的方法org.dom4j.io.SAXWriter
-
Sets the XMLReader
used to write SAX events to
- setXMLReaderClassName(String) - 类 中的方法org.dom4j.io.SAXReader
-
Sets the class name of the XMLReader
to be used to parse
SAX events.
- setXMLWriter(XMLWriter) - 类 中的方法org.dom4j.io.SAXModifier
-
Sets the
XMLWriter
used to write the modified document.
- setXMLWriter(XMLWriter) - 类 中的方法org.dom4j.io.XMLResult
-
- setXPathNamespaceURIs(Map) - 类 中的方法org.dom4j.DocumentFactory
-
Sets the namespace URIs to be used by XPath expressions created by this
factory or by nodes associated with this factory.
- setXPPFactory(XmlPullParserFactory) - 类 中的方法org.dom4j.io.XPP3Reader
-
- setXPPFactory(XmlPullParserFactory) - 类 中的方法org.dom4j.io.XPPReader
-
- shouldEncodeChar(char) - 类 中的方法org.dom4j.io.XMLWriter
-
Should the given character be escaped.
- SimpleSingleton - org.dom4j.util中的类
-
SimpleSingleton
is an implementation of the SingletonStrategy
interface used to provide common factory access for the same object instance.
- SimpleSingleton() - 类 的构造器org.dom4j.util.SimpleSingleton
-
- singleton - 类 中的静态变量org.dom4j.datatype.DatatypeDocumentFactory
-
The Singleton instance
- SINGLETON - 类 中的静态变量org.dom4j.rule.NullAction
-
Singleton instance
- singleton - 类 中的静态变量org.dom4j.util.IndexedDocumentFactory
-
The Singleton instance
- singleton - 类 中的静态变量org.dom4j.util.NonLazyDocumentFactory
-
The Singleton instance
- singleton - 类 中的静态变量org.dom4j.util.UserDataDocumentFactory
-
The Singleton instance
- SingletonStrategy - org.dom4j.util中的接口
-
SingletonStrategy
is an interface used to provide common
factory access for the same object based on an implementation strategy for
singleton.
- size() - 接口 中的方法org.dom4j.ElementPath
-
DOCUMENT ME!
- sort(List, String) - 类 中的静态方法org.dom4j.DocumentHelper
-
sort
sorts the given List of Nodes using an XPath
expression as a
Comparator
.
- sort(List, String, boolean) - 类 中的静态方法org.dom4j.DocumentHelper
-
sort
sorts the given List of Nodes using an XPath
expression as a
Comparator
and optionally removing
duplicates.
- sort(List) - 接口 中的方法org.dom4j.XPath
-
sort
sorts the given List of Nodes using this XPath
expression as a
Comparator
.
- sort(List, boolean) - 接口 中的方法org.dom4j.XPath
-
sort
sorts the given List of Nodes using this XPath
expression as a
Comparator
and optionally removing
duplicates.
- STANDARD_INDENT - 类 中的静态变量org.dom4j.io.OutputFormat
-
standard value to indent by, if we are indenting
- startCDATA() - 类 中的方法org.dom4j.io.HTMLWriter
-
- startCDATA() - 类 中的方法org.dom4j.io.SAXContentHandler
-
- startCDATA() - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- startCDATA() - 类 中的方法org.dom4j.io.XMLWriter
-
- startDocument() - 类 中的方法org.dom4j.io.SAXContentHandler
-
- startDocument() - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- startDocument() - 类 中的方法org.dom4j.io.SAXWriter
-
- startDocument() - 类 中的方法org.dom4j.io.XMLWriter
-
- startDTD(String, String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- startDTD(String, String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- startDTD(String, String, String) - 类 中的方法org.dom4j.io.XMLWriter
-
- startElement(String, String, String, Attributes) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- startElement(String, String, String, Attributes) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- startElement(Element, AttributesImpl) - 类 中的方法org.dom4j.io.SAXWriter
-
- startElement(String, String, String, Attributes) - 类 中的方法org.dom4j.io.XMLWriter
-
- startEntity(String) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- startEntity(String) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- startEntity(String) - 类 中的方法org.dom4j.io.XMLWriter
-
- startPrefixMapping(String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
-
- startPrefixMapping(String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
-
- startPrefixMapping(Element, NamespaceStack) - 类 中的方法org.dom4j.io.SAXWriter
-
Fires a SAX startPrefixMapping event for all the namespaceStack which
have just come into scope
- startPrefixMapping(String, String) - 类 中的方法org.dom4j.io.XMLWriter
-
- STAXEventReader - org.dom4j.io中的类
-
- STAXEventReader() - 类 的构造器org.dom4j.io.STAXEventReader
-
Constructs a default
STAXEventReader
instance with a
default
DocumentFactory
.
- STAXEventReader(DocumentFactory) - 类 的构造器org.dom4j.io.STAXEventReader
-
Constructs a
STAXEventReader
instance that uses the
specified
DocumentFactory
to construct DOM4J
Node
s.
- STAXEventWriter - org.dom4j.io中的类
-
Writes DOM4J
Node
s to a StAX event stream.
- STAXEventWriter() - 类 的构造器org.dom4j.io.STAXEventWriter
-
- STAXEventWriter(File) - 类 的构造器org.dom4j.io.STAXEventWriter
-
Constructs a STAXEventWriter
that writes events to the
provided file.
- STAXEventWriter(Writer) - 类 的构造器org.dom4j.io.STAXEventWriter
-
Constructs a STAXEventWriter
that writes events to the
provided character stream.
- STAXEventWriter(OutputStream) - 类 的构造器org.dom4j.io.STAXEventWriter
-
Constructs a STAXEventWriter
that writes events to the
provided stream.
- STAXEventWriter(XMLEventConsumer) - 类 的构造器org.dom4j.io.STAXEventWriter
-
Constructs a STAXEventWriter
that writes events to the
provided event stream.
- Stylesheet - org.dom4j.rule中的类
-
Stylesheet
implements an XSLT stylesheet such that rules can
be added to the stylesheet and the stylesheet can be applied to a source
document or node.
- Stylesheet() - 类 的构造器org.dom4j.rule.Stylesheet
-
Creates a new empty stylesheet.
- supportsParent() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
-
- supportsParent() - 接口 中的方法org.dom4j.Node
-
supportsParent
returns true if this node supports the
parent relationship.