Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS
A B C D E F G H I L M N O P Q R S T U V W X

A

AND. Static variable in interface org.w3c.dom.ModelGroup
ANY. Static variable in interface org.w3c.dom.ElementDefinition
ATTDEF. Static variable in class com.ibm.xml.parser.Child
ATTLIST. Static variable in class com.ibm.xml.parser.Child
ATTRIBUTE. Static variable in interface org.w3c.dom.Node
ATTRIBUTE. Static variable in interface org.w3c.dom.QueryTerm
AbsTerm class com.ibm.xml.xpointer.AbsTerm.
The AbsTerm class provides support for absolute location terms in XPointers.
AbsTerm(int, String). Constructor for class com.ibm.xml.xpointer.AbsTerm
Constructor for id(Name) and html(nameValue).
AbsTerm(int). Constructor for class com.ibm.xml.xpointer.AbsTerm
Constructor for root() and origin().
AttDef class com.ibm.xml.parser.AttDef.

The AttDef class implements the AttributeDefinition interface as defined by the Document Object Model (DOM).

AttDef(String). Constructor for class com.ibm.xml.parser.AttDef
Constructor.
Attlist class com.ibm.xml.parser.Attlist.
The Attlist class provides services in support of DTD attribute list declarations.
Attlist(String). Constructor for class com.ibm.xml.parser.Attlist
Constructor.
AttrTerm class com.ibm.xml.xpointer.AttrTerm.
The AttrTerm class provides support for attribute location terms in XPointers.
AttrTerm(String). Constructor for class com.ibm.xml.xpointer.AttrTerm
Constructor.
Attribute interface org.w3c.dom.Attribute.
AttributeDefinition interface org.w3c.dom.AttributeDefinition.
AttributeList interface org.w3c.dom.AttributeList.
AttributeList interface org.xml.sax.AttributeList.
Interface for an element's attribute specifications.
AttributeListImpl class org.xml.sax.helpers.AttributeListImpl.
Convenience implementation for AttributeList.
AttributeListImpl(). Constructor for class org.xml.sax.helpers.AttributeListImpl
Create an empty attribute list.
AttributeListImpl(AttributeList). Constructor for class org.xml.sax.helpers.AttributeListImpl
Construct a persistent copy of an existing attribute list.
acceptPost(Visitor). Method in class com.ibm.xml.parser.AttDef
Implements the accept operation of the visitor design pattern when the end of an AttDef Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXDocument
Implements the accept operation of the visitor design pattern when the end of a TXDocument Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXComment
Implements the accept operation of the visitor design pattern when the end of a TXComment Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXPI
Implements the accept operation of the visitor design pattern when the end of a TXPI Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in interface com.ibm.xml.parser.Visitee
Interface to be implemented which defines the accept operation of the visitor design pattern when the end of a Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.ElementDecl
Implements the accept operation of the visitor design pattern when the end of an ElementDecl Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.Attlist
Implements the accept operation of the visitor design pattern when the end of an Attlist Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXNotation
Implements the accept operation of the visitor design pattern when the end of a TXNotation Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXElement
Implements the accept operation of the visitor design pattern when the end of a TXElement Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.Entity
Implements the accept operation of the visitor design pattern when the end of an Entity Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXAttribute
Implements the accept operation of the visitor design pattern when the end of a TXAttribute Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.TXText
Implements the accept operation of the visitor design pattern when the end of a TXText Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.GeneralReference
Implements the accept operation of the visitor design pattern when the end of a General Reference Node is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.PseudoNode
Implements the accept operation of the visitor design pattern when the end of a PseudoNode is recognized when traversing the document object tree.
acceptPost(Visitor). Method in class com.ibm.xml.parser.DTD
Implements the accept operation of the visitor design pattern when the end of a DTD Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.AttDef
Implements the accept operation of the visitor design pattern when the start of an AttDef Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXDocument
Implements the accept operation of the visitor design pattern when the start of a TXDocument Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXComment
Implements the accept operation of the visitor design pattern when the start of a TXComment Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXPI
Implements the accept operation of the visitor design pattern when the start of a TXPI Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in interface com.ibm.xml.parser.Visitee
Interface to be implemented which defines the accept operation of the visitor design pattern when the start of a Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.ElementDecl
Implements the accept operation of the visitor design pattern when the start of an ElementDecl Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.Attlist
Implements the accept operation of the visitor design pattern when the start of an Attlist Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXNotation
Implements the accept operation of the visitor design pattern when the start of a TXNotation Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXElement
Implements the accept operation of the visitor design pattern when the start of a TXElement Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.Entity
Implements the accept operation of the visitor design pattern when the start of an Entity Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXAttribute
Implements the accept operation of the visitor design pattern when the start of a TXAttribute Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.TXText
Implements the accept operation of the visitor design pattern when the start of a TXText Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.GeneralReference
Implements the accept operation of the visitor design pattern when the start of a General Reference Node is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.PseudoNode
Implements the accept operation of the visitor design pattern when the start of a PseudoNode is recognized when traversing the document object tree.
acceptPre(Visitor). Method in class com.ibm.xml.parser.DTD
Implements the accept operation of the visitor design pattern when the start of a DTD Node is recognized when traversing the document object tree.
add(Node, String, int, int). Method in class com.ibm.xml.xpointer.Pointed
Add that a string in a Node is being pointed to by an XPointer.
add(Node). Method in class com.ibm.xml.xpointer.Pointed
Add that a Node is being pointed to by an XPointer.
add(String). Method in class com.ibm.xml.xpointer.Pointed
Add that a string is being pointed to by an XPointer.
addAttribute(String, String, String). Method in class org.xml.sax.helpers.AttributeListImpl
Add an attribute to an attribute list.
addElement(String). Method in class com.ibm.xml.parser.AttDef
Adds the specified token to the end of the list of tokens that can be used as values for this enumerated attribute type; the specified token has no meaning for other attribute types.
addElement(Child). Method in class com.ibm.xml.parser.Parent
Inserts the specified Node as the last Child in this Node's list of children.
addElement(AttDef). Method in class com.ibm.xml.parser.Attlist
Adds the specified attribute definition to the end of this attribute list .
addElement(Child). Method in class com.ibm.xml.parser.DTD
Inserts the specified newChild as the last Child in this DTD subset; the newChild is added to the internal or external DTD subset depending on the value of parsingExternal.
addElementHandler(ElementHandler). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when ANY element tag is recognized by this parser.
addElementHandler(ElementHandler, String). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when the specified elementTagName element tag is recognized by this parser.
addNamespace(NamespacePI). Method in class com.ibm.xml.parser.TXDocument
Records the presence of a NamespacePI instance for this Document.
addNoRequiredAttributeHandler(NoRequiredAttributeHandler). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when a "no required attribute" event is recognized by this parser.
addPIHandler(PIHandler). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control when PIs are recognized by this parser.
addPreRootHandler(PreRootHandler). Method in class com.ibm.xml.parser.Parser
Register a handler for receiving control from this parser after the internal and/or external DTD subsets are parsed, but before the document's root Element is parsed.
addTextElement(TXText). Method in class com.ibm.xml.parser.TXElement
Adds the specified text Node to the end of this Element.
append(String). Method in class com.ibm.xml.parser.TXText
Append data to the end of the character data in this Text Node.
append(String). Method in interface org.w3c.dom.Text
appendOtherTerm(OtherTerm). Method in class com.ibm.xml.xpointer.XPointer
Appends the specified otherTerm to the end of the other terms for this XPointer.
atEnd(). Method in interface org.w3c.dom.NodeEnumerator
atFirst(). Method in interface org.w3c.dom.NodeIterator
atLast(). Method in interface org.w3c.dom.NodeIterator
atStart(). Method in interface org.w3c.dom.NodeEnumerator
attributeElements(). Method in class com.ibm.xml.parser.TXElement
Returns an enumeration of TXAttribute of the Attributes of this Element.

A B C D E F G H I L M N O P Q R S T U V W X
Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS