XML for Java Compatibility API 2.0.15
A B C D E F G H I L M N O P Q R S T U V W X

S

S_ALL - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_ALTSTYLESHEET - Static variable in class com.ibm.xml.parser.StylesheetPI
"alternate-stylesheet".
S_CDATA - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_COMMENT - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_ELEMENT - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_END - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_IMPLIED - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_NIMPLIED - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_PI - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_SPACES - Static variable in class com.ibm.xml.parser.XMLChar
String of acceptable XML whitespace characters.
S_STYLESHEET - Static variable in class com.ibm.xml.parser.StylesheetPI
"stylesheet".
S_TEXT - Static variable in class com.ibm.xml.xpointer.XPointer
 
S_TEXTCSS - Static variable in class com.ibm.xml.parser.StylesheetPI
"text/css".
S_TYPESTR - Static variable in class com.ibm.xml.parser.AttDef
 
S_VERSION - Static variable in class com.ibm.xml.parser.Version
Version String like "XML4i v.r[.dd| Dnn]".
S_XMLALTSTYLESHEET - Static variable in class com.ibm.xml.parser.StylesheetPI
"xml:alternate-stylesheet".
S_XMLNAMESPACEURI - Static variable in class com.ibm.xml.parser.TXElement
 
S_XMLNS - Static variable in class com.ibm.xml.parser.TXElement
 
S_XMLSTYLESHEET - Static variable in class com.ibm.xml.parser.StylesheetPI
"xml:stylesheet".
SAXDriver - class com.ibm.xml.parser.SAXDriver.
This is the Simple API for XML (SAX) 1.0 driver for IBM XML4J.
SAXDriver() - Constructor for class com.ibm.xml.parser.SAXDriver
 
