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

S

saveCurrentLocation() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
REVISIT - does this really do anything -- can we kill it?
SAX2_FEATURES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 features prefix (http://xml.org/sax/features/).
SAX2_HANDLERS_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 handlers prefix (http://xml.org/sax/handlers/).
SAX2_PROPERTIES_PREFIX - Static variable in class org.apache.xerces.framework.XMLParser
SAX2 properties prefix (http://xml.org/sax/properties/).
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 provides a parser which implements the SAX1 and SAX2 parser APIs
SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
Default constructor.
scanAttributeName(XMLEntityHandler.EntityReader, int) - Method in class org.apache.xerces.framework.XMLParser
Scans an attribute name.
scanAttributeName(XMLEntityHandler.EntityReader, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan an attribute name.
scanAttValue(int, int) - Method in class org.apache.xerces.framework.XMLParser
Scan an attribute value.
scanAttValue(int, int) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan the value of an attribute and include it in the set of specified attributes for the element.
scanAttValue(int, int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Scan an attribute value
scanDecls(boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan markup declarations
scanDefaultAttValue(int, int) - Method in class org.apache.xerces.framework.XMLDTDScanner
Scan the default value in an attribute declaration
scanDefaultAttValue(int, int, int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan the default value for an attribute
scanDoctypeDecl() - Method in class org.apache.xerces.framework.XMLDTDScanner
This routine is called after the <!DOCTYPE portion of a DOCTYPE line has been called.
scanDoctypeDecl(boolean) - Method in class org.apache.xerces.framework.XMLParser
Scan doctype decl.
scanDoctypeDecl(boolean) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan the document type declaration
scanElementType(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLParser
Scans an element type.
scanElementType(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan an element type.
scanElementType(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Scan an element type
scanExpectedElementType(XMLEntityHandler.EntityReader, char) - Method in class org.apache.xerces.framework.XMLParser
Scans an expected element type.
scanExpectedElementType(XMLEntityHandler.EntityReader, char) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Scan the expected element type.
setAllowJavaEncodings(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the use of Java encoding names in the XMLDecl and TextDecl lines in an XML document.
setAltKey(boolean) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setAsFirstChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Sets the first child of the parentIndex to childIndex.
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
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.
setAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Adds an attribute node to the specified element.
setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setButton(short) - Method in interface org.apache.xerces.domx.events.UIEvent
 
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.
setCharCode(int) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setClickCount(short) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setClientX(int) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setClientY(int) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setContinueAfterFatalError(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to continue after a fatal error.
setCreateEntityReferenceNodes(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.
setCtrlKey(boolean) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setCurrentNode(Node) - Method in class org.apache.xerces.dom.traversal.TreeWalkerImpl
Return the current Node.
setCurrentNode(Node) - Method in interface org.apache.xerces.domx.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.ProcessingInstruction
 
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the DTD declaration event handler.
setDeferNodeExpansion(boolean) - Method in class org.apache.xerces.parsers.DOMParser
This method sets whether the expansion of the nodes in the default DOM implementation are deferred.
setDocumentClassName(String) - Method in class org.apache.xerces.parsers.DOMParser
This method allows the programmer to decide which document factory to use when constructing the DOM tree.
setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.SAXParser
Sets the document handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's document event handler.
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.
setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.SAXParser
Sets the DTD handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's DTD event handler.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEntityResolver(EntityResolver) - Method in class org.apache.xerces.framework.XMLParser
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.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's entity resolver.
setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.framework.XMLParser
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the parser's error event handler.
setExternalGeneralEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external general entities. Setting this feature to false will throw a SAXNotSupportedException.
setExternalParameterEntities(boolean) - Method in class org.apache.xerces.framework.XMLParser
Note: Currently, this parser always expands external parameter entities. Setting this feature to false will throw a SAXNotSupportedException.
setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
Set the state of any feature in a SAX2 parser.
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 class org.apache.xerces.framework.XMLParser
Set the state of a feature.
setFeature(String, boolean) - Method in interface org.xml.sax.Configurable
Set the state of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
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.
setKeyCode(int) - Method in interface org.apache.xerces.domx.events.UIEvent
 
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.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.
setLocale(Locale) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the locale for error reporting.
setLocator(Locator) - Method in class org.apache.xerces.framework.XMLParser
Sets the locator.
setLocator(Locator) - Method in interface org.apache.xerces.framework.XMLErrorReporter
Set the default locator to use when reporting errors.
setMetaKey(boolean) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Internal routine: Only update this structure.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamespaceHandler(NamespaceHandler) - Method in class org.apache.xerces.parsers.SAXParser
Set the namespace declaration scope event handler.
setNamespaces(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser preprocesses namespaces.
setNamespaceSep(String) - Method in class org.apache.xerces.framework.XMLParser
Set the separator to be used between the URI part of a name and the local part of a name when namespace processing is being performed (see the http://xml.org/sax/features/namespaces feature).
setNodeValue(String) - Method in class org.apache.xerces.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 org.apache.xerces.dom.DocumentFragmentImpl
DocumentFragments never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.NotationImpl
Notations never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.EntityReferenceImpl
EntityReferences never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.EntityImpl
EntityReferences never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.ElementImpl
Elements never have a nodeValue.
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 class org.apache.xerces.dom.DocumentTypeImpl
DocumentTypes never have a nodeValue.
setNodeValue(String) - Method in class org.apache.xerces.dom.DocumentImpl
Documents never have a nodeValue.
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNormalizeText(boolean) - Method in class org.apache.xerces.parsers.SAXParser
Note: Currently, the parser does not support this feature. Setting this feature to true will throw a SAXNotSupportedException.
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.
setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
setPrefix(String) - Method in class org.apache.xerces.dom.AttrImpl
Introduced in DOM Level 2.
setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
Set the value of any property in a SAX2 parser.
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 class org.apache.xerces.framework.XMLParser
Set the value of a property.
setProperty(String, Object) - Method in interface org.xml.sax.Configurable
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Set the state of a property.
setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The Public Identifier for this Notation.
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.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.
setReaderDepth(int) - Method in class org.apache.xerces.framework.XMLParser
This method is provided for scanner implementations.
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.EntityReferenceImpl
 
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Subclassed to flip the entities' and notations' readonly switch as well.
setRelatedNode(Node) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setScreenX(int) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setScreenY(int) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setSendCharDataAsCharArray(boolean) - Method in class org.apache.xerces.framework.XMLParser
Set char data processing preference.
setShiftKey(boolean) - Method in interface org.apache.xerces.domx.events.UIEvent
 
setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
NON-DOM, for use by parser
setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
NON-DOM: The System Identifier for this Notation.
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.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 org.apache.xerces.dom.ElementImpl
Setup the default attributes.
setUseLocator(boolean) - Method in class org.apache.xerces.parsers.SAXParser
Note: Currently, this parser always sets the locator. Setting this feature to false will throw a SAXNotSupportedException.
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 org.apache.xerces.framework.XMLParser
Tell the parser that we are validating
setValidation(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser validates.
setValidationDynamic(boolean) - Method in class org.apache.xerces.framework.XMLParser
Allows the parser to validate a document only when it contains a grammar.
setValidationWarnOnDuplicateAttdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether an error is emitted when an attribute is redefined in the grammar.
setValidationWarnOnUndeclaredElemdef(boolean) - Method in class org.apache.xerces.framework.XMLParser
Sets whether the parser emits an error when an element's content model references an element by name that is not declared in the grammar.
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.apache.xerces.domx.traversal.NodeFilter
 
SHOW_ATTRIBUTE - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_CDATA_SECTION - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_COMMENT - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_DOCUMENT - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_DOCUMENT_FRAGMENT - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_DOCUMENT_TYPE - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_ELEMENT - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_ENTITY - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_ENTITY_REFERENCE - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_NOTATION - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_PROCESSING_INSTRUCTION - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
SHOW_TEXT - Static variable in interface org.apache.xerces.domx.traversal.NodeFilter
 
specified - Variable in class org.apache.xerces.dom.AttrImpl
False for default attributes.
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 Text node into two Text nodes at the specified offset, keeping both in the tree as siblings.
startAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
Start a new set of attributes.
startCDATA() - Method in class org.apache.xerces.parsers.DOMParser
Start CDATA section.
startCDATA() - Method in class org.apache.xerces.parsers.SAXParser
Start CDATA section.
startCDATA() - Method in class org.apache.xerces.framework.XMLParser
callback for start of CDATA section.
startCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the start of a CDATA section
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 org.apache.xerces.parsers.DOMParser
Start document.
startDocument(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Start document.
startDocument(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
Callback for start of document If the there is no version info, encoding info, or standalone info, the corresponding argument will be set to -1.
startDTD(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
This function will be called when a <!DOCTYPE...> declaration is encountered.
startDTD(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for the start of the DTD This function will be called when a <!DOCTYPE...> declaration is encountered.
startElement(int, XMLAttrList) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for the start tag of an element
startElement(int, XMLAttrList, int) - Method in class org.apache.xerces.parsers.DOMParser
Start element.
startElement(int, XMLAttrList, int) - Method in class org.apache.xerces.parsers.SAXParser
Start element
startElement(int, XMLAttrList, int) - Method in class org.apache.xerces.framework.XMLParser
callback for the start of element.
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.
startEntityDecl(boolean, int) - Method in class org.apache.xerces.framework.XMLParser
start an entity declaration
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.DOMParser
Start entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.parsers.SAXParser
Start entity reference.
startEntityReference(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for start of entity reference.
startEnumeration() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the scanner start scanning an enumeration
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.DOMParser
Report the start of the scope of a namespace declaration.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.parsers.SAXParser
Report the start of the scope of a namespace declaration.
startNamespaceDeclScope(int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for the start of a namespace declaration scope.
startReadingFromDocument(InputSource) - Method in class org.apache.xerces.framework.XMLParser
set up the reader stack to read from the document entity
startReadingFromEntity(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
start reading from an external entity
startReadingFromExternalSubset(int, int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner starts reading from the external subset
startReadingFromExternalSubset(String, String, int) - Method in class org.apache.xerces.framework.XMLParser
start reading from an external DTD subset
stopPropagation() - Method in interface org.apache.xerces.domx.events.Event
preventCapture() and preventBubble() were replaced by stopPropigation.
stopReadingFromExternalSubset() - Method in class org.apache.xerces.framework.XMLParser
stop reading from an external DTD subset
stopReadingFromExternalSubset() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Called when the DTDScanner stop reading from the external subset
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.
syncChildren - Variable in class org.apache.xerces.dom.NodeImpl
Synchronization of child nodes needed.
syncData - Variable in class org.apache.xerces.dom.NodeImpl
Synchronization of data needed.
synchronizeChildren() - Method in class org.apache.xerces.dom.NodeImpl
Override this method in subclass to hook in efficient internal data structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Synchronize the children.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Synchronize the children.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Synchronizes the node's children with the internal structure.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Synchronizes the entities, notations, and elements.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Synchronizes the default attribute values.
synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's children with the internal 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.DeferredNotationImpl
Synchronizes the data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Synchronize the entity data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Synchronize the entity data.
synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
Synchronizes the data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Synchronizes the node's data.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredCommentImpl
Synchronizes the data (name and value) for fast nodes.
synchronizeData() - Method in class org.apache.xerces.dom.DeferredTextImpl
Synchronizes the underlying data.
systemId - Variable in class org.apache.xerces.dom.NotationImpl
System identifier.
systemId - Variable in class org.apache.xerces.dom.EntityImpl
System identifier.
systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
 

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