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

S

SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException(Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - class com.ibm.xml.parsers.SAXParser.
Non-validating SAX Parser.
SAXParser() - Constructor for class com.ibm.xml.parsers.SAXParser
Default constructor.
scanContent(ScanContentState) - Method in class com.ibm.xml.framework.XMLReader
Skip through the input data while we are looking at character data.
ScanContentState - class com.ibm.xml.framework.ScanContentState.
Parameter object for the XMLReader#scanContent method.
ScanContentState() - Constructor for class com.ibm.xml.framework.ScanContentState
 
scanDocument(InputSource) - Method in interface com.ibm.xml.framework.XMLScanner
Process the XML file.
scanName(char, int) - Method in class com.ibm.xml.framework.XMLReader
Add a sequence of characters that match the XML definition of a Name to the StringPool.
sendCharDataAsCharArray() - Method in class com.ibm.xml.parsers.SAXParser
Send char data as array.
sendCharDataAsCharArray() - Method in class com.ibm.xml.framework.XMLParser
The default for XMLDocumentHandler is to use the StringPool to pass CharData, not char arrays.
sendCharDataAsCharArray() - Method in interface com.ibm.xml.framework.XMLDocumentHandler
This method is used to determine which style of interface to use for this handler when passing character data and ignorable whitespace.
setAllowJavaEncodingName(boolean) - Method in class com.ibm.xml.framework.XMLParser
 
setAsFirstChild(int, int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Sets the first child of the parentIndex to childIndex.
setAttribute(String, String) - Method in class com.ibm.xml.dom.ElementImpl
Add a new name/value pair, or replace the value of the existing attribute having that name.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in class com.ibm.xml.dom.ElementImpl
Add a new attribute/value pair, or replace the value of the existing attribute with that name.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttrPool(AttrPool) - Method in class com.ibm.xml.framework.ParserState
 
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCheckNamespace(boolean) - Method in class com.ibm.xml.framework.XMLParser
 
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setContentModel(int, ContentModel) - Method in interface com.ibm.xml.framework.ElementDeclPool
Set a ContentModel, for validation.
setContinueAfterFatalError(boolean) - Method in class com.ibm.xml.framework.XMLParser
 
setData(String) - Method in class com.ibm.xml.dom.CharacterDataImpl
Store character data into this node.
setData(String) - Method in class com.ibm.xml.dom.ProcessingInstructionImpl
Change the data content of this PI.
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setDocumentClass(String) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
setDocumentClass(String) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
This allows the programmer to decide which document factory to use when constructing the DOM tree.
setDocumentHandler(DocumentHandler) - Method in class com.ibm.xml.parsers.SAXParser
Sets the document handler.
setDocumentHandler(DocumentHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Allow an application to register a document event handler.
setDocumentHandler(XMLDocumentHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Receive an object for locating the origin of SAX document events.
setDocumentTypeHandler(XMLDocumentTypeHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setDTDHandler(DTDHandler) - Method in class com.ibm.xml.parsers.SAXParser
Sets the DTD handler.
setDTDHandler(DTDHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Allow an application to register a DTD event handler.
setElementDeclPool(ElementDeclPool) - Method in class com.ibm.xml.framework.ParserState
 
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEntityHandler(XMLEntityHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setEntityPool(EntityPool) - Method in class com.ibm.xml.framework.ParserState
 
setEntityResolver(EntityResolver) - Method in class com.ibm.xml.parsers.SAXParser
Sets the entity resolver.
setEntityResolver(EntityResolver) - Method in class com.ibm.xml.framework.XMLParser
 
setEntityResolver(EntityResolver) - Method in interface com.ibm.xml.framework.XMLEntityHandler
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Allow an application to register a custom entity resolver.
setErrorHandler(ErrorHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Allow an application to register an error event handler.
setExpandEntityReferences(boolean) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Sets whether EntityReference Nodes are expanded (replaced) by this parser.
setExpandEntityReferences(boolean) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Sets whether EntityReference Nodes are expanded (replaced) by this parser.
setIgnorableWhitespace(boolean) - Method in class com.ibm.xml.dom.TextImpl
NON-DOM: Set whether this Text is ignorable whitespace.
setIsLastAttr(int) - Method in interface com.ibm.xml.framework.AttrPool
 
setLength(int) - Method in class com.ibm.xml.framework.ChunkyCharArray
 
setLength(int) - Method in class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk
 
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLocale(Locale) - Method in class com.ibm.xml.framework.XMLParser
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Allow an application to request a locale for errors and warnings.
setNamedItem(Node) - Method in class com.ibm.xml.dom.NamedNodeMapImpl
Internal routine: Only update this structure.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNodeExpansion(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Sets whether Nodes are created and the data is kept within the Nodes.
setNodeValue(String) - Method in class com.ibm.xml.dom.NodeImpl
Any node which can have a nodeValue (@see getNodeValue) will also accept requests to set it to a string.
setNodeValue(String) - Method in class com.ibm.xml.dom.EntityReferenceImpl
EntityReferences never have a nodeValue.
setNodeValue(String) - Method in class com.ibm.xml.dom.AttrImpl
Implicit in the rerouting of getNodeValue to getValue is the need to redefine setNodeValue, for symmetry's sake.
setNodeValue(String) - Method in class com.ibm.xml.dom.NotationImpl
Notations never have a nodeValue.
setNodeValue(String) - Method in class com.ibm.xml.dom.EntityImpl
EntityReferences never have a nodeValue.
setNodeValue(String) - Method in class com.ibm.xml.dom.DocumentFragmentImpl
DocumentFragments never have a nodeValue.
setNodeValue(String) - Method in class com.ibm.xml.dom.ElementImpl
Elements never have a nodeValue.
setNodeValue(String) - Method in class com.ibm.xml.dom.DocumentImpl
Documents never have a nodeValue.
setNodeValue(String) - Method in class com.ibm.xml.dom.DocumentTypeImpl
DocumentTypes never have a nodeValue.
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNormalizeTextNodes(boolean) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
setNotationName(String) - Method in class com.ibm.xml.dom.EntityImpl
NON-DOM Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
setParameterEntityPool(EntityPool) - Method in class com.ibm.xml.framework.ParserState
REVISIT: this is a workaround to enable TX's DTD.getParameterEntityEnumeration to work
setPublicId(String) - Method in class com.ibm.xml.dom.NotationImpl
NON-DOM: The Public Identifier for this Notation.
setPublicId(String) - Method in class com.ibm.xml.dom.EntityImpl
NON-DOM The public identifier associated with the entity.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setReadOnly(boolean, boolean) - Method in class com.ibm.xml.dom.NodeImpl
NON-DOM: PR-DOM-Level-1-19980818 mentions readonly nodes in conjunction with Entities, but provides no API to support this.
setReadOnly(boolean, boolean) - Method in class com.ibm.xml.dom.EntityReferenceImpl
 
setReadOnly(boolean, boolean) - Method in class com.ibm.xml.dom.ElementImpl
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class com.ibm.xml.dom.DocumentTypeImpl
NON-DOM: Subclassed to flip the entities' and notations' readonly switch as well.
setRootElement(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Set the root element
setSpecified(boolean) - Method in class com.ibm.xml.dom.AttrImpl
NON-DOM, for use by parser
setStringPool(StringPool) - Method in class com.ibm.xml.framework.ParserState
 
setSystemId(String) - Method in class com.ibm.xml.dom.NotationImpl
NON-DOM: The System Identifier for this Notation.
setSystemId(String) - Method in class com.ibm.xml.dom.EntityImpl
NON-DOM The system identifier associated with the entity.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setupDefaultAttributes() - Method in class com.ibm.xml.dom.ElementImpl
Setup the default attributes.
setUserData(Object) - Method in class com.ibm.xml.dom.NodeImpl
NON-DOM: As an alternative to subclassing the DOM, this implementation has been extended with the ability to attach an object to each node.
setValidationHandler(XMLValidationHandler) - Method in class com.ibm.xml.framework.XMLParser
 
setValue(String) - Method in class com.ibm.xml.dom.AttrImpl
The DOM doesn't clearly define what setValue(null) means.
setValue(String) - Method in interface org.w3c.dom.Attr
 
setWarningOnDuplicateAttDef(boolean) - Method in class com.ibm.xml.framework.XMLParser
 
skipAsciiChar() - Method in class com.ibm.xml.framework.XMLReader
Skip one ascii character.
skipDecimalDigit() - Method in class com.ibm.xml.framework.XMLReader
Skip a single decimal digit character.
skipHexDigit() - Method in class com.ibm.xml.framework.XMLReader
Skip a single hexadecimal digit character.
skipInvalidChar(int) - Method in class com.ibm.xml.framework.XMLReader
Advance past an invalid character, reporting it as an errorCode error.
skipOneChar() - Method in class com.ibm.xml.framework.XMLReader
Skip one character.
skipPastChar(char) - Method in class com.ibm.xml.framework.XMLReader
Advance through the input data beyond the next ch character.
skipPastName(char) - Method in class com.ibm.xml.framework.XMLReader
Skip past a sequence of characters that match the XML definition of a Name.
skipPastNmtoken(char) - Method in class com.ibm.xml.framework.XMLReader
Skip past a sequence of characters that match the XML definition of an Nmtoken.
skipPastSpaces() - Method in class com.ibm.xml.framework.XMLReader
Skip past whitespace characters starting at the current position.
skippedAlpha() - Method in class com.ibm.xml.framework.XMLReader
Skip a single ascii alpha character.
skippedChar(char) - Method in class com.ibm.xml.framework.XMLReader
Advance past a ch character.
skippedEncName() - Method in class com.ibm.xml.framework.XMLReader
Skip a single character defined by XML as a EncName character.
skippedPubidChar() - Method in class com.ibm.xml.framework.XMLReader
Skip a single character defined by XML as a PubidChar character.
skippedSpace() - Method in class com.ibm.xml.framework.XMLReader
Advance past one whitespace character.
skippedString(char[]) - Method in class com.ibm.xml.framework.XMLReader
Skip past a sequence of characters that matches the specified character array.
skippedValidChar() - Method in class com.ibm.xml.framework.XMLReader
Advance past one valid character.
skippedVersionNum() - Method in class com.ibm.xml.framework.XMLReader
Skip a single character defined by XML as a VersionNum character.
skipToChar(char) - Method in class com.ibm.xml.framework.XMLReader
Advance through the input data up to the next ch character.
specified - Variable in class com.ibm.xml.framework.Attr
 
specified - Variable in class com.ibm.xml.dom.AttrImpl
False for default attributes.
splitText(int) - Method in class com.ibm.xml.dom.TextImpl
Break a text node into two sibling nodes.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this Text node into two Text nodes at the specified offset, keeping both in the tree as siblings.
startDocument() - Method in class org.xml.sax.HandlerBase
Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Receive notification of the beginning of a document.
startDocument(int, int, int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
startDocument(int, int, int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Start document.
startDocument(int, int, int) - Method in class com.ibm.xml.parsers.SAXParser
Start document.
startDocument(int, int, int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
startDocument(int, int, int) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
If the there is no version info, encoding info, or standalone info, the corresponding index will be set to -1.
startElement(int, int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
startElement(int, int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Start element.
startElement(int, int) - Method in class com.ibm.xml.parsers.SAXParser
Start element
startElement(int, int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
startElement(int, int) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Receive notification of the beginning of an element.
startEntityReference(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
startEntityReference(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Start entity reference.
startEntityReference(int) - Method in class com.ibm.xml.parsers.SAXParser
Start entity reference.
startEntityReference(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
startEntityReference(int) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
startExternalSubset(int, int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
This function will be called at the start of the "external subset" of a doctype declaration.
startExternalSubset(int, int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
This function will be called at the start of the "external subset" of a doctype declaration.
startExternalSubset(int, int) - Method in class com.ibm.xml.parsers.SAXParser
This function will be called at the start of the "external subset" of a doctype declaration.
startExternalSubset(int, int) - Method in class com.ibm.xml.parsers.NonValidatingParser
This function will be called at the start of the "external subset" of a doctype declaration.
startExternalSubset(int, int) - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
This function will be called at the start of the "external subset" of a doctype declaration.
startInputSource(InputSource) - Method in interface com.ibm.xml.framework.XMLEntityHandler
Start of an input source.
startInternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
This function will be called at the start of the "internal subset" of a doctype declaration.
startInternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
This function will be called at the start of the "internal subset" of a doctype declaration.
startInternalSubset() - Method in class com.ibm.xml.parsers.SAXParser
This function will be called at the start of the "internal subset" of a doctype declaration.
startInternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingParser
This function will be called at the start of the "internal subset" of a doctype declaration.
startInternalSubset() - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
This function will be called at the start of the "internal subset" of a doctype declaration.
startStringList() - Method in interface com.ibm.xml.framework.StringPool
Maintain a list of strings.
stop() - Method in interface com.ibm.xml.framework.XMLScanner
Stops the scanner in a reasonable place and returns.
stringInList(int, int) - Method in interface com.ibm.xml.framework.StringPool
Return true if a stringIndex (from the StringPool) is in a "StringList."
stringListLength(int) - Method in interface com.ibm.xml.framework.StringPool
Return the length of a "StringList."
StringPool - interface com.ibm.xml.framework.StringPool.
 
StringProducer - interface com.ibm.xml.framework.StringProducer.
 
stringsInList(int) - Method in interface com.ibm.xml.framework.StringPool
Given a stringListIndex return an array populated by indexes of strings in the StringPool.
substringData(int, int) - Method in class com.ibm.xml.dom.CharacterDataImpl
Substring is more than a convenience function.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
syncChildren - Variable in class com.ibm.xml.dom.NodeImpl
Synchronization of child nodes needed.
syncData - Variable in class com.ibm.xml.dom.NodeImpl
Synchronization of data needed.
synchronizeChildren() - Method in class com.ibm.xml.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredEntityReferenceImpl
Synchronize the children.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredElementImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredAttrImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredEntityImpl
Synchronize the children.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredElementDefinitionImpl
Synchronizes the default attribute values.
synchronizeChildren() - Method in class com.ibm.xml.dom.DeferredDocumentTypeImpl
Synchronizes the entities, notations, and elements.
synchronizeData() - Method in class com.ibm.xml.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredEntityReferenceImpl
Synchronize the entity data.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredTextImpl
Synchronizes the underlying data.
synchronizeData() - Method in class com.ibm.xml.dom.ElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredCDATASectionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Synchronizes the node's data.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredAttrImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredEntityImpl
Synchronize the entity data.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredElementDefinitionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredProcessingInstructionImpl
Synchronizes the data.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredNotationImpl
Synchronizes the data.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredCommentImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class com.ibm.xml.dom.DeferredDocumentTypeImpl
Synchronizes the data (name and value) for fast nodes.
systemId - Variable in class com.ibm.xml.framework.NotationDecl
 
systemId - Variable in class com.ibm.xml.framework.EntityDecl
 
systemId - Variable in class com.ibm.xml.dom.NotationImpl
System identifier.
systemId - Variable in class com.ibm.xml.dom.EntityImpl
System identifier.

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