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

G

getAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
Look up a single Attribute by name.
getAttribute(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeNode(String) - Method in class org.apache.xerces.dom.ElementImpl
Look up a single Attribute by name.
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Retrieves an Attr node by local name and namespace URI.
getAttributeNodeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class org.apache.xerces.dom.NodeImpl
Return the collection of attributes associated with this node, or null if none.
getAttributes() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Query the attributes defined on this Element.
getAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Retrieve all the Attributes as a set.
getAttributes() - Method in interface org.w3c.dom.Node
A NamedNodeMap containing the attributes of this node (if it is an Element ) or null otherwise.
getAttrName() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getAttrName() - Method in interface org.w3c.dom.events.MutationEvent
attrName indicates the name of the changed Attr node in a DOMAttrModified event.
getBubbles() - Method in class org.apache.xerces.dom.events.EventImpl
 
getBubbles() - Method in interface org.w3c.dom.events.Event
The bubbles property indicates whether or not an event is a bubbling event.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCancelable() - Method in class org.apache.xerces.dom.events.EventImpl
 
getCancelable() - Method in interface org.w3c.dom.events.Event
The cancelable property indicates whether or not an event can have its default action prevented.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.ParentNode
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.CharacterDataImpl
Returns an empty node list.
getChildNodes() - Method in class org.apache.xerces.dom.ChildAndParentNode
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Perform synchronize() before accessing children.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getCollapsed() - Method in class org.apache.xerces.dom.RangeImpl
 
getCollapsed() - Method in interface org.w3c.dom.range.Range
TRUE if the range is collapsed
getColumnNumber() - Method in interface org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - Method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getCommonAncestorContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getCommonAncestorContainer() - Method in interface org.w3c.dom.range.Range
The deepest common ancestor container of the range's two boundary-points.
getContentHandler() - Method in class org.apache.xerces.parsers.SAXParser
Return the current content handler.
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getCurrentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the current Node.
getCurrentNode() - Method in class org.apache.xerces.dom.events.EventImpl
 
getCurrentNode() - Method in interface org.w3c.dom.events.Event
The currentNode property indicates the Node whose EventListeners are currently being processed.
getCurrentNode() - Method in interface org.w3c.dom.traversal.TreeWalker
The node at which the TreeWalker is currently positioned.
getData() - Method in class org.apache.xerces.dom.CharacterDataImpl
Retrieve character data currently stored in this node.
getData() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A PI's data content tells the processor what we actually want it to do.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getData() - Method in interface org.w3c.dom.ProcessingInstruction
The content of this processing instruction.
getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
getDeclHandler() - Method in class org.apache.xerces.parsers.SAXParser
Returns the DTD declaration event handler.
getDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
Get the default attributes.
getDoctype() - Method in class org.apache.xerces.dom.DocumentImpl
For XML, this provides access to the Document Type Definition.
getDoctype() - Method in interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType ) associated with this document.
getDocument() - Method in class org.apache.xerces.parsers.DOMParser
Returns the DOM document object.
getDocumentElement() - Method in class org.apache.xerces.dom.DocumentImpl
Convenience method, allowing direct access to the child node which is considered the root of the actual document content.
getDocumentElement() - Method in interface org.w3c.dom.Document
This is a convenience attribute that allows direct access to the child node that is the root element of the document.
getDOMImplementation() - Static method in class org.apache.xerces.dom.DOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getDTDGrammar() - Method in class org.apache.xerces.parsers.DTDParser
getDTDGrammar
getDTDHandler() - Method in class org.apache.xerces.parsers.SAXParser
Return the current DTD handler.
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getElement() - Method in class org.apache.xerces.dom.AttrImpl
Deprecated. Previous working draft of DOM Level 2. New method is getOwnerElement().
getElementById(String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2 Returns the Element whose ID is given by elementId.
getElementById(String) - Method in interface org.w3c.dom.Document
Returns the Element whose ID is given by elementId .
getElements() - Method in class org.apache.xerces.dom.DocumentTypeImpl
NON-DOM: Access the collection of ElementDefinitions.
getElementsByTagName(String) - Method in class org.apache.xerces.dom.DocumentImpl
Return a live collection of all descendent Elements (not just immediate children) having the specified tag name.
getElementsByTagName(String) - Method in class org.apache.xerces.dom.ElementImpl
Returns a NodeList of all descendent nodes (children, grandchildren, and so on) which are Elements and which have the specified tag name.
getElementsByTagName(String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the Element tree.
getElementsByTagName(String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given tag name in the order in which they would be encountered in a preorder traversal of the Document tree.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Element
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they would be encountered in a preorder traversal of the Document tree, starting from this node.
getElementsByTagNameNS(String, String) - Method in interface org.w3c.dom.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they would be encountered in a preorder traversal of the Document tree.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEndContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getEndContainer() - Method in interface org.w3c.dom.range.Range
Node within which the range ends
getEndOffset() - Method in class org.apache.xerces.dom.RangeImpl
 
getEndOffset() - Method in interface org.w3c.dom.range.Range
Offset within the ending node of the range.
getEntities() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Access the collection of general Entities, both external and internal, defined in the DTD.
getEntities() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getEntityResolver() - Method in class org.apache.xerces.parsers.XMLParser
Return the current entity resolver.
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getErrorChecking() - Method in class org.apache.xerces.dom.DocumentImpl
Returns true if the DOM implementation performs error checking.
getErrorHandler() - Method in class org.apache.xerces.parsers.XMLParser
Return the current error handler.
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getEventPhase() - Method in class org.apache.xerces.dom.events.EventImpl
 
getEventPhase() - Method in interface org.w3c.dom.events.Event
The eventPhase property indicates which phase of event flow is currently being evaluated.
getException() - Method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getException() - Method in class javax.xml.parsers.FactoryConfigurationError
Returns the root cause of this FactoryConfigurationError or null if there is none.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return whether children entity references are included in the iterator.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return whether children entity references are included in the iterator.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.NodeIterator
The value of this flag determines whether the children of entity reference nodes are visible to the iterator.
getExpandEntityReferences() - Method in interface org.w3c.dom.traversal.TreeWalker
The value of this flag determines whether the children of entity reference nodes are visible to the TreeWalker.
getFeature(String) - Method in class org.apache.xerces.parsers.XMLParser
Returns the state of a feature.
getFeature(String) - Method in class org.apache.xerces.parsers.XMLGrammarParser
getFeature
getFeature(String) - Method in class org.apache.xerces.parsers.SAXParser
Query the state of a feature.
getFeature(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a feature.
getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature.
getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the state of a feature.
getFilter() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the NodeFilter
getFilter() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the filter
getFilter() - Method in interface org.w3c.dom.traversal.NodeIterator
The filter used to screen nodes.
getFilter() - Method in interface org.w3c.dom.traversal.TreeWalker
The filter used to screen nodes.
getFirstChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.ParentNode
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.ChildAndParentNode
The first child of this Node, or null if none.
getFirstChild() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Perform synchronize() before accessing children.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getGrammarPool() - Method in class org.apache.xerces.parsers.CachingParserPool
getGrammarPool
getIdentifier(String) - Method in class org.apache.xerces.dom.DocumentImpl
Returns a previously registered element with the specified identifier name, or null if no element is registered.
getIdentifiers() - Method in class org.apache.xerces.dom.DocumentImpl
Returns an enumeration registered of identifier names.
getImplementation() - Method in class org.apache.xerces.dom.DocumentImpl
Retrieve information describing the abilities of this particular DOM implementation.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getInternalSubset() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getInternalSubset() - Method in interface org.w3c.dom.DocumentType
The internal subset as a string.
getLastChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.ParentNode
The last child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.ChildAndParentNode
The last child of this Node, or null if none.
getLastChild() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Perform synchronize() before accessing children.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLength() - Method in class org.apache.xerces.dom.NodeImpl
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.ParentNode
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.CharacterDataImpl
Report number of characters currently stored in this node's data.
getLength() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Report how many nodes are currently stored in this NamedNodeMap.
getLength() - Method in class org.apache.xerces.dom.ChildAndParentNode
NodeList method: Count the immediate children of this node
getLength() - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the length of the node list.
getLength() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Query the number of children in the entity definition.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of 16-bit units that are available through data and the substringData method below.
getLength() - Method in interface org.w3c.dom.NamedNodeMap
The number of nodes in this map.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.xml.sax.AttributeList
Deprecated. Return the number of attributes in this list.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Return the number of attributes in the list.
getLexicalHandler() - Method in class org.apache.xerces.parsers.SAXParser
Returns the lexical handler.
getLineNumber() - Method in interface org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - Method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLocalName() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getLocalName() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getLocalName() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getLocalName() - Method in interface org.w3c.dom.Node
Returns the local part of the qualified name of this node.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getMessage() - Method in class org.xml.sax.SAXException
Return a detail message for this exception.
getName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Name of this document type.
getName() - Method in class org.apache.xerces.dom.AttrImpl
In Attributes, NodeName is considered a synonym for the attribute's Name
getName() - Method in interface org.w3c.dom.Attr
Returns the name of this attribute.
getName() - Method in interface org.w3c.dom.DocumentType
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getName(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the name of an attribute in this list (by position).
getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the name of an attribute (by position).
getNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Retrieve a node by name.
getNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
getNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by local name and namespace URI.
getNamespaceURI() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in interface org.w3c.dom.Node
The namespace URI of this node, or null if it is unspecified.
getNewValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getNewValue() - Method in interface org.w3c.dom.events.MutationEvent
newValue indicates the new value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getNextSibling() - Method in class org.apache.xerces.dom.NodeImpl
The next child of this node's parent, or null if none
getNextSibling() - Method in class org.apache.xerces.dom.ChildNode
The next child of this node's parent, or null if none
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNodeIterators() - Method in class org.apache.xerces.dom.DocumentImpl
Return an Enumeration of all NodeIterators.
getNodeName() - Method in class org.apache.xerces.dom.NodeImpl
the name of this node.
getNodeName() - Method in class org.apache.xerces.dom.DocumentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
Returns the target
getNodeName() - Method in class org.apache.xerces.dom.CommentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Returns the element definition name
getNodeName() - Method in class org.apache.xerces.dom.TextImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.CDATASectionImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.EntityImpl
Returns the entity name
getNodeName() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Returns the document type name
getNodeName() - Method in class org.apache.xerces.dom.AttrImpl
Returns the attribute name
getNodeName() - Method in class org.apache.xerces.dom.ElementImpl
Returns the element name
getNodeName() - Method in class org.apache.xerces.dom.EntityReferenceImpl
Returns the name of the entity referenced
getNodeName() - Method in class org.apache.xerces.dom.NotationImpl
Returns the notation name
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in class org.apache.xerces.dom.NodeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.DocumentImpl
Returns the node type.
getNodeType() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CommentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.TextImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.CDATASectionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.EntityImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.DocumentTypeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.AttrImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.ElementImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.EntityReferenceImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class org.apache.xerces.dom.NotationImpl
A short integer indicating what type of node this is.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in class org.apache.xerces.dom.NodeImpl
Returns the node value.
getNodeValue() - Method in class org.apache.xerces.dom.CharacterDataImpl
 
getNodeValue() - Method in class org.apache.xerces.dom.AttrImpl
In Attribute objects, NodeValue is considered a synonym for Value.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNotationName() - Method in class org.apache.xerces.dom.EntityImpl
Unparsed entities -- which contain non-XML data -- have a "notation name" which tells applications how to deal with them.
getNotationName() - Method in interface org.w3c.dom.Entity
For unparsed entities, the name of the notation for the entity.
getNotations() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Access the collection of Notations defined in the DTD.
getNotations() - Method in interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getOwnerDocument() - Method in class org.apache.xerces.dom.NodeImpl
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in class org.apache.xerces.dom.ParentNode
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in class org.apache.xerces.dom.DocumentImpl
 
getOwnerDocument() - Method in class org.apache.xerces.dom.ChildAndParentNode
Find the Document that this Node belongs to (the document in whose context the Node was created).
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getOwnerElement() - Method in class org.apache.xerces.dom.AttrImpl
Returns the element node that this attribute is associated with, or null if the attribute has not been added to an element.
getOwnerElement() - Method in interface org.w3c.dom.Attr
The Element node this attribute is attached to or null if this attribute is not in use.
getParent() - Method in interface org.xml.sax.XMLFilter
Get the parent reader.
getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParentNode() - Method in class org.apache.xerces.dom.NodeImpl
Obtain the DOM-tree parent of this node, or null if it is not currently active in the DOM tree (perhaps because it has just been created or removed).
getParentNode() - Method in class org.apache.xerces.dom.ChildNode
Returns the parent node of this node
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParser() - Method in class javax.xml.parsers.SAXParser
Returns the underlying Parser object which is wrapped by this SAXParser implementation.
getPrefix() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.AttrNSImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.ElementNSImpl
Introduced in DOM Level 2.
getPrefix() - Method in interface org.w3c.dom.Node
The namespace prefix of this node, or null if it is unspecified.
getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared.
getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared for a URI.
getPreviousSibling() - Method in class org.apache.xerces.dom.NodeImpl
The previous child of this node's parent, or null if none
getPreviousSibling() - Method in class org.apache.xerces.dom.ChildNode
The previous child of this node's parent, or null if none
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPrevValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getPrevValue() - Method in interface org.w3c.dom.events.MutationEvent
prevValue indicates the previous value of the Attr node in DOMAttrModified events, and of the CharacterData node in DOMCharDataModified events.
getProperty(String) - Method in class org.apache.xerces.parsers.XMLParser
Returns the value of a property.
getProperty(String) - Method in class org.apache.xerces.parsers.XMLGrammarParser
getProperty
getProperty(String) - Method in class org.apache.xerces.parsers.SAXParser
Query the value of a property.
getProperty(String) - Method in interface org.xml.sax.XMLReader
Look up the value of a property.
getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getPublicId() - Method in class org.apache.xerces.dom.EntityImpl
The public identifier associated with the entity.
getPublicId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getPublicId() - Method in class org.apache.xerces.dom.NotationImpl
The Public Identifier for this Notation.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in interface org.w3c.dom.DocumentType
The public identifier of the external subset.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getRanges() - Method in class org.apache.xerces.dom.DocumentImpl
Return an Enumeration of all Ranges.
getReadOnly() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns true if this node is read-only.
getRelatedNode() - Method in class org.apache.xerces.dom.events.MutationEventImpl
 
getRelatedNode() - Method in interface org.w3c.dom.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getRoot() - Method in class org.apache.xerces.dom.TreeWalkerImpl
 
getRoot() - Method in class org.apache.xerces.dom.NodeIteratorImpl
 
getRoot() - Method in interface org.w3c.dom.traversal.NodeIterator
The root node of the Iterator, as specified when it was created.
getRoot() - Method in interface org.w3c.dom.traversal.TreeWalker
The root node of the TreeWalker, as specified when it was created.
getSchemaGrammar() - Method in class org.apache.xerces.parsers.SchemaParser
getSchemaGrammar
getSpecified() - Method in class org.apache.xerces.dom.AttrImpl
The "specified" flag is true if and only if this attribute's value was explicitly specified in the original document.
getSpecified() - Method in interface org.w3c.dom.Attr
If this attribute was explicitly given a value in the original document, this is true ; otherwise, it is false .
getStartContainer() - Method in class org.apache.xerces.dom.RangeImpl
 
getStartContainer() - Method in interface org.w3c.dom.range.Range
Node within which the range begins
getStartOffset() - Method in class org.apache.xerces.dom.RangeImpl
 
getStartOffset() - Method in interface org.w3c.dom.range.Range
Offset within the starting node of the range.
getSymbolTable() - Method in class org.apache.xerces.parsers.CachingParserPool
getSymbolTable
getSystemId() - Method in class org.apache.xerces.dom.EntityImpl
The system identifier associated with the entity.
getSystemId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getSystemId() - Method in class org.apache.xerces.dom.NotationImpl
The System Identifier for this Notation.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in interface org.w3c.dom.DocumentType
The system identifier of the external subset.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getTagName() - Method in class org.apache.xerces.dom.ElementImpl
Returns the name of the Element.
getTagName() - Method in interface org.w3c.dom.Element
The name of the element.
getTarget() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
A PI's "target" states what processor channel the PI's data should be directed to.
getTarget() - Method in class org.apache.xerces.dom.events.EventImpl
 
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTarget() - Method in interface org.w3c.dom.events.Event
The target property indicates the EventTarget to which the event was originally dispatched.
getTimeStamp() - Method in class org.apache.xerces.dom.events.EventImpl
 
getTimeStamp() - Method in interface org.w3c.dom.events.Event
The timeStamp specifies the time (in milliseconds relative to the epoch) at which the event was created.
getType() - Method in class org.apache.xerces.dom.events.EventImpl
 
getType() - Method in interface org.w3c.dom.events.Event
The type property represents the event name as a string property.
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by position).
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by position).
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by name).
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by name).
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getUserData() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns the user data associated to this node.
getUserData(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
Retreive user data related to a given node
getValue() - Method in class org.apache.xerces.dom.AttrImpl
The "string value" of an Attribute is its text representation, which in turn is a concatenation of the string values of its children.
getValue() - Method in interface org.w3c.dom.Attr
On retrieval, the value of the attribute is returned as a string.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by position).
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by position).
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by name).
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by name).
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getWhatToShow() - Method in class org.apache.xerces.dom.TreeWalkerImpl
Return the whatToShow value
getWhatToShow() - Method in class org.apache.xerces.dom.NodeIteratorImpl
Return the whatToShow value
getWhatToShow() - Method in interface org.w3c.dom.traversal.NodeIterator
This attribute determines which node types are presented via the iterator.
getWhatToShow() - Method in interface org.w3c.dom.traversal.TreeWalker
This attribute determines which node types are presented via the TreeWalker.

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