Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

E

eacute - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity eacute (é).
Eacute - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Eacute (É).
ecirc - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ecirc (ê).
Ecirc - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Ecirc (Ê).
egrave - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity egrave (è).
Egrave - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Egrave (È).
Element - interface org.w3c.dom.Element.
The Element interface represents an element in an HTML or XML document.
ELEMENT_NODE - Static variable in interface org.w3c.dom.Node
 
element(QName) - Method in interface org.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the scanning of an element name in a start element tag.
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.
elementDecl(String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an element type declaration.
empty - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity empty (?).
emsp - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity emsp (?).
Encoding - class org.enhydra.xml.io.Encoding.
Do mapping between Java and XML encodings.
Encoding - Static variable in class org.apache.xml.serialize.OutputFormat.Defaults
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.
endCDATA() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
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.
endDocument() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Called at the end of the document to wrap it up.
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.XMLReaderAdapter
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.DefaultHandler
Receive notification of the end of the document.
endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 end document event.
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.
endDTD() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
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.xml.serialize.XMLSerializer
 
endElement(String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElement(String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
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 class org.apache.xml.serialize.XMLSerializer
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.TextSerializer
 
endElement(String, String, String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
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.XMLReaderAdapter
Adapt a SAX2 end element event.
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.DefaultHandler
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endEntityDecl() - Method in interface org.apache.xerces.framework.XMLDTDScanner.EventHandler
End the scope of an entity declaration.
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
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.
endNonEscaping() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
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
endPrefixMapping(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
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.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
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.DefaultHandler
Receive notification of the end of a Namespace mapping.
endPreserving() - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
ensp - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ensp (?).
enterDTD() - Method in class org.apache.xml.serialize.Printer
Called by any of the DTD handlers to enter DTD mode.
enterElementState(String, String, String, boolean) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Enter a new element state for the specified element.
enterExpansion() - Method in class org.enhydra.xml.lazydom.LazyDocument
Flag that an expansion is in progress, which is used to detect recursion.
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
 
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.
epsilon - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity epsilon (?).
Epsilon - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Epsilon (?).
equals(Object) - Method in class org.apache.xerces.framework.XMLContentSpec
Returns true if the two objects are equal.
equiv - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity equiv (?).
error(SAXParseException) - Method in class org.enhydra.xml.io.ErrorReporter
Receive notification of a SAX recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a recoverable parser error.
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable 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.
error(String) - Method in class org.enhydra.xml.io.ErrorReporter
Report an error.
error(String, Locator) - Method in class org.enhydra.xml.io.ErrorReporter
Report an error with file name and line number.
error(String, String, int) - Method in class org.enhydra.xml.io.ErrorReporter
Report an error with file name and line number.
error(String, Throwable) - Method in class org.enhydra.xml.io.ErrorReporter
Report an error from an exception
errorEnabled() - Method in interface org.enhydra.xml.xmlc.XMLCLogger
 
errorEnabled() - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
 
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
ErrorReporter - class org.enhydra.xml.io.ErrorReporter.
Object used to report error message for the user.
ErrorReporter() - Constructor for class org.enhydra.xml.io.ErrorReporter
Construct a new error report object with output saved in a string buffer.
ErrorReporter(PrintStream) - Constructor for class org.enhydra.xml.io.ErrorReporter
Construct a new error report object.
ErrorReporter(PrintWriter) - Constructor for class org.enhydra.xml.io.ErrorReporter
Construct a new error report object.
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.
escapeURI(String) - Method in class org.apache.xml.serialize.HTMLSerializer
 
eta - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity eta (?).
Eta - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Eta (?).
eth - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity eth (ð).
ETH - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ETH (Ð).
euml - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity euml (ë).
Euml - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Euml (Ë).
euro - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity euro (?).
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
 
EventListener - interface org.w3c.dom.events.EventListener.
The EventListener interface is the primary method for handling events.
EventTarget - interface org.w3c.dom.events.EventTarget.
The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
exist - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity exist (?).
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.
externalEntityDecl(String, String, String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
 
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
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 interface org.w3c.dom.range.Range
Moves the contents of a range from the containing document or document fragment to a new DocumentFragment.

Enhydra 3.1b2 API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _