XML for Java 2.0.0
A B C D E F G H I 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 interface org.w3c.dom.Element
Retrieves an attribute value by name.
getAttributeList(int) - Method in interface com.ibm.xml.framework.AttrPool
 
getAttributeNode(String) - Method in interface org.w3c.dom.Element
Retrieves an Attr node by name.
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 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.
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 interface org.w3c.dom.Document
The Document Type Declaration (see DocumentType) associated with this document.
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
 
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
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 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.
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.
getFirstChild() - Method in interface org.w3c.dom.Node
The first child of this node.
getImplementation() - Method in interface org.w3c.dom.Document
The DOMImplementation object that handles this document.
getLastChild() - Method in interface org.w3c.dom.Node
The last child of this node.
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 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 interface org.w3c.dom.NamedNodeMap
Retrieves a node specified by name.
getNextSibling() - Method in interface org.w3c.dom.Node
The node immediately following this node.
getNodeName() - Method in interface org.w3c.dom.Node
The name of this node, depending on its type; see the table above.
getNodeType() - Method in interface org.w3c.dom.Node
A code representing the type of the underlying object, as defined above.
getNodeValue() - Method in interface org.w3c.dom.Node
The value of this node, depending on its type; see the table above.
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 interface org.w3c.dom.DocumentType
A NamedNodeMap containing the notations declared in the DTD.
getOwnerDocument() - Method in interface org.w3c.dom.Node
The Document object associated with this node.
getParentNode() - Method in interface org.w3c.dom.Node
The parent of this node.
getParserState() - Method in class com.ibm.xml.framework.XMLParser
 
getPreviousSibling() - Method in interface org.w3c.dom.Node
The node immediately preceding this node.
getPublicId() - Method in class com.ibm.xml.framework.XMLReader
Return the public identifier of the InputSource that we are processing.
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
 
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 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 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 interface org.w3c.dom.Element
The name of the element.
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
 
getValidationHandler() - Method in class com.ibm.xml.framework.XMLParser
 
getValidationHandler() - Method in class com.ibm.xml.framework.ParserState
 
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.0
A B C D E F G H I L M N O P R S T U V W X