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

G

getAllowJavaEncodingName() - Method in class com.ibm.xml.framework.XMLParser
 
getAllowJavaEncodingName() - Method in class com.ibm.xml.framework.ParserState
 
getAttDef(int, int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Returns an index into the StringPool of the attribute name
getAttDefaultType(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Returns an int corresponding to the com.ibm.xml.framework.AttDef AttDefaultType constant.
getAttName(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Returns an index into the StringPool of the attribute name
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 interface com.ibm.xml.framework.AttrPool
 
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.
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 interface com.ibm.xml.framework.AttrPool
 
getAttrPool() - Method in class com.ibm.xml.framework.ParserState
 
getAttType(int) - Method in interface com.ibm.xml.framework.AttrPool
 
getAttType(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Returns an int corresponding to the com.ibm.xml.framework.AttDef AttType constant.
getAttTypeString(int) - Static method in class com.ibm.xml.framework.AttDef
 
getAttValue(int) - Method in interface com.ibm.xml.framework.AttrPool
 
getAttValue(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Returns an index into the StringPool of the attribute value
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.
getCheckNamespace() - Method in class com.ibm.xml.framework.XMLParser
 
getCheckNamespace() - Method in class com.ibm.xml.framework.ParserState
 
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.XMLReader
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).
getContentModel(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Return a ContentModel, for validation.
getContentSpec(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Return a contentSpecIndex which can be used by getContentSpecNode
getContentSpecAsString(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Return a String representation of the content model for an elementIndex.
getContentSpecNode(int, ContentSpecNode) - Method in interface com.ibm.xml.framework.ElementDeclPool
Given a contentSpecIndex and a reference to a ContentSpecNode, this function will fill in the public fields of the ContentSpecNode, which can be accessed via the input reference, after the call.
getContentSpecNodeAsString(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Return the content spec node as a String.
getContentSpecType(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Return an int corresponding to a CONTENTSPEC_* constant in ElementDecl
getContinueAfterFatalError() - Method in class com.ibm.xml.framework.XMLParser
 
getCurrentContentSpecType() - Method in interface com.ibm.xml.framework.XMLScanner
This method is temporary until we restructure the interface between DefaultScanner#scanContent and XMLReader#scanContent.
getCurrentNode() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Return the current DOM Node.
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.
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.NonValidatingTXDOMParser
 
getDocument() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Returns the document.
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.
getDocumentHandler() - Method in class com.ibm.xml.framework.XMLParser
 
getDocumentHandler() - Method in class com.ibm.xml.framework.ParserState
 
getDocumentTypeHandler() - Method in class com.ibm.xml.framework.XMLParser
 
getDocumentTypeHandler() - Method in class com.ibm.xml.framework.ParserState
 
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.ElementDeclPool
Return an element index, given an element name index.
getElementDeclPool() - Method in class com.ibm.xml.framework.ParserState
 
getElementName(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Return an index which can be used by StringPool#toString
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.
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
 
getEntityHandler() - Method in class com.ibm.xml.framework.ParserState
 
getEntityName(int) - Method in interface com.ibm.xml.framework.EntityPool
 
getEntityPool() - Method in class com.ibm.xml.framework.ParserState
 
getEntityResolver() - Method in interface com.ibm.xml.framework.XMLEntityHandler
Returns the resolver used to resolve external entities.
getEntityValue(int) - Method in interface com.ibm.xml.framework.EntityPool
 
getEnumeration(int) - Method in interface com.ibm.xml.framework.ElementDeclPool
Returns an index into the StringPool's stringsInList.
getErrorElement() - Method in class com.ibm.xml.parsers.TXRevalidatingDOMParser
Returns the element of the last error.
getErrorHandler() - Method in class com.ibm.xml.framework.XMLParser
 
getErrorHandler() - Method in class com.ibm.xml.framework.ParserState
 
getErrorMsgString(String, Object[]) - Method in class com.ibm.xml.framework.XMLParser
 
getException() - Method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getExpandEntityReferences() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Return a boolean which says whether EntityReference Nodes are expanded (replaced) by this parser.
getExpandEntityReferences() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Return a boolean which says whether EntityReference Nodes are expanded (replaced) by this parser.
getFirstAttr(int) - Method in interface com.ibm.xml.framework.AttrPool
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.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.
getLineNumber() - Method in class com.ibm.xml.framework.XMLReader
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).
getLocator() - Method in class com.ibm.xml.framework.XMLParser
Return the Locator object.
getLocator() - Method in interface com.ibm.xml.framework.XMLScanner
Return a Locator object for the parser to use.
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 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.
getNextAttr(int) - Method in interface com.ibm.xml.framework.AttrPool
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.
getNodeExpansion() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
Return the Node expansion level integer mapping to the constants in DOMParser.
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.
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.
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.
getNotationName(int) - Method in interface com.ibm.xml.framework.EntityPool
 
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.
getParameterEntityPool() - Method in class com.ibm.xml.framework.ParserState
REVISIT: this is a workaround to enable TX's DTD.getParameterEntityEnumeration to work
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.
getParserState() - Method in class com.ibm.xml.framework.XMLParser
 
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.
getPublicId() - Method in class com.ibm.xml.framework.XMLReader
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(int) - Method in interface com.ibm.xml.framework.EntityPool
 
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.
getRootElement() - Method in interface com.ibm.xml.framework.ElementDeclPool
Get the root element index.
getScanner() - Method in class com.ibm.xml.framework.XMLParser
 
getScanner() - Method in class com.ibm.xml.framework.ParserState
 
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.framework.ParserState
 
getSystemId() - Method in class com.ibm.xml.framework.XMLReader
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(int) - Method in interface com.ibm.xml.framework.EntityPool
 
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.
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 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).
getUseCharReaderForUTF8() - Method in class com.ibm.xml.framework.ParserState
 
getUserData() - Method in class com.ibm.xml.dom.NodeImpl
Returns the user data associated to this node.
getValidationHandler() - Method in class com.ibm.xml.framework.XMLParser
 
getValidationHandler() - Method in class com.ibm.xml.framework.ParserState
 
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 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 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).
getWarningOnDuplicateAttDef() - Method in class com.ibm.xml.framework.XMLParser
 
getWarningOnDuplicateAttDef() - Method in class com.ibm.xml.framework.ParserState
 

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