Xerces 3.1.1 API: E-Index
A B C D E F G H I J K L M N O P R S T U V W X _
E
Element - interface org.w3c.dom.Element .The Element
interface represents an element in an HTML or XML
document. ELEMENT_DEFINITION_NODE -
Static variable in class org.apache.xerces.dom.NodeImpl
Element definition node type.
ELEMENT_NODE -
Static variable in interface org.w3c.dom.Node
The node is an Element
.
element(QName) -
Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the scanning of an element name in a start element tag.
Deprecated. Element decl.
elementDecl(QName, int, int, XMLContentSpec.Provider) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an element declaration.
elementDecl(QName, int, int, XMLContentSpec.Provider) -
Method in class org.apache.xerces.parsers.DOMParser
<!ELEMENT Name contentspec>
elementDecl(QName, int, int, XMLContentSpec.Provider) -
Method in class org.apache.xerces.parsers.SAXParser
Report an element type declaration.
Report an element type declaration.
ElementDefinitionImpl - class org.apache.xerces.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 org.apache.xerces.dom.ElementDefinitionImpl
Factory constructor.
ElementImpl - class org.apache.xerces.dom.ElementImpl .Elements represent most of the "markup" and structure of the
document. ElementImpl() -
Constructor for class org.apache.xerces.dom.ElementImpl
ElementImpl(DocumentImpl, String) -
Constructor for class org.apache.xerces.dom.ElementImpl
Factory constructor.
ElementNSImpl - class org.apache.xerces.dom.ElementNSImpl .ElementNSImpl inherits from ElementImpl and adds namespace support. ElementNSImpl(DocumentImpl, String) -
Constructor for class org.apache.xerces.dom.ElementNSImpl
ElementNSImpl(DocumentImpl, String, String) -
Constructor for class org.apache.xerces.dom.ElementNSImpl
DOM2: Constructor for Namespace implementation.
elements -
Variable in class org.apache.xerces.dom.DocumentTypeImpl
Elements.
enableNS -
Variable in class org.apache.xerces.dom.DeepNodeListImpl
The default encoding for Web documents it UTF-8.
END_TO_END -
Static variable in interface org.w3c.dom.range.Range
END_TO_START -
Static variable in interface org.w3c.dom.range.Range
endAttrList() -
Method in class org.apache.xerces.framework.XMLAttrList
Terminate the current set of attributes.
endCDATA() -
Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for end of CDATA section.
endCDATA() -
Method in class org.apache.xerces.parsers.DOMParser
End CDATA section.
endCDATA() -
Method in class org.apache.xerces.parsers.SAXParser
End CDATA section.
Report the end of a CDATA section.
endDocument() -
Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for the end of document.
endDocument() -
Method in class org.apache.xerces.parsers.DOMParser
End document.
endDocument() -
Method in class org.apache.xerces.parsers.SAXParser
End document.
Called at the end of the document to wrap it up.
endDocument() -
Method in class org.apache.html.dom.HTMLBuilder
Receive notification of the end of a document.
Deprecated. Receive notification of the end of the document.
Deprecated. Receive notification of the end of a document.
End document event.
Filter an end document event.
Receive notification of the end of the document.
Adapt a SAX1 end document event.
Deprecated. End document.
endDTD() -
Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for the end of the DTD
This function will be called at the end of the DTD.
endDTD() -
Method in class org.apache.xerces.parsers.DOMParser
This function will be called at the end of the DTD.
endDTD() -
Method in class org.apache.xerces.parsers.SAXParser
This function will be called at the end of the DTD.
Report the end of DTD declarations.
Deprecated. End element.
endElement(QName) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for end of element.
endElement(QName) -
Method in class org.apache.xerces.parsers.DOMParser
End element.
endElement(QName) -
Method in class org.apache.xerces.parsers.SAXParser
End element.
endElement(String) -
Method in class org.apache.html.dom.HTMLBuilder
Deprecated. Receive notification of the end of an element.
Deprecated. Receive notification of the end of an element.
Adapt a SAX1 end element event.
Receive notification of the end of an element.
Adapt a SAX2 end element event.
Filter an end element event.
Receive notification of the end of an element.
Report the end of an entity.
endEntityDecl() -
Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
End the scope of an entity declaration.
Deprecated. End entity reference.
endEntityReference(int, int, int) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for end of entity reference.
endEntityReference(int, int, int) -
Method in class org.apache.xerces.parsers.DOMParser
End entity reference.
endEntityReference(int, int, int) -
Method in class org.apache.xerces.parsers.SAXParser
End entity reference.
endEnumeration(int) -
Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Finish processing an enumeration
Deprecated. This function will be called at the end of the "external subset" of a
doctype declaration.
Deprecated. This function will be called at the end of the "internal subset" of a
doctype declaration.
endNamespaceDeclScope(int) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler
callback for the end a namespace declaration scope.
endNamespaceDeclScope(int) -
Method in class org.apache.xerces.parsers.DOMParser
Report the end of the scope of a namespace declaration.
endNamespaceDeclScope(int) -
Method in class org.apache.xerces.parsers.SAXParser
Report the end of the scope of a namespace declaration.
endOfInput(int, boolean) -
Method in class org.apache.xerces.framework.XMLDTDScanner
Handle the end of input
endOfInput(int, boolean) -
Method in class org.apache.xerces.framework.XMLDocumentScanner
Handle the end of input
End the scope of a prefix-URI mapping.
Adapt a SAX2 end prefix mapping event.
Filter an end Namespace prefix mapping event.
Receive notification of the end of a Namespace mapping.
ensureCapacity(int, int) -
Method in class org.apache.xerces.dom.DeferredDocumentImpl
Ensures that the internal tables are large enough.
Called by any of the DTD handlers to enter DTD mode.
Enter a new element state for the specified element.
entities -
Variable in class org.apache.xerces.dom.DocumentTypeImpl
Entities.
Entity - interface org.w3c.dom.Entity .This interface represents an entity, either parsed or unparsed, in an XML
document. ENTITY_NODE -
Static variable in interface org.w3c.dom.Node
The node is an Entity
.
ENTITY_REFERENCE_NODE -
Static variable in interface org.w3c.dom.Node
The node is an EntityReference
.
EntityImpl - class org.apache.xerces.dom.EntityImpl .Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed. EntityImpl(DocumentImpl, String) -
Constructor for class org.apache.xerces.dom.EntityImpl
Factory constructor.
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 org.apache.xerces.dom.EntityReferenceImpl .EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM. EntityReferenceImpl(DocumentImpl, String) -
Constructor for class org.apache.xerces.dom.EntityReferenceImpl
Factory constructor.
Method in class org.apache.xerces.framework.XMLContentSpec
Returns true if the two objects are equal.
Deprecated. Receive notification of a recoverable parser error.
Receive notification of a recoverable error.
Filter an error event.
Receive notification of a recoverable parser error.
errorChecking -
Variable in class org.apache.xerces.dom.DocumentImpl
Bypass error checking.
Static variable in interface org.apache.xerces.framework.XMLErrorReporter
Fatal error type.
ERRORTYPE_RECOVERABLE_ERROR -
Static variable in interface org.apache.xerces.framework.XMLErrorReporter
Error type.
ERRORTYPE_WARNING -
Static variable in interface org.apache.xerces.framework.XMLErrorReporter
Warning type.
Event - interface org.w3c.dom.events.Event .The Event
interface is used to provide contextual information
about an event to the handler processing the event. EventException - exception org.w3c.dom.events.EventException .Event operations may throw an EventException
as specified in
their method descriptions. EventException(short, String) -
Constructor for class org.w3c.dom.events.EventException
EventImpl - class org.apache.xerces.dom.events.EventImpl .EventImpl is an implementation of the basic "generic" DOM Level 2 Event
object. EventImpl() -
Constructor for class org.apache.xerces.dom.events.EventImpl
EventListener - interface org.w3c.dom.events.EventListener .The EventListener
interface is the primary method for
handling events. eventListeners -
Variable in class org.apache.xerces.dom.DocumentImpl
Table for event listeners registered to this document nodes.
eventPhase -
Variable in class org.apache.xerces.dom.events.EventImpl
EventTarget - interface org.w3c.dom.events.EventTarget .The EventTarget
interface is implemented by all
Nodes
in an implementation which supports the DOM Event
Deprecated. External entity decl.
externalEntityDecl(int, int, int) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for external general entity declaration.
externalEntityDecl(int, int, int) -
Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY Name ExternalID> (external)
externalEntityDecl(int, int, int) -
Method in class org.apache.xerces.parsers.SAXParser
Report a parsed external general entity declaration.
Report a parsed external entity declaration.
externalPEDecl(int, int, int) -
Method in interface org.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an external parameter entity declaration.
externalPEDecl(int, int, int) -
Method in class org.apache.xerces.parsers.DOMParser
<!ENTITY % Name ExternalID> (external)
externalPEDecl(int, int, int) -
Method in class org.apache.xerces.parsers.SAXParser
Report a parsed external parameter entity declaration.
extractContents() -
Method in class org.apache.xerces.dom.RangeImpl
extractContents() -
Method in interface org.w3c.dom.range.Range
Moves the contents of a range from the containing document or document
fragment to a new DocumentFragment.
A B C D E F G H I J K L M N O P R S T U V W X _