Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U 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.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
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 org.apache.xerces.parsers.SAXParser.
 
SAXParser - class javax.xml.parsers.SAXParser.
Implementation instances of the SAXParser abstract class contain an implementation of the org.xml.sax.Parser interface and enables content from a variety of sources to be parsed using the contained parser.
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Default constructor.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
Implementations should provide a protected constructor so that their factory implementation can instantiate instances of the implementation class.
SAXParser(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.SAXParser
Constructor allowing to specify the SymbolTable and GrammarPool to use.
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
The SAXParserFactory defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
Implementors of this abstract class must provide their own public no-argument constructor in order for the static newInstance() method to work correctly.
SchemaParser - class org.apache.xerces.parsers.SchemaParser.
 
SchemaParser(SymbolTable, GrammarPool) - Constructor for class org.apache.xerces.parsers.SchemaParser
 
selectNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
selectNode(Node) - Method in interface org.w3c.dom.range.Range
Select a node and its contents
selectNodeContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
selectNodeContents(Node) - Method in interface org.w3c.dom.range.Range
Select the contents within a node
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttribute(String, String) - Method in class org.apache.xerces.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
Deprecated. Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in class org.apache.xerces.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 node.
setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
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.
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setCurrentNode(Node) - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
setCurrentNode(Node) - Method in interface org.w3c.dom.traversal.TreeWalker
 
setData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Store character data into this node.
setData(String) - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Change the data content of this PI.
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the DTD declaration event handler.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Sets the document handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.SAXParser
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEnd(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setEnd(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the end of a range.
setEndAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the end of a range to be after a node
setEndBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setEndBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the end position to be before a node.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.XMLParser
Sets the resolver used to resolve external entities.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specifies the EntityResolver to be used by this DocumentBuilder.
setErrorChecking(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Sets whether the DOM implementation performs error checking upon operations.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.XMLParser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specifies the ErrorHandler to be used by this DocumentBuilder.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XMLParser
Set the state of a feature.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XMLDocumentParser
setFeature
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.SAXParser
Set the state of any feature in a SAX2 parser.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the state of a feature.
setIgnorableWhitespace(boolean) - Method in class org.apache.xerces.dom.TextImpl
NON-DOM: Set whether this Text is ignorable whitespace.
setInternalSubset(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM.
setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the lexical event handler.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLocale(Locale) - Method in class org.apache.xerces.parsers.XMLParser
Set the locale to use for messages.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its nodeName attribute.
setNamedItem(Node) - Method in class org.apache.xerces.dom.AttributeMap
Adds an attribute using its nodeName attribute.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Adds a node using its namespaceURI and localName.
setNamedItemNS(Node) - Method in class org.apache.xerces.dom.AttributeMap
Adds an attribute using its namespaceURI and localName.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName .
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Configuration method that specifies whether the parsers created by this factory are required to provide XML namespace support or not.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Configuration method that specifies whether the parsers created by this factory are required to provide XML namespace support or not.
setNodeValue(String) - Method in class org.apache.xerces.dom.NodeImpl
Sets the node value.
setNodeValue(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
Sets the content, possibly firing related events, and updating ranges
setNodeValue(String) - Method in class org.apache.xerces.dom.AttrImpl
Implicit in the rerouting of getNodeValue to getValue is the need to redefine setNodeValue, for symmetry's sake.
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNotationName(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XMLParser
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.XMLDocumentParser
setProperty
setProperty(String, Object) - Method in class org.apache.xerces.parsers.SAXParser
Set the value of any property in a SAX2 parser.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setPublicId(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM The public identifier associated with the entity.
setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The Public Identifier for this Notation.
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.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.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 org.apache.xerces.dom.ParentNode
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ChildAndParentNode
Override default behavior so that if deep is true, children are also toggled.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Subclassed to flip the entities' and notations' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM, for use by parser
setStart(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
 
setStart(Node, int) - Method in interface org.w3c.dom.range.Range
Sets the attributes describing the start of the range.
setStartAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartAfter(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be after a node
setStartBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
setStartBefore(Node) - Method in interface org.w3c.dom.range.Range
Sets the start position to be before a node
setSystemId(String) - Method in class org.apache.xerces.dom.EntityImpl
NON-DOM The system identifier associated with the entity.
setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The System Identifier for this Notation.
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.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setupDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Setup the default attributes.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setUserData(NodeImpl, Object) - Method in class org.apache.xerces.dom.DocumentImpl
Store user data related to a given node
setUserData(Object) - Method in class org.apache.xerces.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.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Configuration method whether specifies if the parsers created by this factory are required to validate the XML documents that they parse.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Configuration method whether specifies if the parsers created by this factory are required to validate the XML documents that they parse.
SETVALUE - Static variable in class org.apache.xerces.dom.NodeImpl
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
setValue(String) - Method in class org.apache.xerces.dom.AttrImpl
The DOM doesn't clearly define what setValue(null) means.
setValue(String) - Method in interface org.w3c.dom.Attr
 
SHOW_ALL - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ATTRIBUTE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_CDATA_SECTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_COMMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_DOCUMENT_TYPE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ELEMENT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_ENTITY_REFERENCE - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_NOTATION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
SHOW_TEXT - Static variable in interface org.w3c.dom.traversal.NodeFilter
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
SPECIFIED - Static variable in class org.apache.xerces.dom.NodeImpl
 
splitText(int) - Method in class org.apache.xerces.dom.TextImpl
Break a text node into two sibling nodes.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset , keeping both in the tree as siblings.
START_TO_END - Static variable in interface org.w3c.dom.range.Range
 
START_TO_START - Static variable in interface org.w3c.dom.range.Range
 
startAttlist(String) - Method in class org.apache.xerces.parsers.DTDParser
The start of an attribute list.
startAttlist(String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of an attribute list.
startAttlist(String) - Method in class org.apache.xerces.parsers.SAXParser
startAttlist
startCDATA() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of a CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.DOMParser
The start of a CDATA section.
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startConditional(short) - Method in class org.apache.xerces.parsers.DTDParser
The start of a conditional section.
startConditional(short) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of a conditional section.
startConditional(short) - Method in class org.apache.xerces.parsers.SAXParser
startConditional
startContentModel(String, short) - Method in class org.apache.xerces.parsers.DTDParser
The start of a content model.
startContentModel(String, short) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of a content model.
startDocument() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of the document.
startDocument() - Method in class org.apache.xerces.parsers.SAXParser
 
startDocument() - Method in class org.apache.xerces.parsers.DOMParser
The start of the document.
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDTD() - Method in class org.apache.xerces.parsers.DTDParser
The start of the DTD.
startDTD() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of the DTD.
startDTD() - Method in class org.apache.xerces.parsers.SAXParser
startDTD
startDTD() - Method in class org.apache.xerces.parsers.DOMParser
The start of the DTD.
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of an element.
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.SAXParser
 
startElement(QName, XMLAttributes) - Method in class org.apache.xerces.parsers.DOMParser
The start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 startElement event.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of an entity in content.
startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies of the start of an entity.
startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
This method notifies of the start of an entity.
startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DOMParser
This method notifies of the start of an entity.
startExternalSubset() - Method in class org.apache.xerces.parsers.DTDParser
The start of the external subset.
startExternalSubset() - Method in class org.apache.xerces.parsers.SAXParser
startExternalSubset
startPrefixMapping(String, String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The start of a namespace prefix mapping.
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
stopPropagation - Variable in class org.apache.xerces.dom.events.EventImpl
 
stopPropagation() - Method in class org.apache.xerces.dom.events.EventImpl
Causes exit from in-progress event dispatch before the next currentNode is selected.
stopPropagation() - Method in interface org.w3c.dom.events.Event
The stopPropagation method is used prevent further propagation of an event during event flow.
substringData(int, int) - Method in class org.apache.xerces.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.
supports(String, String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
supports(String, String) - Method in interface org.w3c.dom.Node
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
surroundContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
 
surroundContents(Node) - Method in interface org.w3c.dom.range.Range
Reparents the contents of the range to the given node and inserts the node at the position of the start of the range.
SYNCCHILDREN - Static variable in class org.apache.xerces.dom.NodeImpl
 
SYNCDATA - Static variable in class org.apache.xerces.dom.NodeImpl
 
synchronize() - Method in class org.apache.xerces.dom.EntityReferenceImpl
EntityReference's children are a reflection of those defined in the named Entity.
synchronizeChildren() - Method in class org.apache.xerces.dom.ParentNode
Override this method in subclass to hook in efficient internal data structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.ChildAndParentNode
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class org.apache.xerces.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
Synchronizes the data (name and value) for fast nodes.
SYNTAX_ERR - Static variable in class org.w3c.dom.DOMException
 
systemId - Variable in class org.apache.xerces.dom.EntityImpl
System identifier.
systemId - Variable in class org.apache.xerces.dom.NotationImpl
System identifier.
systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 

Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X