Xerces 1.0.0
A B C D E F G H I K L M N O P R S T U V W X

E

element - Variable in class org.apache.xerces.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 org.apache.xerces.dom.NodeImpl
Element definition node type.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
 
elementDecl(int, XMLValidator.ContentSpec) - Method in class org.apache.xerces.parsers.DOMParser
<!ELEMENT Name contentspec>
elementDecl(int, XMLValidator.ContentSpec) - Method in class org.apache.xerces.parsers.SAXParser
Report an element type declaration.
elementDecl(int, XMLValidator.ContentSpec) - Method in class org.apache.xerces.framework.XMLParser
callback for an element 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(DocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementImpl
Factory constructor.
ElementImpl(DocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ElementImpl
DOM2: Constructor for Namespace implementation.
elements - Variable in class org.apache.xerces.dom.DocumentTypeImpl
Elements.
enableNamespace - Variable in class org.apache.xerces.dom.ElementImpl
DOM2: support.
enableNS - Variable in class org.apache.xerces.dom.DeepNodeListImpl
 
endAttrList() - Method in class org.apache.xerces.framework.XMLAttrList
Terminate the current set of attributes.
endCDATA() - Method in class org.apache.xerces.parsers.DOMParser
End CDATA section.
endCDATA() - Method in class org.apache.xerces.parsers.SAXParser
End CDATA section.
endCDATA() - Method in class org.apache.xerces.framework.XMLParser
callback for end of CDATA section.
endCDATA() - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the end of a CDATA section
endDocument() - Method in class org.apache.xerces.parsers.DOMParser
End document.
endDocument() - Method in class org.apache.xerces.parsers.SAXParser
End document.
endDocument() - Method in class org.apache.xerces.framework.XMLParser
callback for the end of document.
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.
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.
endDTD() - Method in class org.apache.xerces.framework.XMLParser
callback for the end of the DTD This function will be called at the end of the DTD.
endElement(int) - Method in class org.apache.xerces.parsers.DOMParser
End element.
endElement(int) - Method in class org.apache.xerces.parsers.SAXParser
End element.
endElement(int) - Method in class org.apache.xerces.framework.XMLParser
callback for end of element.
endElement(int) - Method in interface org.apache.xerces.framework.XMLValidator
a callback for the end tag of an element
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.
endEntityDecl() - Method in class org.apache.xerces.framework.XMLParser
end an entity declaration
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.
endEntityReference(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for end of entity reference.
endEnumeration(int) - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
Finish processing an enumeration
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.
endNamespaceDeclScope(int) - Method in class org.apache.xerces.framework.XMLParser
callback for the end a namespace declaration scope.
endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDocumentScanner
Handle the end of input
endOfInput(int, boolean) - Method in class org.apache.xerces.framework.XMLDTDScanner
Handle the end of input
ensureCapacity(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Ensures that the internal tables are large enough.
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
 
ENTITY_REFERENCE_NODE - Static variable in interface org.w3c.dom.Node
 
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.
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
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.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
ERRORTYPE_FATAL_ERROR - 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.apache.xerces.domx.events.Event.
The Event interface is used to provide contextual information about an event to the handler processing the event.
EventListener - interface org.apache.xerces.domx.events.EventListener.
 
EventTarget - interface org.apache.xerces.domx.events.EventTarget.
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
expandSystemId(String) - Method in class org.apache.xerces.framework.XMLParser
Expands a system id and returns the system id as a URL, if it can be expanded.
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.
externalEntityDecl(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for external general 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.
externalPEDecl(int, int, int) - Method in class org.apache.xerces.framework.XMLParser
callback for an external parameter entity declaration.
externalReferenceInContent(int) - Method in interface org.apache.xerces.framework.XMLValidator
return true if entityIndex's entity is external, and it satisfies the requirements for an external entity reference within content

Xerces 1.0.0
A B C D E F G H I K L M N O P R S T U V W X