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

E

Element - interface org.w3c.dom.Element.
By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes.
ELEMENT_DECL - Static variable in class com.ibm.xml.parser.Child
 
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
 
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
 
endDocument() - Method in class org.xml.sax.HandlerBase
Receive notification of the end of the document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Receive notification of the end of a document.
endElement(String) - Method in class org.xml.sax.HandlerBase
Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Receive notification of the end of an element.
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 - interface org.w3c.dom.Entity.
This interface represents an entity, either parsed or unparsed, in an XML document.
ENTITY - Static variable in class com.ibm.xml.parser.AttDef
 
ENTITY_NODE - Static variable in interface org.w3c.dom.Node
 
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
 
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.
EntityReference - interface org.w3c.dom.EntityReference.
EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
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(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Receive notification of a recoverable parser error.
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).
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
ErrorListener - interface com.ibm.xml.parser.ErrorListener.
An interface for handling error and warning events that are recognized by the XML4J parser.
exactMatch(String) - Method in class com.ibm.xml.omake.Regexp
 
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 Parser for Java 1.1.16
A B C D E F G H I L M N O P Q R S T U V W X