searchAncestors(int, String, String) - Method in class com.ibm.xml.parser.Child
Returns the first TXElement match through all ancestors.
searchAncestors(String) - Method in class com.ibm.xml.parser.Child
Returns the first TXElement match through all ancestors.
searchChildrenAll(String) - Method in class com.ibm.xml.parser.TXElement
Returns an array of TXElement of matches through the immediate child Element Nodes.
searchDescendants(int, String, String) - Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through all child Element Nodes.
searchDescendants(String) - Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through all child Element Nodes.
searchDescendantsAll(int, String, String) - Method in class com.ibm.xml.parser.TXElement
Returns an array of TXElement matches through all child Element Nodes.
searchDescendantsAll(String) - Method in class com.ibm.xml.parser.TXElement
Returns an array of TXElement matches through all child Element Nodes.
setAbsTerm(AbsTerm) - Method in class com.ibm.xml.xpointer.XPointer
Sets the absolute location term of this XPointer.
setAddFixedAttributes(boolean) - Method in class com.ibm.xml.parser.TXDocument
Sets a flag whether #FIXED attributes are automatically added.
setAllowJavaEncodingName(boolean) - Method in class com.ibm.xml.parser.Parser
Sets whether this parser allows Java encoding names to be specified in place of MIME charset names on xmlEncoding parameters.
setAttribute(String, String) - Method in class com.ibm.xml.parser.TXElement
Adds a new attribute name/value pair to this Element using the appropriate factory.
setAttribute(TXAttribute) - Method in class com.ibm.xml.parser.TXElement
Deprecated. Use setAttributeNode()
setAttributeNode(Attr) - Method in class com.ibm.xml.parser.TXElement
Adds a new attribute to this Element using the appropriate factory.
setCheckNodeLoop(boolean) - Method in class com.ibm.xml.parser.TXDocument
Sets a flag whether new child is an ancestor of a parent.
setCheckOwnerDocument(boolean) - Method in class com.ibm.xml.parser.TXDocument
Sets a flag whether new child was created from another document.
setContentModelNode(CMNode) - Method in class com.ibm.xml.parser.ContentModel
Sets the content model associated with this model group content model.
setContentType(int) - Method in class com.ibm.xml.parser.ElementDecl
Sets the content type which represents the content model used by this element definition.
setData(String) - Method in class com.ibm.xml.parser.TXCharacterData
Sets the actual content.
setData(String) - Method in class com.ibm.xml.parser.TXPI
Sets the data of the PI.
setDeclaredType(int) - Method in class com.ibm.xml.parser.AttDef
Sets the declared type of this attribute in the DTD definition.
setDefaultStringValue(String) - Method in class com.ibm.xml.parser.AttDef
Sets the default value of this attribute in the DTD definition.
setDefaultType(int) - Method in class com.ibm.xml.parser.AttDef
Sets the default type of this attribute's value in the DTD definition.
setDigestAlgorithm(String) - Method in class com.ibm.xml.parser.TXDocument
Sets the default message digest algorithm for use by createMessageDigest().
setDocumentHandler(DocumentHandler) - Method in class com.ibm.xml.parser.SAXDriver
Register a document event handler.
setDTDHandler(DTDHandler) - Method in class com.ibm.xml.parser.SAXDriver
Register a DTD event handler.
setElementFactory(TXDocument) - Method in class com.ibm.xml.parser.Parser
Sets the code to receive control when the various components of the Document Object Model (DOM) and XML4J need to be created and initialized.
setEncoding(String) - Method in class com.ibm.xml.parser.TXDocument
Sets the value of the XML encoding parameter from the XML prolog declaration (e.g.
setEncoding(String) - Method in class com.ibm.xml.parser.DTD
Sets the value of the XML encoding parameter from the XML prolog declaration (e.g.
setEndBy1stError(boolean) - Method in class com.ibm.xml.parser.Parser
Sets whether this parser terminates processing when an initial error or exception occurs.
setEntityPool(EntityPool) - Method in class com.ibm.xml.parser.DTD
Called by Parser.
setEntityResolver(EntityResolver) - Method in class com.ibm.xml.parser.SAXDriver
Register a custom entity resolver.
setErrorHandler(ErrorHandler) - Method in class com.ibm.xml.parser.SAXDriver
Register an error event handler.
setErrorNoByteMark(boolean) - Method in class com.ibm.xml.parser.Parser
This method is not supported. Sets whether this parser treats missing byte marks in the input stream as an error, and reports this condition through the defined ErrorListener.
setExpandEntityReferences(boolean) - Method in class com.ibm.xml.parser.Parser
Sets whether EntityReference Nodes are expanded by this parser.
setExternalID(ExternalID) - Method in class com.ibm.xml.parser.DTD
Sets the external ID associated with this DTD.
setFactory(TXDocument) - Method in class com.ibm.xml.parser.Child
Sets the factory to be used in creating this Node.
setFactory(TXDocument) - Method in class com.ibm.xml.parser.ContentModel
Sets the factory to be used in creating this content model.
setIsIgnorableWhitespace(boolean) - Method in class com.ibm.xml.parser.TXText
Sets, at the Text level, whether space is to be preserved.
setKeepComment(boolean) - Method in class com.ibm.xml.parser.Parser
Sets whether TXComment Nodes are created by this parser when XML comments are encountered.
setLeft(CMNode) - Method in class com.ibm.xml.parser.CM2op
Sets the content model node prior to the separator type.
setLocale(Locale) - Method in class com.ibm.xml.parser.SAXDriver
Sets a locale for errors and warnings.
setName(String) - Method in class com.ibm.xml.parser.AttDef
Sets the name of this attribute in the DTD definition.
setName(String) - Method in class com.ibm.xml.parser.ElementDecl
Sets this element definition's name.
setName(String) - Method in class com.ibm.xml.parser.TXNotation
Deprecated.  
setName(String) - Method in class com.ibm.xml.parser.DTD
Sets this DTD's name.
setNode(CMNode) - Method in class com.ibm.xml.parser.CM1op
Sets the content model node associated with type.
setNodeValue(String) - Method in class com.ibm.xml.parser.Child
This method is defined by DOM.
setNodeValue(String) - Method in class com.ibm.xml.parser.TXCharacterData
Sets the actual content.
setNodeValue(String) - Method in class com.ibm.xml.parser.TXPI
Sets the data of the PI.
setNodeValue(String) - Method in class com.ibm.xml.parser.TXAttribute
Sets the value of this attribute.
setParsingExternal(boolean) - Method in class com.ibm.xml.parser.DTD
Sets the flag which indicates if the internal of external DTD subset is currently being parsed.
setPreserveSpace(boolean) - Method in class com.ibm.xml.parser.Parser
This method is not supported. Sets, at the document level, whether space is to be preserved in the parsed document.
setPreserveSpace(boolean) - Method in class com.ibm.xml.parser.TXElement
Sets, at the Element level, whether space is to be preserved.
setPrintInternalDTD(boolean) - Method in class com.ibm.xml.parser.TXDocument
Sets whether the internal DTD is printed by the print() methods.
setPrintInternalDTD(boolean) - Method in class com.ibm.xml.parser.DTD
Sets the flag which indicates if the print() method prints the internal subset.
setPrintNonSpecifiedAttributes(boolean) - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Sets whether this prints non-specified default attributes appended by DTD.
setPrintWarning(boolean) - Method in class com.ibm.xml.parser.Stderr
Sets whether prints warnings.
setProcessExternalDTD(boolean) - Method in class com.ibm.xml.parser.Parser
This method is not implemented. Sets whether this parser reads an external subset of DTD, pointed in an ExternalID in DOCTYPE declaration.
setProcessNamespace(boolean) - Method in class com.ibm.xml.parser.TXDocument
Sets whether namespaces are considered in some operations to nodes created by this document.
setProcessNamespace(boolean) - Method in class com.ibm.xml.parser.Parser
Sets whether namespaces are respected by this parser.
setPseudoContentModel(String) - Method in class com.ibm.xml.parser.ContentModel
Sets the pseudo content model being used in place of an actual content model.
setReaderBufferSize(int) - Method in class com.ibm.xml.parser.Parser
This method is not supported. Sets the size of this parser's character-stream-oriented input source buffer.
setReferenceHandler(ReferenceHandler) - Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when a General Reference is recognized by this parser.
setRight(CMNode) - Method in class com.ibm.xml.parser.CM2op
Sets the content model node after the separator type.
setSpecified(boolean) - Method in class com.ibm.xml.parser.TXAttribute
Sets whether this attribute was explicitly given a value in the original document (=true), or was allowed to default according to the DTD specification.
setStandalone(String) - Method in class com.ibm.xml.parser.TXDocument
Sets if this Document is standalone.
setTagHandler(TagHandler) - Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when tag start and tag end events are recognized by this parser.
setTagName(String) - Method in class com.ibm.xml.parser.TXElement
Sets this Element's name.
setTarget(String) - Method in class com.ibm.xml.parser.TXPI
This method is defined by DOM.
setType(int) - Method in class com.ibm.xml.xpointer.RelTerm
Sets the integer representing the keyword type of this relative term.
setType(int, String[]) - Method in class com.ibm.xml.parser.TXAttribute
Sets the type and type values of the attribute.
setUserData(Object) - Method in class com.ibm.xml.parser.Child
Sets the user data associated to this child node.
setValue(String) - Method in class com.ibm.xml.parser.TXAttribute
Sets the value of this attribute.
setVersion(String) - Method in class com.ibm.xml.parser.TXDocument
Sets the XML version of this Document from the XML prolog declaration (e.g.
setWarningNoDoctypeDecl(boolean) - Method in class com.ibm.xml.parser.Parser
This method is not implemented. Sets whether this parser treats a missing DTD declaration as a warning, and reports this condition through the defined ErrorListener.
setWarningNoXMLDecl(boolean) - Method in class com.ibm.xml.parser.Parser
This method is not implemented. Sets whether this parser treats a missing XML prolog PIs as a warning, and reports this condition through the defined ErrorListener.
setWarningRedefinedEntity(boolean) - Method in class com.ibm.xml.parser.Parser
This method is not implemented. Sets whether this parser treats redefined entities as a warning, and reports this condition through the defined ErrorListener.
size() - Method in class com.ibm.xml.parser.AttDef
Returns the number of tokens in the list of tokens that can be used as values for this enumerated attribute type; the returned value has no meaning for other attribute types.
size() - Method in class com.ibm.xml.parser.Attlist
Returns the number of attribute definitions in this attribute list.
sortStringVector(Vector) - Static method in class com.ibm.xml.parser.Util
Returns a sorted vector of strings; strings are orderred using String#compareTo().
Source - class com.ibm.xml.parser.Source.
Source is a data object that encapsulates whether a data source is byte-stream-oriented (InputStream) or character-stream-oriented (Reader).
Source(InputStream) - Constructor for class com.ibm.xml.parser.Source
Constructor for byte-stream-oriented data.
Source(InputStream, String) - Constructor for class com.ibm.xml.parser.Source
Constructor for byte-stream-oriented data.
Source(Reader) - Constructor for class com.ibm.xml.parser.Source
Constructor for character-stream-oriented data.
SpanTerm - class com.ibm.xml.xpointer.SpanTerm.
The SpanTerm class provides support for span location terms in XPointers.
SpanTerm(XPointer, XPointer) - Constructor for class com.ibm.xml.xpointer.SpanTerm
Constructor.
splice(Element, int, int) - Method in class com.ibm.xml.parser.TXText
Deprecated. This method will be removed in next release.
splitText(int) - Method in class com.ibm.xml.parser.TXText
Split this text node into two text nodes at the specified offset, keeping both in the tree as siblings.
ST_ANCESTOR - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_ATTR - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_CHILD - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_DESCENDANT - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_FOLLOWING - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_FSIBLING - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_HTML - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_ID - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_NONE - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_ORIGIN - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_PRECEDING - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_PSIBLING - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_ROOT - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_SPAN - Static variable in class com.ibm.xml.xpointer.XPointer
 
ST_STRING - Static variable in class com.ibm.xml.xpointer.XPointer
 
stack - Variable in class com.ibm.xml.parser.Stderr
 
startReference(String) - Method in interface com.ibm.xml.parser.ReferenceHandler
Interface to be implemented for receiving control when a General Reference is recognized by the XML4J parser.
status - Variable in class com.ibm.xml.parser.InsertableElement
The meaning of this variable depends on this InsertableElement's name: Element name Whether Element name may be inserted or appended to the specified Element Node. DTD.CM_PCDATA Whether a TXText node may be inserted or appended to the specified Element Node. DTD.CM_ERROR Whether an error has been detected in parsing the children of the specified Element Node. DTD.CM_EOC Whether correct and complete contents have been determined for the specified Element Node.
Stderr - class com.ibm.xml.parser.Stderr.
Stderr provides the XML4J parser's default implementations of the ErrorListener and StreamProducer interfaces.
Stderr(String) - Constructor for class com.ibm.xml.parser.Stderr
Constructor.
stop() - Method in class com.ibm.xml.parser.Parser
Stops a Parser.readStream() operation.
StreamProducer - interface com.ibm.xml.parser.StreamProducer.
An interface to be implemented in order to define the mechanisms for manipulating input streams.
string - Variable in class com.ibm.xml.xpointer.Pointed.Item
The string being pointed to.
StringTerm - class com.ibm.xml.xpointer.StringTerm.
The StringTerm class provides support for string location terms in XPointers.
StringTerm(boolean, int, String, boolean, boolean, int, int) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for specifying length and for full customization.
StringTerm(int, String) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(instance,"string").
StringTerm(int, String, boolean) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(instance,"string",end).
StringTerm(int, String, int) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(instance,"string",position).
StringTerm(String) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(all,"string").
StringTerm(String, boolean) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(all,"string",end).
StringTerm(String, int) - Constructor for class com.ibm.xml.xpointer.StringTerm
Constructor for string(all,"string",position).
StylesheetPI - class com.ibm.xml.parser.StylesheetPI.
The StyleSheetPI class provides specific support for the stylesheet processing instruction (PI).
StylesheetPI(String) - Constructor for class com.ibm.xml.parser.StylesheetPI
Cascading Style Sheet (CSS) stylesheet PI constructor.
StylesheetPI(String, String, String) - Constructor for class com.ibm.xml.parser.StylesheetPI
XML and XML-alternate stylesheet PI constructor.
StylesheetPI(String, String, String, String) - Constructor for class com.ibm.xml.parser.StylesheetPI
Generic constructor.
StylesheetPI(String, String, String, String, String) - Constructor for class com.ibm.xml.parser.StylesheetPI
Generic constructor.
SUBMINOR - Static variable in class com.ibm.xml.parser.Version
SubMinor version number.
substringData(int, int) - Method in class com.ibm.xml.parser.TXCharacterData
Returns a substring in specified range.
systemId - Variable in class com.ibm.xml.parser.Stderr
System id of last call to getInputStream().

XML for Java Compatibility API 2.0.15
A B C D E F G H I L M N O P Q R S T U V W X