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

E

E_CharDataFlag - Static variable in class com.ibm.xml.framework.XMLReader
 
E_EncNameFlag - Static variable in class com.ibm.xml.framework.XMLReader
 
E_InitialNameCharFlag - Static variable in class com.ibm.xml.framework.XMLReader
 
E_NameCharFlag - Static variable in class com.ibm.xml.framework.XMLReader
 
E_PubidCharFlag - Static variable in class com.ibm.xml.framework.XMLReader
 
E_VersionNumFlag - Static variable in class com.ibm.xml.framework.XMLReader
 
element - Variable in class com.ibm.xml.dom.NamedNodeMapImpl
Element.
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_DEFINITION_NODE - Static variable in class com.ibm.xml.dom.NodeImpl
Element definition node type.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
 
ElementDecl - class com.ibm.xml.framework.ElementDecl.
Parameter object for the ElementDeclPool.addElementDecl() method
ElementDecl() - Constructor for class com.ibm.xml.framework.ElementDecl
 
elementDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Build the TX-style CMNodes and ElementDecl and attatch to the fDocumentType (DTD)
elementDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
<!ELEMENT Name contentspec>
elementDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
Element decl.
elementDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
elementDecl(int) - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
 
ElementDeclPool - interface com.ibm.xml.framework.ElementDeclPool.
 
ElementDefinitionImpl - class com.ibm.xml.dom.ElementDefinitionImpl.
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
ElementDefinitionImpl(DocumentImpl, String) - Constructor for class com.ibm.xml.dom.ElementDefinitionImpl
Factory constructor.
elementDepth - Variable in class com.ibm.xml.framework.ScanContentState
 
ElementImpl - class com.ibm.xml.dom.ElementImpl.
Elements represent most of the "markup" and structure of the document.
ElementImpl(DocumentImpl, String) - Constructor for class com.ibm.xml.dom.ElementImpl
Factory constructor.
elementName - Variable in class com.ibm.xml.framework.ElementDecl
 
elements - Variable in class com.ibm.xml.dom.DocumentTypeImpl
Elements.
endDocument() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
endDocument() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
End document.
endDocument() - Method in class com.ibm.xml.parsers.SAXParser
End document.
endDocument() - Method in class com.ibm.xml.parsers.NonValidatingParser
 
endDocument() - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
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(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
endElement(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
End element.
endElement(int) - Method in class com.ibm.xml.parsers.SAXParser
End element.
endElement(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
endElement(int) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
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.
endEntityReference(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
 
endEntityReference(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
End entity reference.
endEntityReference(int) - Method in class com.ibm.xml.parsers.SAXParser
End entity reference.
endEntityReference(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
endEntityReference(int) - Method in interface com.ibm.xml.framework.XMLDocumentHandler
 
endExternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
This function will be called at the end of the "external subset" of a doctype declaration.
endExternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
This function will be called at the end of the "external subset" of a doctype declaration.
endExternalSubset() - Method in class com.ibm.xml.parsers.SAXParser
This function will be called at the end of the "external subset" of a doctype declaration.
endExternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingParser
This function will be called at the end of the "external subset" of a doctype declaration.
endExternalSubset() - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
This function will be called at the end of the "external subset" of a doctype declaration.
endInputSource(InputSource) - Method in interface com.ibm.xml.framework.XMLEntityHandler
End of an input source.
endInternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
This function will be called at the end of the "internal subset" of a doctype declaration.
endInternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
This function will be called at the end of the "internal subset" of a doctype declaration.
endInternalSubset() - Method in class com.ibm.xml.parsers.SAXParser
This function will be called at the end of the "internal subset" of a doctype declaration.
endInternalSubset() - Method in class com.ibm.xml.parsers.NonValidatingParser
This function will be called at the end of the "internal subset" of a doctype declaration.
endInternalSubset() - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
This function will be called at the end of the "internal subset" of a doctype declaration.
ensureCapacity(int, int) - Method in class com.ibm.xml.dom.DeferredDocumentImpl
Ensures that the internal tables are large enough.
entities - Variable in class com.ibm.xml.dom.DocumentTypeImpl
Entities.
ENTITIES - Static variable in class com.ibm.xml.framework.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.framework.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.framework.EntityDecl.
Parameter object for the EntityPool.addEntityDecl() method
EntityDecl() - Constructor for class com.ibm.xml.framework.EntityDecl
 
EntityImpl - class com.ibm.xml.dom.EntityImpl.
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
EntityImpl(DocumentImpl, String) - Constructor for class com.ibm.xml.dom.EntityImpl
Factory constructor.
entityName - Variable in class com.ibm.xml.framework.EntityDecl
 
EntityPool - interface com.ibm.xml.framework.EntityPool.
 
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.
EntityReferenceImpl - class com.ibm.xml.dom.EntityReferenceImpl.
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
EntityReferenceImpl(DocumentImpl, String) - Constructor for class com.ibm.xml.dom.EntityReferenceImpl
Factory constructor.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
entityValue - Variable in class com.ibm.xml.framework.EntityDecl
 
enumeration - Variable in class com.ibm.xml.framework.AttDef
 
ENUMERATION - Static variable in class com.ibm.xml.framework.AttDef
 
equalsString(int, int, String, int) - Method in interface com.ibm.xml.framework.StringProducer
 
equalsString(int, int, String, int) - Method in class com.ibm.xml.framework.ChunkyCharArray.CharArrayChunk
 
error(int) - Method in class com.ibm.xml.framework.XMLParser
 
error(int) - Method in interface com.ibm.xml.framework.XMLErrorHandler
Report an error.
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.
error1(int, int) - Method in class com.ibm.xml.framework.XMLParser
 
error1(int, int) - Method in interface com.ibm.xml.framework.XMLErrorHandler
Report an error with one parameter string.
error2(int, int, int) - Method in class com.ibm.xml.framework.XMLParser
 
error2(int, int, int) - Method in interface com.ibm.xml.framework.XMLErrorHandler
Report an error with two parameter strings.
error3(int, int, int, int) - Method in class com.ibm.xml.framework.XMLParser
 
error3(int, int, int, int) - Method in interface com.ibm.xml.framework.XMLErrorHandler
Report an error with three parameter strings.
error4(int, int, int, int, int) - Method in class com.ibm.xml.framework.XMLParser
 
error4(int, int, int, int, int) - Method in interface com.ibm.xml.framework.XMLErrorHandler
Report an error with four parameter strings.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
errorHandlingEnabled() - Method in class com.ibm.xml.framework.XMLParser
 
expandSystemId(int) - Method in interface com.ibm.xml.framework.XMLEntityHandler
Fully expands a given system identified.
externalEntityDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingTXDOMParser
Append an external EntityDecl as a Child to the DTD.
externalEntityDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingDOMParser
<!ENTITY Name ExternalID> (external)
externalEntityDecl(int) - Method in class com.ibm.xml.parsers.SAXParser
External entity decl.
externalEntityDecl(int) - Method in class com.ibm.xml.parsers.NonValidatingParser
 
externalEntityDecl(int) - Method in interface com.ibm.xml.framework.XMLDocumentTypeHandler
 
extParsedEnt - Variable in class com.ibm.xml.framework.ScanContentState
 

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