Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U 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
 
elementDecl(String, String) - Method in class org.apache.xerces.parsers.DTDParser
An element declaration.
elementDecl(String, String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
An element declaration.
elementDecl(String, String) - Method in class org.apache.xerces.parsers.SAXParser
elementDecl
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
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
 
END_TO_END - Static variable in interface org.w3c.dom.range.Range
 
END_TO_START - Static variable in interface org.w3c.dom.range.Range
 
endAttlist() - Method in class org.apache.xerces.parsers.DTDParser
The end of an attribute list.
endAttlist() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of an attribute list.
endAttlist() - Method in class org.apache.xerces.parsers.SAXParser
endAttlist
endCDATA() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of a CDATA section.
endCDATA() - Method in class org.apache.xerces.parsers.DOMParser
The end of a CDATA section.
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endConditional() - Method in class org.apache.xerces.parsers.DTDParser
The end of a conditional section.
endConditional() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of a conditional section.
endConditional() - Method in class org.apache.xerces.parsers.SAXParser
endConditional
endContentModel() - Method in class org.apache.xerces.parsers.DTDParser
The end of a content model.
endContentModel() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of a content model.
endDocument() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of the document.
endDocument() - Method in class org.apache.xerces.parsers.SAXParser
 
endDocument() - Method in class org.apache.xerces.parsers.DOMParser
The end of the document.
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of the document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDTD() - Method in class org.apache.xerces.parsers.DTDParser
The end of the DTD.
endDTD() - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of the DTD.
endDTD() - Method in class org.apache.xerces.parsers.SAXParser
endDTD
endDTD() - Method in class org.apache.xerces.parsers.DOMParser
The end of the DTD.
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endElement(QName) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of an element.
endElement(QName) - Method in class org.apache.xerces.parsers.SAXParser
 
endElement(QName) - Method in class org.apache.xerces.parsers.DOMParser
The end of an element.
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end element event.
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.xerces.parsers.DTDParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
This method notifies the end of an entity.
endEntity(String) - Method in class org.apache.xerces.parsers.DOMParser
This method notifies the end of an entity.
endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endExternalSubset() - Method in class org.apache.xerces.parsers.DTDParser
The end of the external subset.
endExternalSubset() - Method in class org.apache.xerces.parsers.SAXParser
endExternalSubset
endPrefixMapping(String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in class org.apache.xerces.parsers.DOMParser
The end of a namespace prefix mapping.
endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
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
Deprecated. Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
errorChecking - Variable in class org.apache.xerces.dom.DocumentImpl
Bypass error checking.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
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.
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 Model.
externalEntityDecl(String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
An external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.apache.xerces.parsers.XMLDocumentParser
An external entity declaration.
externalEntityDecl(String, String, String) - Method in class org.apache.xerces.parsers.SAXParser
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report a parsed external 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.

Xerces 2.0.0.alpha
A B C D E F G H I J K L M N O P R S T U W X