Alphabetical Index: S

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

S

SAXConverter - class nu.xom.converters.SAXConverter
Feeds a XOM Document into a SAX2 ContentHandler.
SAXConverter(ContentHandler) - constructor for class nu.xom.converters.SAXConverter
Creates a new SAXConverter.
Serializer - class nu.xom.Serializer
Outputs a Document object in a specific encoding using various options for controlling white space, normalization, indenting, line breaking, and base URIs.
Serializer(OutputStream) - constructor for class nu.xom.Serializer
Create a new serializer that uses the UTF-8 encoding.
Serializer(OutputStream,String) - constructor for class nu.xom.Serializer
Create a new serializer that uses the specified encoding.
setBaseURI(String) - method in class nu.xom.Document
Sets the URI from which this document was loaded, and against which relative URLs in this document will be resolved.
setBaseURI(String) - method in class nu.xom.Element
Sets the URI from which this element was loaded, and against which relative URLs in this element will be resolved, unless an xml:base attribute overrides this.
setBaseURI(String) - method in class nu.xom.ParentNode
Sets the URI against which relative URIs in this node will be resolved.
setContentHandler(ContentHandler) - method in class nu.xom.converters.SAXConverter
Set the content handler for this converter.
setData(String) - method in class nu.xom.IllegalDataException
Stores the illegal text that caused this exception.
setDocType(nu.xom.DocType) - method in class nu.xom.Document
Sets this document's document type declaration.
setInclusiveNamespacePrefixList(String) - method in class nu.xom.canonical.Canonicalizer
Specifies the prefixes that will be output as specified in regular canonical XML, even when doing exclusive XML canonicalization.
setIndent(int) - method in class nu.xom.Serializer
Sets the number of additional spaces to add to each successive level in the hierarchy.
setInternalDTDSubset(String) - method in class nu.xom.DocType
Sets the internal DTD subset; that is the part of the DTD between [ and ].
setLexicalHandler(LexicalHandler) - method in class nu.xom.converters.SAXConverter
Sets the optional lexical handler for this converter.
setLineSeparator(String) - method in class nu.xom.Serializer
Sets the line separator.
setLocalName(String) - method in class nu.xom.Attribute
Sets the local name of the attribute.
setLocalName(String) - method in class nu.xom.Element
Sets the local name of this element.
setMaxLength(int) - method in class nu.xom.Serializer
Sets the suggested maximum line length for this serializer.
setNamespace(String,String) - method in class nu.xom.Attribute
Sets the attribute's namespace prefix and URI.
setNamespacePrefix(String) - method in class nu.xom.Element
Sets the namespace prefix of this element.
setNamespaceURI(String) - method in class nu.xom.Element
Sets the namespace URI of this element.
setOutputStream(OutputStream) - method in class nu.xom.Serializer
Flushes the previous output stream and redirects further output to the new output stream.
setParameter(String,Object) - method in class nu.xom.xslt.XSLTransform
Supply a parameter to transformations performed by this object.
setParameter(String,String,Object) - method in class nu.xom.xslt.XSLTransform
Supply a parameter to transformations performed by this object.
setPreserveBaseURI(boolean) - method in class nu.xom.Serializer
Determines whether this serializer inserts extra xml:base attributes to attempt to preserve base URI information from the document.
setPublicID(String) - method in class nu.xom.DocType
Sets the public ID for the external DTD subset.
setRootElement(nu.xom.Element) - method in class nu.xom.Document
Replaces the current root element with a different root element.
setRootElementName(String) - method in class nu.xom.DocType
Sets the name the document type declaration specifies for the root element.
setSystemID(String) - method in class nu.xom.DocType
Sets the system ID for the external DTD subset.
setTarget(String) - method in class nu.xom.ProcessingInstruction
Sets the target.
setType(nu.xom.Attribute.Type) - method in class nu.xom.Attribute
Sets the type of this attribute to one of the ten DTD types or Type.UNDECLARED.
If true, this property indicates serialization will perform Unicode normalization on all data using normalization form C (NFC).
setValue(String) - method in class nu.xom.Attribute
Sets the attribute's value to the specified string, replacing any previous value.
setValue(String) - method in class nu.xom.Comment
Sets the content of this Comment object to the specified string.
setValue(String) - method in class nu.xom.ProcessingInstruction
Sets the data.
setValue(String) - method in class nu.xom.Text
Sets the content of the Text object to the specified data.
shallowCopy() - method in class nu.xom.Element
Creates a very shallow copy of the element with the same name and namespace URI, but no children, attributes, base URI, or namespace declaration.
size() - method in class nu.xom.Elements
Returns the number of elements in the list.
size() - method in class nu.xom.Nodes
Returns the number of nodes in the list.
startMakingDocument() - method in class nu.xom.NodeFactory
Creates a new Document object.
Creates a new Element in the specified namespace with the specified name.

Copyright 2002-2009 Elliotte Rusty Harold
elharo@metalab.unc.edu