Alphabetical Index: S

A B C D E F G H I L M N O P Q R S T U V W X

S

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

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo