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

E

ELEMENT_DECL - Static variable in class com.ibm.xml.parser.Child
 
elementAt(int) - Method in class com.ibm.xml.parser.AttDef
Returns the token at the specified index in the list of tokens that can be used as values for this enumerated attribute type; the returned token has no meaning for other attribute types.
elementAt(int) - Method in class com.ibm.xml.parser.Attlist
Returns the attribute definition at the specified index in this attribute list
ElementDecl - class com.ibm.xml.parser.ElementDecl.
Element declarations in the DTD determine the possible structure of the XML document.
ElementDecl(String, ContentModel) - Constructor for class com.ibm.xml.parser.ElementDecl
Constructor.
ElementHandler - interface com.ibm.xml.parser.ElementHandler.
An interface for receiving control when pre-registered element tag names are recognized by the XML4J parser.
elements() - Method in class com.ibm.xml.parser.AttDef
Returns a list of all tokens that can be used as values for this enumerated attribute type; the returned value has no meaning for other attribute types.
elements() - Method in class com.ibm.xml.parser.Parent
Return an Enumeration instance of all children of this Node.
elements() - Method in class com.ibm.xml.parser.Attlist
Returns an enumeration of all attribute definitions in this attribute list.
EMPTY - Static variable in class com.ibm.xml.parser.ElementDecl
 
encoding - Variable in class com.ibm.xml.parser.ToXMLStringVisitor
 
endReference(String) - Method in interface com.ibm.xml.parser.ReferenceHandler
Interface to be implemented for receiving control after all entity streams for a General Reference have been parsed.
EndTraversalException - exception com.ibm.xml.parser.EndTraversalException.
XML4J tree traversal exception which signals from a Visitor to the tree traversal algorithm that all further traversal should be ended because the visit on the document object hierarchy has been successfully completed.
EndTraversalException() - Constructor for class com.ibm.xml.parser.EndTraversalException
Constructor for exception with no detail message.
EndTraversalException(String) - Constructor for class com.ibm.xml.parser.EndTraversalException
Constructor for exception with detail message.
ENTITIES - Static variable in class com.ibm.xml.parser.AttDef
 
ENTITY - Static variable in class com.ibm.xml.parser.AttDef
 
EntityDecl - class com.ibm.xml.parser.EntityDecl.
The EntityDecl class represents entity declrations.
EntityDecl(String, ExternalID, boolean, String) - Constructor for class com.ibm.xml.parser.EntityDecl
Constructor for external Entities.
EntityDecl(String, String, boolean) - Constructor for class com.ibm.xml.parser.EntityDecl
Constructor for internal Entities.
EntityPool - class com.ibm.xml.parser.EntityPool.
 
EntityPool() - Constructor for class com.ibm.xml.parser.EntityPool
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.Child
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.AttDef
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.EntityDecl
Compare two EntityDecl nodes.
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXDocumentFragment
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXDocument
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXComment
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXPI
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.ElementDecl
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.Attlist
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXNotation
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXElement
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXAttribute
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXText
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.TXCDATASection
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.GeneralReference
This method is defined by DOM.
equals(Node, boolean) - Method in class com.ibm.xml.parser.PseudoNode
 
equals(Node, boolean) - Method in class com.ibm.xml.parser.DTD
 
equals(Object) - Method in class com.ibm.xml.parser.ExternalID
 
equals(Object) - Method in class com.ibm.xml.parser.CM2op
 
equals(Object) - Method in class com.ibm.xml.parser.CMLeaf
 
equals(Object) - Method in class com.ibm.xml.parser.ContentModel
 
equals(Object) - Method in class com.ibm.xml.parser.TXAttribute
Returns whether the specified object matches this attribute Node.
equals(Object) - Method in class com.ibm.xml.parser.CM1op
 
equals(Object) - Method in class com.ibm.xml.xpointer.Pointed.Item
Returns whether object indicates the same location as this item.
error(String, int, int, Object, String) - Method in interface com.ibm.xml.parser.ErrorListener
Interface to be implemented in order to receive control when error and warning events are recognized by the parser.
error(String, int, int, Object, String) - Method in class com.ibm.xml.parser.SAXDriver
This method is for XML4J-internal use and should not be called by SAX applications.
error(String, int, int, Object, String) - Method in class com.ibm.xml.parser.Stderr
Listen for XML4J parser errors, and reports these errors through the standard error stream (System.err).
ErrorListener - interface com.ibm.xml.parser.ErrorListener.
An interface for handling error and warning events that are recognized by the XML4J parser.
expandedNameSeparator - Variable in class com.ibm.xml.parser.TXDocument
 
expandEntityReferences() - Method in class com.ibm.xml.parser.Parent
 
externalElements() - Method in class com.ibm.xml.parser.DTD
Returns an Enumeration instance of all external subset children of this DTD.
ExternalID - class com.ibm.xml.parser.ExternalID.
The ExternalID class provides support for external XML entities.
ExternalID(String) - Constructor for class com.ibm.xml.parser.ExternalID
Constructor for system IDs.
ExternalID(String, String) - Constructor for class com.ibm.xml.parser.ExternalID
Constructor for public and system IDs.

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