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

G

getAllowJavaEncodings() - Method in class org.apache.xerces.framework.XMLParser
Returns true if Java encoding names are allowed in the XML document.
getAltKey() - Method in interface org.apache.xerces.domx.events.UIEvent
altKey indicates whether the 'alt' key was depressed during the firing of the event.
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.
getAttributeList(int) - Method in class org.apache.xerces.framework.XMLAttrList
Setup this instance to respond as an AttributeList implementation.
getAttributeList(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the attribute list index for elements.
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 Attr node by name.
getAttributeNodeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
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.
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 interface org.apache.xerces.domx.events.MutationEvent
attrName indicates the changed attr in the attrModified event.
getAttrName(int) - Method in class org.apache.xerces.framework.XMLAttrList
Get the name of the attribute
getAttType(int) - Method in class org.apache.xerces.framework.XMLAttrList
Get the type of the attribute
getAttValue(int) - Method in class org.apache.xerces.framework.XMLAttrList
Get the value of the attribute
getBubbles() - Method in interface org.apache.xerces.domx.events.Event
The bubbles property indicates whether or not an event is a bubbling event.
getButton() - Method in interface org.apache.xerces.domx.events.UIEvent
During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCancelable() - Method in interface org.apache.xerces.domx.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.
getCharCode() - Method in interface org.apache.xerces.domx.events.UIEvent
charCode holds the value of the Unicode character associated with the depressed key if the event is a key event.
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.CharacterDataImpl
Returns an empty node list.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getClickCount() - Method in interface org.apache.xerces.domx.events.UIEvent
The clickCount property indicates the number of times a mouse button has been pressed and released over the same screen location during a user action.
getClientX() - Method in interface org.apache.xerces.domx.events.UIEvent
clientX indicates the horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
getClientY() - Method in interface org.apache.xerces.domx.events.UIEvent
clientY indicates the vertical coordinate at which the event occurred relative to the DOM implementation's client area.
getColumnNumber() - Method in class org.apache.xerces.framework.XMLParser
Return the column number of the current position within the document that we are processing.
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).
getContentSpecAsString(int) - Method in interface org.apache.xerces.framework.XMLValidator
return elementIndex's content spec as a string
getContentSpecNodeAsString(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Create a string representation of an XMLContentSpecNode tree
getContinueAfterFatalError() - Method in class org.apache.xerces.framework.XMLParser
Returns true if the parser continues after a fatal error.
getCreateEntityReferenceNodes() - Method in class org.apache.xerces.parsers.DOMParser
Returns true if entity references within the document are included in the document tree as EntityReference nodes.
getCtrlKey() - Method in interface org.apache.xerces.domx.events.UIEvent
ctrlKey indicates whether the 'ctrl' key was depressed during the firing of the event.
getCurrentElementNode() - Method in class org.apache.xerces.parsers.DOMParser
Returns the current element node.
getCurrentNode() - Method in interface org.apache.xerces.domx.events.Event
The currentNode property indicates to which Node the event is currently being dispatched.
getCurrentNode() - Method in class org.apache.xerces.dom.traversal.TreeWalkerImpl
Return the current Node.
getCurrentNode() - Method in interface org.apache.xerces.domx.traversal.TreeWalker
 
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.ProcessingInstruction
The content of this processing instruction.
getData() - Method in interface org.w3c.dom.CharacterData
The character data of the node that implements this interface.
getDeclHandler() - Method in class org.apache.xerces.parsers.SAXParser
Returns the DTD declaration event handler.
getDeferNodeExpansion() - Method in class org.apache.xerces.parsers.DOMParser
Returns true if the expansion of the nodes in the default DOM implementation are deferred.
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 document.
getDocumentClassName() - Method in class org.apache.xerces.parsers.DOMParser
Returns the fully qualified class name of the document factory used when constructing the DOM tree.
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
getElement() - Method in class org.apache.xerces.dom.AttrImpl
Deprecated. Previous working draft of DOM Level 2. New method is getOwnerElement().
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.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 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 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.ElementImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
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.
getEntityReader() - Method in class org.apache.xerces.framework.XMLParser
get the Entity reader.
getEntityValue(int) - Method in interface org.apache.xerces.framework.XMLValidator
return the replacement text for entityIndex
getEventPhase() - Method in interface org.apache.xerces.domx.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.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.traversal.NodeIteratorImpl
Return whether children entity references are included in the iterator.
getExpandEntityReferences() - Method in class org.apache.xerces.dom.traversal.TreeWalkerImpl
Return whether children entity references are included in the iterator.
getExpandEntityReferences() - Method in interface org.apache.xerces.domx.traversal.TreeWalker
 
getExpandEntityReferences() - Method in interface org.apache.xerces.domx.traversal.NodeIterator
 
getExternalGeneralEntities() - Method in class org.apache.xerces.framework.XMLParser
Note: This feature is always true.
getExternalParameterEntities() - Method in class org.apache.xerces.framework.XMLParser
Note: This feature is always true.
getFeature(String) - Method in class org.apache.xerces.parsers.DOMParser
Query the current state of any feature in a SAX2 parser.
getFeature(String) - Method in class org.apache.xerces.parsers.SAXParser
Query the state of a feature.
getFeature(String) - Method in class org.apache.xerces.framework.XMLParser
Query the state of a feature.
getFeature(String) - Method in interface org.xml.sax.Configurable
Query the state of a feature.
getFeature(String) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Get the state of a feature.
getFeaturesRecognized() - Method in class org.apache.xerces.parsers.DOMParser
Returns a list of features that this parser recognizes.
getFeaturesRecognized() - Method in class org.apache.xerces.parsers.SAXParser
Returns a list of features that this parser recognizes.
getFeaturesRecognized() - Method in class org.apache.xerces.framework.XMLParser
Returns a list of features that this parser recognizes.
getFilter() - Method in class org.apache.xerces.dom.traversal.NodeIteratorImpl
Return the filter
getFilter() - Method in class org.apache.xerces.dom.traversal.TreeWalkerImpl
Return the NodeFilter
getFilter() - Method in interface org.apache.xerces.domx.traversal.TreeWalker
 
getFilter() - Method in interface org.apache.xerces.domx.traversal.NodeIterator
 
getFirstAttr(int) - Method in class org.apache.xerces.framework.XMLAttrList
Get the first attribute in the attribute list.
getFirstChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getFirstChild(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the first child of the given node.
getHandle() - Method in interface org.apache.xerces.framework.XMLValidator.ContentSpec
get this ContentSpec's handle
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.
getKeyCode() - Method in interface org.apache.xerces.domx.events.UIEvent
The value of keyCode holds the virtual key code value of the key which was depressed if the event is a key event.
getLastChild() - Method in class org.apache.xerces.dom.NodeImpl
The first child of this Node, or null if none.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
getLastChild(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the last child of the given node.
getLength() - Method in class org.apache.xerces.framework.XMLAttrList
Return the number of attributes in this list.
getLength() - Method in class org.apache.xerces.dom.DeepNodeListImpl
Returns the length of the node list.
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.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 interface org.w3c.dom.NamedNodeMap
The number of nodes in the map.
getLength() - Method in interface org.w3c.dom.NodeList
The number of nodes in the list.
getLength() - Method in interface org.w3c.dom.CharacterData
The number of characters that are available through data and the substringData method below.
getLength() - Method in interface org.xml.sax.AttributeList
Return the number of attributes in this list.
getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
Return the number of attributes in the list.
getLexicalHandler() - Method in class org.apache.xerces.parsers.SAXParser
Returns the lexical handler.
getLineNumber() - Method in class org.apache.xerces.framework.XMLParser
Return the line number of the current position within the document that we are processing.
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.ElementImpl
Introduced in DOM Level 2.
getLocalName() - Method in class org.apache.xerces.dom.AttrImpl
Introduced in DOM Level 2.
getLocator() - Method in class org.apache.xerces.framework.XMLParser
return the locator being used by the parser
getLocator() - Method in interface org.apache.xerces.framework.XMLErrorReporter
Get the default locator to use when reporting errors.
getMessage() - Method in class org.xml.sax.SAXException
Return a detail message for this exception.
getMetaKey() - Method in interface org.apache.xerces.domx.events.UIEvent
metaKey indicates whether the 'meta' key was depressed during the firing of the event.
getName() - Method in class org.apache.xerces.dom.AttrImpl
In Attributes, NodeName is considered a synonym for the attribute's Name
getName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Name of this document type.
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 class org.apache.xerces.framework.XMLAttrList
Return the name of an attribute in this list (by position).
getName(int) - Method in interface org.xml.sax.AttributeList
Return the name of an attribute in this list (by position).
getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
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.
getNamespaceHandler() - Method in class org.apache.xerces.parsers.SAXParser
Returns the namespace declaration scope event handler.
getNamespaces() - Method in class org.apache.xerces.framework.XMLParser
Returns true if the parser preprocesses namespaces.
getNamespaceSep() - Method in class org.apache.xerces.framework.XMLParser
Returns the namespace separator.
getNamespaceURI() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class org.apache.xerces.dom.AttrImpl
Introduced in DOM Level 2.
getNewValue() - Method in interface org.apache.xerces.domx.events.MutationEvent
newValue indicates the new value of text nodes and attributes in attrModified and charDataModified events.
getNextAttr(int) - Method in class org.apache.xerces.framework.XMLAttrList
Get the next attribute in the attribute list.
getNextSibling() - Method in class org.apache.xerces.dom.NodeImpl
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.
getNextSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the next sibling of the given node.
getNode(int, XMLContentSpecNode) - Method in interface org.apache.xerces.framework.XMLValidator.ContentSpec
fill in XMLContentSpecNode node with the information for ContentSpec in handle
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredNotationImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
Returns the node index.
getNodeIndex() - Method in interface org.apache.xerces.dom.DeferredNode
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCommentImpl
Returns the node index.
getNodeIndex() - Method in class org.apache.xerces.dom.DeferredTextImpl
Returns the node index.
getNodeIterators() - Method in class org.apache.xerces.dom.DocumentImpl
Return an Enumeration of all NodeIterators.
getNodeName() - Method in class org.apache.xerces.dom.NodeImpl
For many nodes, nodeName is derived from their nodeType mnemonic (lowercasified and preceeded by a '#' character).
getNodeName() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.CharacterDataImpl
Returns the node name.
getNodeName() - Method in class org.apache.xerces.dom.CommentImpl
Returns the node 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.DocumentImpl
Returns the node name.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeName(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real int name of the given node.
getNodeNameString(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the name of the given node.
getNodeObject(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Instantiates the requested node object.
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.DocumentFragmentImpl
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.NotationImpl
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.EntityImpl
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.ProcessingInstructionImpl
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.ElementImpl
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.DocumentTypeImpl
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 interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeType(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the type of the given node.
getNodeValue() - Method in class org.apache.xerces.dom.NodeImpl
nodeValue is a string representation of the data contained in this node.
getNodeValue() - Method in class org.apache.xerces.dom.EntityImpl
Returns the node value.
getNodeValue() - Method in class org.apache.xerces.dom.ElementImpl
Returns the node value.
getNodeValue() - Method in class org.apache.xerces.dom.AttrImpl
In Attribute objects, NodeValue is considered a synonym for Value.
getNodeValue() - Method in class org.apache.xerces.dom.DocumentImpl
Returns the node value.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
getNodeValue(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real int value of the given node.
getNodeValueString(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the value of the given node.
getNormalizeText() - Method in class org.apache.xerces.parsers.SAXParser
Note: This feature is always false.
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 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.
getParameterEntityValue(int) - Method in interface org.apache.xerces.framework.XMLValidator
return the replacement text for a parameter entity
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.AttrImpl
Attributes don't have parent nodes.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParentNode(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the parent node of the given node.
getPrefix() - Method in class org.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.ElementImpl
Introduced in DOM Level 2.
getPrefix() - Method in class org.apache.xerces.dom.AttrImpl
Introduced in DOM Level 2.
getPreviousSibling() - Method in class org.apache.xerces.dom.NodeImpl
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.
getPreviousSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the previous sibling of the given node.
getPrevValue() - Method in interface org.apache.xerces.domx.events.MutationEvent
prevValue indicates the previous value of text nodes and attributes in attrModified and charDataModified events.
getPropertiesRecognized() - Method in class org.apache.xerces.parsers.DOMParser
Returns a list of properties that this parser recognizes.
getPropertiesRecognized() - Method in class org.apache.xerces.parsers.SAXParser
Returns a list of properties that this parser recognizes.
getPropertiesRecognized() - Method in class org.apache.xerces.framework.XMLParser
Returns a list of properties that this parser recognizes.
getProperty(String) - Method in class org.apache.xerces.parsers.DOMParser
Return the current value of a property in a SAX2 parser.
getProperty(String) - Method in class org.apache.xerces.parsers.SAXParser
Query the value of a property.
getProperty(String) - Method in class org.apache.xerces.framework.XMLParser
Query the value of a property.
getProperty(String) - Method in interface org.xml.sax.Configurable
Query the value of a property.
getProperty(String) - Method in class org.xml.sax.helpers.ConfigurableParserAdapter
Get the state of a property.
getPublicId() - Method in class org.apache.xerces.framework.XMLParser
Return the public identifier of the InputSource that we are processing.
getPublicId() - Method in class org.apache.xerces.dom.NotationImpl
The Public Identifier for this Notation.
getPublicId() - Method in class org.apache.xerces.dom.EntityImpl
The public identifier associated with the entity.
getPublicId() - Method in interface org.w3c.dom.Notation
The public identifier of this notation.
getPublicId() - Method in interface org.w3c.dom.Entity
The public identifier associated with the entity, if specified.
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.
getPublicID() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getPublicIdOfEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return the public identifer for entityIndex
getPublicIdOfParameterEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return the public identifier for a parameter entity
getReaderDepth() - Method in class org.apache.xerces.framework.XMLParser
This method is provided for scanner implementations.
getReaderId() - Method in class org.apache.xerces.framework.XMLParser
This method is provided for scanner implementations.
getReadingContentSpec() - Method in class org.apache.xerces.framework.XMLDTDScanner
Is the scanner reading a ContentSpec?
getReadingExternalEntity() - Method in class org.apache.xerces.framework.XMLDTDScanner
Is the XMLDTDScanner reading from an external entity? This will be true, in particular if there was an external subset
getReadOnly() - Method in class org.apache.xerces.dom.NodeImpl
NON-DOM: Returns true if this node is read-only.
getRealNextSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Returns the real next sibling of the given node, directly from the data structures.
getRelatedNode() - Method in interface org.apache.xerces.domx.events.UIEvent
relatedNode is used to identify a secondary node related to a UI event.
getRelatedNode() - Method in interface org.apache.xerces.domx.events.MutationEvent
relatedNode is used to identify a secondary node related to a mutation event.
getSchemaValidator() - Method in class org.apache.xerces.framework.XMLParser
Returns the XML Schema validator.
getScreenX() - Method in interface org.apache.xerces.domx.events.UIEvent
screenX indicates the horizontal coordinate at which the event occurred in relative to the origin of the screen coordinate system.
getScreenY() - Method in interface org.apache.xerces.domx.events.UIEvent
screenY indicates the vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
getShiftKey() - Method in interface org.apache.xerces.domx.events.UIEvent
shiftKey indicates whether the 'shift' key was depressed during the firing of the event.
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.
getStringPool() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
access to string pool.
getSystemId() - Method in class org.apache.xerces.framework.XMLParser
Return the system identifier of the InputSource that we are processing.
getSystemId() - Method in class org.apache.xerces.dom.NotationImpl
The System Identifier for this Notation.
getSystemId() - Method in class org.apache.xerces.dom.EntityImpl
The system identifier associated with the entity.
getSystemId() - Method in interface org.w3c.dom.Notation
The system identifier of this notation.
getSystemId() - Method in interface org.w3c.dom.Entity
The system identifier associated with the entity, if specified.
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.
getSystemID() - Method in class org.apache.xerces.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getSystemIdOfEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return the system identifier for entityIndex
getSystemIdOfParameterEntity(int) - Method in interface org.apache.xerces.framework.XMLValidator
return the system identifier for a parameter entity
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 interface org.apache.xerces.domx.events.Event
The target property indicates the EventTarget to which the event was originally dispatched.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTreeWalkers() - Method in class org.apache.xerces.dom.DocumentImpl
Return an Enumeration of all TreeWalkers.
getType() - Method in interface org.apache.xerces.framework.XMLValidator.ContentSpec
return the type of this ContentSpec
getType() - Method in interface org.apache.xerces.domx.events.Event
The type property represents the event name as a string property.
getType(int) - Method in class org.apache.xerces.framework.XMLAttrList
Return the type of an attribute in the list (by position).
getType(int) - Method in interface org.xml.sax.AttributeList
Return the type of an attribute in the list (by position).
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by position).
getType(String) - Method in class org.apache.xerces.framework.XMLAttrList
Return the type of an attribute in the list (by name).
getType(String) - Method in interface org.xml.sax.AttributeList
Return the type of an attribute in the list (by name).
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by name).
getUseLocator() - Method in class org.apache.xerces.parsers.SAXParser
Note: This feature is always true.
getUserData() - Method in class org.apache.xerces.dom.NodeImpl
Returns the user data associated to this node.
getValidation() - Method in class org.apache.xerces.framework.XMLParser
Returns true if validation is turned on.
getValidationDynamic() - Method in class org.apache.xerces.framework.XMLParser
Returns true if validation is based on whether a document contains a grammar.
getValidationWarnOnDuplicateAttdef() - Method in class org.apache.xerces.framework.XMLParser
Returns true if an error is emitted when an attribute is redefined in the grammar.
getValidationWarnOnUndeclaredElemdef() - Method in class org.apache.xerces.framework.XMLParser
Returns true if the parser emits an error when an undeclared element is referenced in the grammar.
getValue() - Method in class org.apache.xerces.dom.ElementImpl
Returns the element value.
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 class org.apache.xerces.framework.XMLAttrList
Return the value of an attribute in the list (by position).
getValue(int) - Method in interface org.xml.sax.AttributeList
Return the value of an attribute in the list (by position).
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by position).
getValue(String) - Method in class org.apache.xerces.framework.XMLAttrList
Return the value of an attribute in the list (by name).
getValue(String) - Method in interface org.xml.sax.AttributeList
Return the value of an attribute in the list (by name).
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by name).
getWhatToShow() - Method in class org.apache.xerces.dom.traversal.NodeIteratorImpl
Return the whatToShow value
getWhatToShow() - Method in class org.apache.xerces.dom.traversal.TreeWalkerImpl
Return the whatToShow value
getWhatToShow() - Method in interface org.apache.xerces.domx.traversal.TreeWalker
 
getWhatToShow() - Method in interface org.apache.xerces.domx.traversal.NodeIterator
 
getXMLString() - Method in class org.apache.xerces.framework.XMLParser
Note: This property is currently not supported because it is not well defined. Querying its value will throw a SAXNotSupportedException.

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