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

G

GeneralReference - class com.ibm.xml.parser.GeneralReference.
GeneralReference implements EntityReference as defined by the Document Object Model (DOM).
GeneralReference(String) - Constructor for class com.ibm.xml.parser.GeneralReference
Constructor.
getAbsTerm() - Method in class com.ibm.xml.xpointer.XPointer
Returns the absolute location term of this XPointer.
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
getAllowsChildren() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
getAppendableElements(Element, Hashtable) - Method in class com.ibm.xml.parser.DTD
Returns a hash table which defines what kind of Element you can append onto specified element according to the document grammar specified by this DTD's internal and external subset.
getAttDef(String) - Method in class com.ibm.xml.parser.Attlist
Returns the attribute definition that matches the specified attribute definition name in this attribute list.
getAttribute(String) - Method in class com.ibm.xml.parser.TXElement
Returns an attribute's value from this Element that matches the specified attribute name.
getAttributeArray() - Method in class com.ibm.xml.parser.TXElement
Returns a TXAttribute array of the attributes of this Element.
getAttributeDeclaration(String, String) - Method in class com.ibm.xml.parser.DTD
Return an AttDef instance that matches the specified elementName and attributeName in this DTD's internal and external subsets.
getAttributeDeclarations(String) - Method in class com.ibm.xml.parser.DTD
Return an Enumeration instance of all attribute list declarations for the the specified elementName in this DTD's internal and external subsets.
getAttributeNode(String) - Method in class com.ibm.xml.parser.TXElement
Returns an attribute's value from this Element that matches the specified attribute name.
getAttributes() - Method in class com.ibm.xml.parser.Child
Returns null.
getAttributes() - Method in class com.ibm.xml.parser.TXElement
Returns a NamedNodeMap of the attributes of this Element.
getAttributesVector() - Method in class com.ibm.xml.xpointer.RelTerm
Returns a Vector of attribute names and values to further qualify candidate elements.
getBeginning() - Method in class com.ibm.xml.xpointer.SpanTerm
Returns the XPointer which denotes the start of the selected sub-resource.
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
getChildAt(int) - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
getChildCount() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
getChildNodes() - Method in class com.ibm.xml.parser.Child
Returns an empty NodeList object because Child Nodes are leaf Nodes.
getChildNodes() - Method in class com.ibm.xml.parser.Parent
Returns a NodeList object that will enumerate all children of this Node.
getChildrenArray() - Method in class com.ibm.xml.parser.Parent
Make an array of Child Nodes for all children of this Node.
getContentModel(String) - Method in class com.ibm.xml.parser.DTD
Returns the ContentModel for the specified elementName in this DTD's internal and external subset (see ElementDecl for details).
getContentModelNode() - Method in class com.ibm.xml.parser.ContentModel
Returns the content model associated with this model group content model.
getContentType() - Method in class com.ibm.xml.parser.ElementDecl
Returns the content type which represents the content model used by this element definition.
getContentType(String) - Method in class com.ibm.xml.parser.DTD
Returns the content model type for the specified elementName in this DTD's internal and external subset (see ElementDecl for details).
getData() - Method in class com.ibm.xml.parser.TXCharacterData
Returns the actual content.
getData() - Method in class com.ibm.xml.parser.TXPI
Returns the data of the PI.
getDeclaredType() - Method in class com.ibm.xml.parser.AttDef
Returns the declared type of this attribute in the DTD definition.
getDefaultStringValue() - Method in class com.ibm.xml.parser.AttDef
Returns the default value of this attribute in the DTD definition.
getDefaultType() - Method in class com.ibm.xml.parser.AttDef
Returns the default type of this attribute's value in the DTD definition.
getDigest() - Method in class com.ibm.xml.parser.Child
Returns the digest value for this Node.
getDoctype() - Method in class com.ibm.xml.parser.TXDocument
Returns this Document's Type Definition (DTD) as a Node.
getDocumentElement() - Method in class com.ibm.xml.parser.TXDocument
Returns this Document's root Element.
getDTD() - Method in class com.ibm.xml.parser.TXDocument
Returns this Document's Type Definition (DTD) as a DTD.
getElementDeclaration(String) - Method in class com.ibm.xml.parser.DTD
Return an ElementDecl instance that matches the specified elementName in this DTD's internal and external subsets.
getElementDeclarations() - Method in class com.ibm.xml.parser.DTD
Return an Enumeration instance of all element declarations in this DTD's internal and external subsets.
getElementName() - Method in class com.ibm.xml.xpointer.RelTerm
Returns the name of the element to be selected by this relative term.
getElementNamed(int, String, String) - Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through the immediate child Elemen Nodes.
getElementNamed(String) - Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through the immediate Child Element Nodes.
getElementNamed(String, String) - Method in class com.ibm.xml.parser.TXElement
Returns the first TXElement match through the immediate child Element Nodes.
getElementsByTagName(String) - Method in class com.ibm.xml.parser.TXDocument
Returns a NodeList of matches through all child Element Nodes.
getElementsByTagName(String) - Method in class com.ibm.xml.parser.TXElement
Returns a NodeList of matches through all child Element Nodes.
getElementsNamed(int, String, String) - Method in class com.ibm.xml.parser.TXElement
Returns a NodeList of all matches through the immediate child Element Nodes.
getElementsNamed(String) - Method in class com.ibm.xml.parser.TXElement
Returns a NodeList of all matches through the immediate child Element Nodes.
getElementsNamed(String, String) - Method in class com.ibm.xml.parser.TXElement
Returns a NodeList of matches through the immediate child Element Nodes.
getEncoding() - Method in class com.ibm.xml.parser.Source
Returns the Java character encoding in use for the inputStream.
getEncoding() - Method in class com.ibm.xml.parser.TXDocument
Returns the value of the XML encoding parameter from the XML prolog declaration (e.g.
getEnd() - Method in class com.ibm.xml.xpointer.SpanTerm
Returns the XPointer which denotes the end of the selected sub-resource.
getEntities() - Method in class com.ibm.xml.parser.DTD
This method is defined by DOM.
getEntityDecl(String, boolean) - Method in class com.ibm.xml.parser.DTD
Returns an EntityDecl in this DTD's internal and external subsets that matches the specified name and is of the specified isParameter type.
getEntityEnumeration() - Method in class com.ibm.xml.parser.DTD
Returns an Enumeration of all entities defined in this DTD's internal and external subsets except paramete entities.
getEntityImpl() - Method in class com.ibm.xml.parser.EntityDecl
Wrapper for DOM.
getExpandedName(Node) - Static method in class com.ibm.xml.parser.MakeDigestVisitor
 
getExternalID() - Method in class com.ibm.xml.parser.EntityDecl
Returns the external ID of this Entity.
getExternalID() - Method in class com.ibm.xml.parser.TXNotation
Returns the external ID associated with this Notation Node.
getExternalID() - Method in class com.ibm.xml.parser.DTD
Returns the external ID associated with this DTD.
getExternalSize() - Method in class com.ibm.xml.parser.DTD
Return a number of Nodes in an external subset.
getFactory() - Method in class com.ibm.xml.parser.Child
Returns the factory used for creating this Node.
getFactory() - Method in class com.ibm.xml.parser.TXDocument
 
getFactory() - Method in class com.ibm.xml.parser.ContentModel
Returns the factory used for creating this content model.
getFirstChild() - Method in class com.ibm.xml.parser.Child
Returns null because Child Nodes are leaf Nodes.
getFirstChild() - Method in class com.ibm.xml.parser.Parent
Returns the first Child of this Node.
getFirstWithoutReference() - Method in class com.ibm.xml.parser.Child
Return null
getFirstWithoutReference() - Method in class com.ibm.xml.parser.Parent
 
getHref() - Method in class com.ibm.xml.parser.StylesheetPI
Returns the stylesheet URI (the value of the href= attribute) which defines where to retrieve the stylesheet.
getImplementation() - Method in class com.ibm.xml.parser.TXDocument
Return an instance of DOMImplementation handling this document.
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
getIndex(TreeNode) - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
getInputStream() - Method in class com.ibm.xml.parser.Source
Returns the byte-stream-oriented data source.
getInputStream(String, String, String) - Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
getInputStream(String, String, String) - Method in interface com.ibm.xml.parser.StreamProducer
Interface to be implemented in order to return the source of the input stream (could be a character stream, a byte stream, or a URI) based on the entity specified by the system ID and/or public ID.
getInputStream(String, String, String) - Method in class com.ibm.xml.parser.Stderr
Returns the source of the input stream (could be a character stream or a byte stream) based on this constructor's name parameter and the URL specification given by systemID and publicID.
getInputStream(String, String, String) - Method in class com.ibm.xml.parser.Parser
Returns the source of the input stream (could be a character stream or a byte stream) based on the entity specified by the system ID and/or public ID, and the streamProducer specified when this parser was constructed.
getInsertableElements(Element, int, Hashtable) - Method in class com.ibm.xml.parser.DTD
Returns a hash table which defines what kind of Element you can insert into the specified index of element according to the document grammar specified by this DTD's internal and external subset.
getInsertableElementsForValidContent(Element, int, Hashtable) - Method in class com.ibm.xml.parser.DTD
Returns a hash table which defines what kind of Element you can insert into the specified index of element according to the document grammar specified by this DTD's internal and external subset.
getInstance() - Static method in class com.ibm.xml.parser.TXDocument
Returns the current TXDocument instance; if an instance does not currently exist, it will be created.
getInstance() - Method in class com.ibm.xml.xpointer.RelTerm
Returns the nth of the candidate locations to be selected by this relative term.
getInstance() - Method in class com.ibm.xml.xpointer.StringTerm
Returns the nth occurrence of string to be used in forming the designated resource.
getInternalSize() - Method in class com.ibm.xml.parser.DTD
Return a number of Nodes in an internal subset.
getInvalidURIChar(String) - Static method in class com.ibm.xml.parser.Util
Returns the index of the first invalid character in the specified uri.
getIsIgnorableWhitespace() - Method in class com.ibm.xml.parser.TXText
Returns, at the Text level, whether space is to be preserved.
getLanguage() - Method in class com.ibm.xml.parser.TXElement
Returns the XML language ID (the value of the xml:lang Attribute) in use for this Element Node.
getLanguage() - Method in class com.ibm.xml.parser.TXText
Returns the XML language ID (the value of the xml:lang attribute) in use for this Text Node.
getLanguage() - Method in class com.ibm.xml.parser.GeneralReference
Returns the XML language ID (the value of the xml:lang Attribute) in use for this General Reference Node.
getLastChild() - Method in class com.ibm.xml.parser.Child
Returns null because Child Nodes are leaf Nodes.
getLastChild() - Method in class com.ibm.xml.parser.Parent
Returns the last Child of this Node.
getLastWithoutReference() - Method in class com.ibm.xml.parser.Child
Return null
getLastWithoutReference() - Method in class com.ibm.xml.parser.Parent
 
getLeft() - Method in class com.ibm.xml.parser.CM2op
Returns the content model node prior to the separator type.
getLength() - Method in class com.ibm.xml.parser.TXCharacterData
This method is defined by DOM.
getLength() - Method in class com.ibm.xml.parser.SAXDriver
Return the number of attributes in this list.
getLength() - Method in class com.ibm.xml.xpointer.StringTerm
Returns the number of characters to be selected.
getLocalNameForQName(String) - Static method in class com.ibm.xml.parser.TXElement
Returns localPart(a name after a colon) of specified qualified name.
getName() - Method in class com.ibm.xml.parser.AttDef
Returns the name of this attribute in the DTD definition.
getName() - Method in class com.ibm.xml.parser.EntityDecl
Deprecated. Use getNodeName()
getName() - Method in class com.ibm.xml.parser.TXPI
Deprecated. Use getNodeName()
getName() - Method in class com.ibm.xml.parser.ElementDecl
Returns this element definition's name.
getName() - Method in class com.ibm.xml.parser.CMLeaf
Returns the name of the leaf content model node (e.g.
getName() - Method in interface com.ibm.xml.parser.Namespace
Returns the qualified name of the tag.
getName() - Method in class com.ibm.xml.parser.Attlist
Returns this attribute list's name; this value is also known as the Element type.
getName() - Method in class com.ibm.xml.parser.TXNotation
Deprecated. Use getNodeName().
getName() - Method in class com.ibm.xml.parser.TXElement
Deprecated. Use getNodeName() or getTagName()
getName() - Method in class com.ibm.xml.parser.TXAttribute
Returns the qualified name of this attribute.
getName() - Method in class com.ibm.xml.parser.GeneralReference
Returns this General Reference's name.
getName() - Method in class com.ibm.xml.parser.DTD
Returns this DTD's name.
getName() - Method in class com.ibm.xml.xpointer.RelTermAttribute
Returns this attribute qualifier's name.
getName() - Method in class com.ibm.xml.xpointer.AttrTerm
Returns the name of the attribute in this attribute term.
getName(int) - Method in class com.ibm.xml.parser.SAXDriver
Return the name of an attribute in this list according to the specified index i.
getNamespaceForPrefix(String) - Method in class com.ibm.xml.parser.TXElement
Returns a namespace URI for specified prefix.
getNamespaceForQName(String) - Method in class com.ibm.xml.parser.TXElement
Returns a namespace URI for specified qualified name.
getNDATAType() - Method in class com.ibm.xml.parser.EntityDecl
Deprecated. This method will be removed in future release. Use getNotationName().
getNextSibling() - Method in class com.ibm.xml.parser.Child
Returns the Node immediately following this Node in a breadth-first traversal of the tree.
getNextSibling() - Method in class com.ibm.xml.parser.TXAttribute
Returns null.
getNextWithoutReference() - Method in class com.ibm.xml.parser.Child
 
getNode() - Method in class com.ibm.xml.parser.CM1op
Returns the content model node associated with type.
getNodeName() - Method in class com.ibm.xml.parser.AttDef
 
getNodeName() - Method in class com.ibm.xml.parser.EntityDecl
Returns the name associated with this Entity.
getNodeName() - Method in class com.ibm.xml.parser.TXDocumentFragment
This method is defined by DOM.
getNodeName() - Method in class com.ibm.xml.parser.TXDocument
 
getNodeName() - Method in class com.ibm.xml.parser.TXComment
This method is defined by DOM.
getNodeName() - Method in class com.ibm.xml.parser.TXPI
This method is defined by DOM.
getNodeName() - Method in class com.ibm.xml.parser.ElementDecl
 
getNodeName() - Method in class com.ibm.xml.parser.Attlist
 
getNodeName() - Method in class com.ibm.xml.parser.TXNotation
Returns the name of the Notation.
getNodeName() - Method in class com.ibm.xml.parser.TXElement
 
getNodeName() - Method in class com.ibm.xml.parser.TXAttribute
This method is defined by DOM.
getNodeName() - Method in class com.ibm.xml.parser.TXText
 
getNodeName() - Method in class com.ibm.xml.parser.TXCDATASection
 
getNodeName() - Method in class com.ibm.xml.parser.GeneralReference
This method is defined by DOM.
getNodeName() - Method in class com.ibm.xml.parser.PseudoNode
 
getNodeName() - Method in class com.ibm.xml.parser.DTD
This method is defined by DOM.
getNodeType() - Method in class com.ibm.xml.parser.AttDef
Returns that this object is an attribute definition Node.
getNodeType() - Method in class com.ibm.xml.parser.EntityDecl
Returns that this object is an Entity Node.
getNodeType() - Method in class com.ibm.xml.parser.TXDocumentFragment
Returns that this object is a DocumentFragment Node.
getNodeType() - Method in class com.ibm.xml.parser.TXDocument
Returns that this object is a Document Node.
getNodeType() - Method in class com.ibm.xml.parser.TXComment
Returns that this object is a Comment Node.
getNodeType() - Method in class com.ibm.xml.parser.TXPI
Returns that this object is a PI Node.
getNodeType() - Method in class com.ibm.xml.parser.ElementDecl
Returns that this object is an element definition Node.
getNodeType() - Method in class com.ibm.xml.parser.Attlist
Returns that this object is an attribute list Node.
getNodeType() - Method in class com.ibm.xml.parser.TXNotation
Returns that this object is a Notation Node.
getNodeType() - Method in class com.ibm.xml.parser.TXElement
Returns that this object is an Element Node.
getNodeType() - Method in class com.ibm.xml.parser.TXAttribute
Returns that this object is an Attribute Node.
getNodeType() - Method in class com.ibm.xml.parser.TXText
Returns that this object is a Text Node.
getNodeType() - Method in class com.ibm.xml.parser.TXCDATASection
Returns that this object is a CDATASection Node.
getNodeType() - Method in class com.ibm.xml.parser.GeneralReference
Returns that this object is a EntityReference Node.
getNodeType() - Method in class com.ibm.xml.parser.PseudoNode
Returns that this object is a Pseudo Node.
getNodeType() - Method in class com.ibm.xml.parser.DTD
Returns that this object is a DTD Node.
getNodeType() - Method in class com.ibm.xml.xpointer.RelTerm
Returns the node type to be selected by this relative term.
getNodeValue() - Method in class com.ibm.xml.parser.Child
This method is defined by DOM.
getNodeValue() - Method in class com.ibm.xml.parser.TXCharacterData
This method is defined by DOM.
getNodeValue() - Method in class com.ibm.xml.parser.TXPI
Returns the data of the PI.
getNodeValue() - Method in class com.ibm.xml.parser.TXAttribute
Returns the value of this attribute.
getNotation(String) - Method in class com.ibm.xml.parser.DTD
Return an Notation instance that matches the specified notationName in this DTD's internal and external subsets.
getNotationEnumeration() - Method in class com.ibm.xml.parser.DTD
Return an Enumeration instance of all notation declarations (TXNotation) in this DTD's internal and external subsets.
getNotationImpl() - Method in class com.ibm.xml.parser.TXNotation
Wrapper for DOM.
getNotationName() - Method in class com.ibm.xml.parser.EntityDecl
Returns the notation associated with this Entity.
getNotations() - Method in class com.ibm.xml.parser.DTD
Returns the NamedNodeMap which has the set of notations that were defined within this DTD's external and internal subset.
getNSLocalName() - Method in interface com.ibm.xml.parser.Namespace
Returns the local name of the Namespace.
getNSLocalName() - Method in class com.ibm.xml.parser.TXElement
Returns the local name of the Namespace.
getNSLocalName() - Method in class com.ibm.xml.parser.TXAttribute
Returns the local name of the Namespace.
getNSName() - Method in interface com.ibm.xml.parser.Namespace
Returns the Namespace URI.
getNSName() - Method in class com.ibm.xml.parser.TXElement
Returns the Namespace URI.
getNSName() - Method in class com.ibm.xml.parser.TXAttribute
Returns the Namespace URI.
getNthElementNamed(int, int, String, String) - Method in class com.ibm.xml.parser.TXElement
Returns the Nth TXElement match through the immediate child Element Nodes.
getNthElementNamed(int, String) - Method in class com.ibm.xml.parser.TXElement
Returns the Nth TXElement match through the immediate child Element Nodes.
getNthElementNamed(int, String, String) - Method in class com.ibm.xml.parser.TXElement
Returns the Nth TXElement match through the immediate child Element Nodes.
getNumberOfErrors() - Method in class com.ibm.xml.parser.Parser
Returns the number of errors and exceptions currently encountered by this parser.
getNumberOfWarnings() - Method in class com.ibm.xml.parser.Parser
Returns the number of warnings currently encountered by this parser.
getOtherTermsVector() - Method in class com.ibm.xml.xpointer.XPointer
Returns a Vector of Relterm, SpanTerm, AttrTerm, and StringTerm items which comprise the other terms of this XPointer.
getOwnerDocument() - Method in class com.ibm.xml.parser.Child
This method is defined by DOM.
getOwnerDocument() - Method in class com.ibm.xml.parser.TXDocument
Returns null.
getOwnerElement() - Method in class com.ibm.xml.parser.TXAttribute
Reuurns owner element node.
getParameter() - Method in class com.ibm.xml.xpointer.AbsTerm
Returns the argument to the keyword of this absolute term.
getParameterEntityEnumeration() - Method in class com.ibm.xml.parser.DTD
Returns an Enumeration of all parameter entities defined in this DTD's internal and external subsets.
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElement
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeDTD
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeText
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeCDATASection
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeComment
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePI
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeStylesheetPI
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeElementDecl
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttlist
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeAttDef
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeEntity
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeNotation
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreeGeneralReference
 
getParent() - Method in class com.ibm.xml.parser.util.TreeFactory.TreePseudoNode
 
getParentNode() - Method in class com.ibm.xml.parser.Child
Returns the parent of the given Node instance.
getParentNode() - Method in class com.ibm.xml.parser.TXAttribute
Returns null.
getParentWithoutReference() - Method in class com.ibm.xml.parser.Child
 
getPosition() - Method in class com.ibm.xml.xpointer.StringTerm
Returns the character offset from the start of the candidate string(s) to the beginning of the desired final string match.
getPreviousSibling() - Method in class com.ibm.xml.parser.Child
Returns the Node immediately preceding this Node in a breadth-first traversal of the tree.
getPreviousSibling() - Method in class com.ibm.xml.parser.TXAttribute
Returns null.
getPreviousWithoutReference() - Method in class com.ibm.xml.parser.Child
 
getPrintNonSpecifiedAttributes() - Method in class com.ibm.xml.parser.ToXMLStringVisitor
Returns whether this prints non-specified default attributes appended by DTD.
getPseudoContentModel() - Method in class com.ibm.xml.parser.ContentModel
Returns the pseudo content model being used in place of an actual content model.
getPubidLiteral() - Method in class com.ibm.xml.parser.ExternalID
Returns the public identifier of this external ID.
getPublicId() - Method in class com.ibm.xml.parser.EntityDecl
Returns the public identifier of the Notation.
getPublicId() - Method in class com.ibm.xml.parser.Stderr
Returns the current public id.
getPublicId() - Method in class com.ibm.xml.parser.TXNotation
Returns the public identifier of the Notation.
getReader() - Method in class com.ibm.xml.parser.Source
Returns the character-stream-oriented data source.
getReaderBufferSize() - Method in class com.ibm.xml.parser.Parser
This method is not supported. Returns the size of this parser's character-stream-oriented input source buffer.
getRight() - Method in class com.ibm.xml.parser.CM2op
Returns the content model node after the separator type.
getRootName() - Method in class com.ibm.xml.parser.TXDocument
Returns the name of this Document's root Element (not DTD).
getSpecified() - Method in class com.ibm.xml.parser.TXAttribute
Returns whether this attribute was explicitly given a value in the original document (=true), or was allowed to default according to the DTD specification.
getStandalone() - Method in class com.ibm.xml.parser.TXDocument
Returns if this Document is standalone.
getString() - Method in class com.ibm.xml.xpointer.StringTerm
Returns the candidate string to be found within the location source.
getSystemId() - Method in class com.ibm.xml.parser.EntityDecl
Returns the system identifier of the Notation.
getSystemId() - Method in class com.ibm.xml.parser.Stderr
Returns the current system id.
getSystemId() - Method in class com.ibm.xml.parser.TXNotation
Returns the system identifier of the Notation.
getSystemLiteral() - Method in class com.ibm.xml.parser.ExternalID
Returns the system identifier of this external ID.
getTagName() - Method in class com.ibm.xml.parser.TXElement
Returns this Element's name.
getTarget() - Method in class com.ibm.xml.parser.TXPI
This method is defined by DOM.
getText() - Method in class com.ibm.xml.parser.Child
Returns all text associated with this Node without considering entities.
getText() - Method in class com.ibm.xml.parser.Parent
Return all text associated with this Node and its children without considering entities.
getText() - Method in class com.ibm.xml.parser.TXDocument
Return all text associated with this Node and its children without considering entities.
getText() - Method in class com.ibm.xml.parser.TXComment
Return all text associated with this Node without considering entities.
getText() - Method in class com.ibm.xml.parser.TXPI
Return all text associated with this Node without considering entities.
getText() - Method in class com.ibm.xml.parser.TXText
Returns all text associated with this Node without considering entities.
getText() - Method in class com.ibm.xml.parser.PseudoNode
Returns all text associated with this Node without considering entities.
getTitle() - Method in class com.ibm.xml.parser.StylesheetPI
Returns the stylesheet title (the value of the title= attribute).
getType() - Method in class com.ibm.xml.parser.StylesheetPI
Returns the stylesheet type (the value of the type= attribute) which defines the stylesheet as xml:stylesheet, xml:alternate-stylesheet, or text/css.
getType() - Method in class com.ibm.xml.parser.CM2op
Returns the language primitive associated with this content model node.
getType() - Method in class com.ibm.xml.parser.TXAttribute
Returns the type of the attribute.
getType() - Method in class com.ibm.xml.parser.CM1op
Returns the language primitive associated with this content model node.
getType() - Method in class com.ibm.xml.xpointer.RelTerm
Returns the integer representing the keyword type of this relative term.
getType() - Method in class com.ibm.xml.xpointer.AbsTerm
Returns the integer representing the keyword type of this absolute term.
getType(int) - Method in class com.ibm.xml.parser.SAXDriver
Return the type of an attribute in the list according to the specified index i.
getType(String) - Method in class com.ibm.xml.parser.SAXDriver
Return the type of an attribute in the list according to the specified name.
getTypedValue() - Method in class com.ibm.xml.parser.TXAttribute
Returns the type values of the attribute.
getTypeName() - Method in class com.ibm.xml.xpointer.RelTerm
Returns the string keyword type of this relative term.
getTypeName() - Method in class com.ibm.xml.xpointer.AbsTerm
Returns the string keyword type of this absolute term.
getUniversalName() - Method in interface com.ibm.xml.parser.Namespace
Deprecated. See createExpandedName()
getUniversalName() - Method in class com.ibm.xml.parser.TXElement
Deprecated. Use createExpandedName().
getUniversalName() - Method in class com.ibm.xml.parser.TXAttribute
Deprecated. Use createExpandedName().
getUserData() - Method in class com.ibm.xml.parser.Child
Returns the user data associated to this child node.
getValue() - Method in class com.ibm.xml.parser.EntityDecl
Returns the value of this Entity.
getValue() - Method in class com.ibm.xml.parser.TXAttribute
Returns the value of this attribute.
getValue() - Method in class com.ibm.xml.xpointer.RelTermAttribute
Returns this attribute qualifier's value.
getValue(int) - Method in class com.ibm.xml.parser.SAXDriver
Return the value of an attribute in the list according to the specified index i.
getValue(String) - Method in class com.ibm.xml.parser.SAXDriver
Return the value of an attribute in the list according to the specified name.
getValueType() - Method in class com.ibm.xml.xpointer.RelTermAttribute
Returns this attribute qualifier's value type.
getVersion() - Method in class com.ibm.xml.parser.TXDocument
Returns the XML version of this Document from the XML prolog declaration (e.g.
getVisitor() - Method in class com.ibm.xml.parser.TreeTraversal
Returns the Visitor operation currently active in this tree traversal.
getXML4JContentModel() - Method in class com.ibm.xml.parser.ElementDecl
 

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