XML for Java EA2
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 com.ibm.xml.framework.XMLParser
Returns true if Java encoding names are allowed in the XML document.
getAttribute(String) - Method in class com.ibm.xml.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 com.ibm.xml.framework.XMLAttrList
 
getAttributeList(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Returns the attribute list index for elements.
getAttributeNode(String) - Method in class com.ibm.xml.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 com.ibm.xml.dom.ElementImpl
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class com.ibm.xml.dom.ElementImpl
Introduced in DOM Level 2.
getAttributes() - Method in class com.ibm.xml.dom.NodeImpl
Return the collection of attributes associated with this node, or null if none.
getAttributes() - Method in class com.ibm.xml.dom.ElementDefinitionImpl
Query the attributes defined on this Element.
getAttributes() - Method in class com.ibm.xml.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(int) - Method in class com.ibm.xml.framework.XMLAttrList
 
getAttType(int) - Method in class com.ibm.xml.framework.XMLAttrList
 
getAttValue(int) - Method in class com.ibm.xml.framework.XMLAttrList
 
getByteStream() - Method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCharacterStream() - Method in class org.xml.sax.InputSource
Get the character stream for this input source.
getChildNodes() - Method in class com.ibm.xml.dom.NodeImpl
Obtain a NodeList enumerating all children of this node.
getChildNodes() - Method in class com.ibm.xml.dom.CharacterDataImpl
Returns an empty node list.
getChildNodes() - Method in interface org.w3c.dom.Node
A NodeList that contains all children of this node.
getColumnNumber() - Method in class com.ibm.xml.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 com.ibm.xml.framework.XMLValidator
 
getContentSpecNodeAsString(int) - Method in class com.ibm.xml.framework.XMLDTDScanner
 
getContinueAfterFatalError() - Method in class com.ibm.xml.framework.XMLParser
Returns true if the parser continues after a fatal error.
getCreateEntityReferenceNodes() - Method in class com.ibm.xml.parsers.DOMParser
 
getCurrentElementNode() - Method in class com.ibm.xml.parsers.DOMParser
Returns the current element node.
getCurrentNode() - Method in class com.ibm.xml.dom.traversal.TreeWalkerImpl
Return the current Node.
getCurrentNode() - Method in interface com.ibm.xml.domx.traversal.TreeWalker
 
getData() - Method in class com.ibm.xml.dom.CharacterDataImpl
Retrieve character data currently stored in this node.
getData() - Method in class com.ibm.xml.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 com.ibm.xml.parsers.SAXParser
Returns the DTD declaration event handler.
getDeferNodeExpansion() - Method in class com.ibm.xml.parsers.DOMParser
Returns true if the expansion of the nodes in the default DOM implementation are deferred.
getDoctype() - Method in class com.ibm.xml.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 com.ibm.xml.parsers.DOMParser
Returns the document.
getDocumentClassName() - Method in class com.ibm.xml.parsers.DOMParser
Returns the fully qualified class name of the document factory used when constructing the DOM tree.
getDocumentElement() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DOMImplementationImpl
NON-DOM: Obtain and return the single shared object
getElement() - Method in class com.ibm.xml.dom.AttrImpl
Deprecated. Previous working draft of DOM Level 2. New method is getOwnerElement().
getElement(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
getElements() - Method in class com.ibm.xml.dom.DocumentTypeImpl
NON-DOM: Access the collection of ElementDefinitions.
getElementsByTagName(String) - Method in class com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.dom.ElementImpl
Introduced in DOM Level 2.
getElementsByTagNameNS(String, String) - Method in class com.ibm.xml.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 com.ibm.xml.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.
getEntityHandler() - Method in class com.ibm.xml.framework.XMLParser
Returns the XML parser entity handler.
getEntityValue(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
getException() - Method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getExternalGeneralEntities() - Method in class com.ibm.xml.framework.XMLParser
Note: This feature is always true. Returns true if external general entities are expanded.
getExternalParameterEntities() - Method in class com.ibm.xml.framework.XMLParser
Note: This feature is always true. Returns true if external parameter entities are expanded.
getFeature(String) - Method in class com.ibm.xml.parsers.DOMParser
Query the current state of any feature in a SAX2 parser.
getFeature(String) - Method in class com.ibm.xml.parsers.SAXParser
Query the state of a feature.
getFeature(String) - Method in class com.ibm.xml.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 com.ibm.xml.parsers.DOMParser
Returns a list of features that this parser recognizes.
getFeaturesRecognized() - Method in class com.ibm.xml.parsers.SAXParser
Returns a list of features that this parser recognizes.
getFeaturesRecognized() - Method in class com.ibm.xml.framework.XMLParser
Returns a list of features that this parser recognizes.
getFilter() - Method in class com.ibm.xml.dom.traversal.NodeIteratorImpl
Return the filter
getFilter() - Method in class com.ibm.xml.dom.traversal.TreeWalkerImpl
Return the NodeFilter
getFilter() - Method in interface com.ibm.xml.domx.traversal.TreeWalker
 
getFilter() - Method in interface com.ibm.xml.domx.traversal.NodeIterator
 
getFirstAttr(int) - Method in class com.ibm.xml.framework.XMLAttrList
Returns the index of the first attribute in the specified attribute list or -1 if the index is invalid.
getFirstChild() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the first child of the given node.
getIdentifier(String) - Method in class com.ibm.xml.dom.DocumentImpl
Returns a previously registered element with the specified identifier name, or null if no element is registered.
getIdentifiers() - Method in class com.ibm.xml.dom.DocumentImpl
Returns an enumeration registered of identifier names.
getImplementation() - Method in class com.ibm.xml.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.
getLastChild() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the last child of the given node.
getLength() - Method in class com.ibm.xml.framework.XMLAttrList
Return the number of attributes in this list.
getLength() - Method in class com.ibm.xml.dom.NodeImpl
NodeList method: Count the immediate children of this node
getLength() - Method in class com.ibm.xml.dom.CharacterDataImpl
Report number of characters currently stored in this node's data.
getLength() - Method in class com.ibm.xml.dom.DeepNodeListImpl
Returns the length of the node list.
getLength() - Method in class com.ibm.xml.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 com.ibm.xml.parsers.SAXParser
Returns the lexical handler.
getLineNumber() - Method in class com.ibm.xml.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 com.ibm.xml.dom.NodeImpl
Introduced in DOM Level 2.
getLocalName() - Method in class com.ibm.xml.dom.AttrImpl
Introduced in DOM Level 2.
getLocalName() - Method in class com.ibm.xml.dom.ElementImpl
Introduced in DOM Level 2.
getLocator() - Method in class com.ibm.xml.framework.XMLParser
Returns the locator.
getLocator() - Method in interface com.ibm.xml.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.
getName() - Method in class com.ibm.xml.dom.AttrImpl
In Attributes, NodeName is considered a synonym for the attribute's Name
getName() - Method in class com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.dom.NamedNodeMapImpl
Introduced in DOM Level 2.
getNamespaceHandler() - Method in class com.ibm.xml.parsers.SAXParser
Returns the namespace declaration scope event handler.
getNamespaces() - Method in class com.ibm.xml.framework.XMLParser
Returns true if the parser preprocesses namespaces.
getNamespaceSep() - Method in class com.ibm.xml.framework.XMLParser
Returns the namespace separator.
getNamespaceURI() - Method in class com.ibm.xml.dom.NodeImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class com.ibm.xml.dom.AttrImpl
Introduced in DOM Level 2.
getNamespaceURI() - Method in class com.ibm.xml.dom.ElementImpl
Introduced in DOM Level 2.
getNextAttr(int) - Method in class com.ibm.xml.framework.XMLAttrList
Returns the next index of the specified attribute or -1 if there is no next index.
getNextSibling() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the next sibling of the given node.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredEntityReferenceImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredTextImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredCDATASectionImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredElementImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredAttrImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredEntityImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredElementDefinitionImpl
Returns the node index.
getNodeIndex() - Method in interface com.ibm.xml.dom.DeferredNode
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredProcessingInstructionImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredNotationImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredCommentImpl
Returns the node index.
getNodeIndex() - Method in class com.ibm.xml.dom.DeferredDocumentTypeImpl
Returns the node index.
getNodeIterators() - Method in class com.ibm.xml.dom.DocumentImpl
Return an Enumeration of all NodeIterators.
getNodeName() - Method in class com.ibm.xml.dom.NodeImpl
For many nodes, nodeName is derived from their nodeType mnemonic (lowercasified and preceeded by a '#' character).
getNodeName() - Method in class com.ibm.xml.dom.CharacterDataImpl
Returns the node name.
getNodeName() - Method in class com.ibm.xml.dom.TextImpl
Returns the node name.
getNodeName() - Method in class com.ibm.xml.dom.CDATASectionImpl
Returns the node name.
getNodeName() - Method in class com.ibm.xml.dom.DocumentFragmentImpl
Returns the node name.
getNodeName() - Method in class com.ibm.xml.dom.DocumentImpl
Returns the node name.
getNodeName() - Method in class com.ibm.xml.dom.CommentImpl
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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the real int name of the given node.
getNodeNameString(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Returns the name of the given node.
getNodeObject(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Instantiates the requested node object.
getNodeType() - Method in class com.ibm.xml.dom.NodeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.ElementDefinitionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.EntityReferenceImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.TextImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.CDATASectionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.AttrImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.NotationImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.EntityImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.DocumentFragmentImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.ElementImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.DocumentImpl
Returns the node type.
getNodeType() - Method in class com.ibm.xml.dom.ProcessingInstructionImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.DocumentTypeImpl
A short integer indicating what type of node this is.
getNodeType() - Method in class com.ibm.xml.dom.CommentImpl
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.
getNodeType(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Returns the type of the given node.
getNodeValue() - Method in class com.ibm.xml.dom.NodeImpl
nodeValue is a string representation of the data contained in this node.
getNodeValue() - Method in class com.ibm.xml.dom.AttrImpl
In Attribute objects, NodeValue is considered a synonym for Value.
getNodeValue() - Method in class com.ibm.xml.dom.EntityImpl
Returns the node value.
getNodeValue() - Method in class com.ibm.xml.dom.ElementImpl
Returns the node value.
getNodeValue() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the real int value of the given node.
getNodeValueString(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Returns the value of the given node.
getNormalizeText() - Method in class com.ibm.xml.parsers.SAXParser
Note: This feature is always false. Returns true if the parser normalizes all consecutive text into a single callback to the DocumentHandler.characters or DocumentHandler.ignorableWhitespace methods.
getNotationName() - Method in class com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.framework.XMLValidator
 
getParentNode() - Method in class com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the parent node of the given node.
getPrefix() - Method in class com.ibm.xml.dom.NodeImpl
Introduced in DOM Level 2.
getPrefix() - Method in class com.ibm.xml.dom.AttrImpl
Introduced in DOM Level 2.
getPrefix() - Method in class com.ibm.xml.dom.ElementImpl
Introduced in DOM Level 2.
getPreviousSibling() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
Returns the previous sibling of the given node.
getPropertiesRecognized() - Method in class com.ibm.xml.parsers.DOMParser
Returns a list of properties that this parser recognizes.
getPropertiesRecognized() - Method in class com.ibm.xml.parsers.SAXParser
Returns a list of properties that this parser recognizes.
getPropertiesRecognized() - Method in class com.ibm.xml.framework.XMLParser
Returns a list of properties that this parser recognizes.
getProperty(String) - Method in class com.ibm.xml.parsers.DOMParser
Return the current value of a property in a SAX2 parser.
getProperty(String) - Method in class com.ibm.xml.parsers.SAXParser
Query the value of a property.
getProperty(String) - Method in class com.ibm.xml.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 com.ibm.xml.framework.XMLParser
Return the public identifier of the InputSource that we are processing.
getPublicId() - Method in class com.ibm.xml.dom.NotationImpl
The Public Identifier for this Notation.
getPublicId() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getPublicIdOfEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
getPublicIdOfParameterEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
getReadingExternalEntity() - Method in class com.ibm.xml.framework.XMLDTDScanner
 
getReadOnly() - Method in class com.ibm.xml.dom.NodeImpl
NON-DOM: Returns true if this node is read-only.
getRealNextSibling(int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Returns the real next sibling of the given node, directly from the data structures.
getScannerState() - Method in class com.ibm.xml.framework.XMLDocumentScanner
 
getScannerState() - Method in class com.ibm.xml.framework.XMLDTDScanner
 
getSchemaValidator() - Method in class com.ibm.xml.framework.XMLParser
Returns the XML Schema validator.
getSpecified() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DeferredDocumentImpl
access to string pool.
getSystemId() - Method in class com.ibm.xml.framework.XMLParser
Return the system identifier of the InputSource that we are processing.
getSystemId() - Method in class com.ibm.xml.dom.NotationImpl
The System Identifier for this Notation.
getSystemId() - Method in class com.ibm.xml.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 com.ibm.xml.dom.DocumentTypeImpl
Introduced in DOM Level 2.
getSystemIdOfEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
getSystemIdOfParameterEntity(int) - Method in interface com.ibm.xml.framework.XMLValidator
 
getTagName() - Method in class com.ibm.xml.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 com.ibm.xml.dom.ProcessingInstructionImpl
A PI's "target" states what processor channel the PI's data should be directed to.
getTarget() - Method in interface org.w3c.dom.ProcessingInstruction
The target of this processing instruction.
getTreeWalkers() - Method in class com.ibm.xml.dom.DocumentImpl
Return an Enumeration of all TreeWalkers.
getType(int) - Method in class com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.parsers.SAXParser
Note: This feature is always true. Returns true if the locator is always set.
getUserData() - Method in class com.ibm.xml.dom.NodeImpl
Returns the user data associated to this node.
getValidation() - Method in class com.ibm.xml.framework.XMLParser
Returns true if validation is turned on.
getValidationDynamic() - Method in class com.ibm.xml.framework.XMLParser
Returns true if validation is based on whether a document contains a grammar.
getValidationWarnOnDuplicateAttdef() - Method in class com.ibm.xml.framework.XMLParser
Returns true if an error is emitted when an attribute is redefined in the grammar.
getValidationWarnOnUndeclaredElemdef() - Method in class com.ibm.xml.framework.XMLParser
Returns true if the parser emits an error when an undeclared element is referenced in the grammar.
getValue() - Method in class com.ibm.xml.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 class com.ibm.xml.dom.ElementImpl
Returns the element value.
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 com.ibm.xml.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 com.ibm.xml.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 com.ibm.xml.dom.traversal.NodeIteratorImpl
Return the whatToShow value
getWhatToShow() - Method in class com.ibm.xml.dom.traversal.TreeWalkerImpl
Return the whatToShow value
getWhatToShow() - Method in interface com.ibm.xml.domx.traversal.TreeWalker
 
getWhatToShow() - Method in interface com.ibm.xml.domx.traversal.NodeIterator
 
getXMLString() - Method in class com.ibm.xml.framework.XMLParser
Note: This property is currently not supported because it is not well defined. Querying its value will throw a SAXNotSupportedException.

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