Enhydra 3.1.1b1 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 _

H

handleAttr(Attr) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Attr nodes.
handleAttr(Attr) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleCDATASection(CDATASection) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for CDATASection nodes.
handleCDATASection(CDATASection) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleComment(Comment) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Comment nodes.
handleComment(Comment) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleDocument(Document) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Document nodes.
handleDocument(Document) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleDocumentFragment(DocumentFragment) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for DocumentFragment nodes.
handleDocumentFragment(DocumentFragment) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleDocumentType(DocumentType) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for DocumentType nodes.
handleDocumentType(DocumentType) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleElement(Element) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Element nodes.
handleElement(Element) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleEntity(Entity) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Entity nodes.
handleEntity(Entity) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleEntityReference(EntityReference) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for EntityReference nodes.
handleEntityReference(EntityReference) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleEvent(Event) - Method in interface org.w3c.dom.events.EventListener
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
handleNode(Node) - Method in interface org.enhydra.xml.dom.SimpleDOMTraversal.Handler
Handler called for each Node.
handleNotation(Notation) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Notation nodes.
handleNotation(Notation) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
handleProcessingInstruction(ProcessingInstruction) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for ProcessingInstruction nodes.
handleProcessingInstruction(ProcessingInstruction) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
HandlerBase - class org.xml.sax.HandlerBase.
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
Deprecated.  
handleText(Text) - Method in interface org.enhydra.xml.dom.DOMTraversal.Handler
Handler called for Text nodes.
handleText(Text) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
harr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity harr (?).
hArr - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity hArr (?).
hasAttribute(String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
hasAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
hasAttributes() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
hasAttributes() - Method in interface org.w3c.dom.Node
Returns whether this node (if it is an element) has any attributes.
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
hasChildNodes() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
hasChildNodes() - Method in interface org.w3c.dom.Node
This is a convenience method to allow easy determination of whether a node has any children.
hasCloseTag(String) - Static method in class org.enhydra.xml.io.HTMLElements
Check if an element is may have a close tag.
hasFeature(String, String) - Method in interface org.w3c.dom.DOMImplementation
Test if the DOM implementation implements a specific feature.
hashCode() - Method in class org.apache.xerces.framework.XMLContentSpec
Returns a hash code for this node.
hasPCDataInContentModel(Element) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
hasPrintAttributes(Element) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
 
hasPrintAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMInfoPrinter
 
HEADER_FORMATTING - Static variable in class org.enhydra.xml.io.HTMLElements
Format element as a header.
hearts - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity hearts (?).
hellip - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity hellip (?).
HIERARCHY_REQUEST_ERR - Static variable in class org.w3c.dom.DOMException
 
HTML - Static variable in class org.apache.xml.serialize.Method
The output method for HTML documents.
HTMLAnchorElement - interface org.w3c.dom.html.HTMLAnchorElement.
The anchor element.
HTMLAppletElement - interface org.w3c.dom.html.HTMLAppletElement.
An embedded Java applet.
HTMLAreaElement - interface org.w3c.dom.html.HTMLAreaElement.
Client-side image map area definition.
HTMLBaseElement - interface org.w3c.dom.html.HTMLBaseElement.
Document base URI.
HTMLBaseFontElement - interface org.w3c.dom.html.HTMLBaseFontElement.
Base font.
HTMLBodyElement - interface org.w3c.dom.html.HTMLBodyElement.
The HTML document body.
HTMLBRElement - interface org.w3c.dom.html.HTMLBRElement.
Force a line break.
HTMLButtonElement - interface org.w3c.dom.html.HTMLButtonElement.
Push button.
HTMLCollection - interface org.w3c.dom.html.HTMLCollection.
An HTMLCollection is a list of nodes.
HTMLDirectoryElement - interface org.w3c.dom.html.HTMLDirectoryElement.
Directory list.
HTMLDivElement - interface org.w3c.dom.html.HTMLDivElement.
Generic block container.
HTMLDListElement - interface org.w3c.dom.html.HTMLDListElement.
Definition list.
HTMLDocument - interface org.w3c.dom.html.HTMLDocument.
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
HTMLDocumentFactory - class org.enhydra.xml.xmlc.html.HTMLDocumentFactory.
Factory class for constructing new HTMLDocument objects without needing to know the implementing class.
HTMLDOMImplementation - interface org.w3c.dom.html.HTMLDOMImplementation.
The HTMLDOMImplementation interface extends the DOMImplementation interface with a method for creating an HTML document instance.
HTMLdtd - class org.apache.xml.serialize.HTMLdtd.
Utility class for accessing information specific to HTML documents.
HTMLdtd() - Constructor for class org.apache.xml.serialize.HTMLdtd
 
HTMLElement - interface org.w3c.dom.html.HTMLElement.
All HTML element interfaces derive from this class.
HTMLElements - class org.enhydra.xml.io.HTMLElements.
Information about HTML elements and attributes for use HTML formatter.
HTMLEntities - class org.enhydra.xml.io.HTMLEntities.
Definitions of HTML character entities and conversions between unicode characters and HTML character entities.
HTMLFieldSetElement - interface org.w3c.dom.html.HTMLFieldSetElement.
Organizes form controls into logical groups.
HTMLFontElement - interface org.w3c.dom.html.HTMLFontElement.
Local change to font.
HTMLFormElement - interface org.w3c.dom.html.HTMLFormElement.
The FORM element encompasses behavior similar to a collection and an element.
HTMLFrameElement - interface org.w3c.dom.html.HTMLFrameElement.
Create a frame.
HTMLFrameSetElement - interface org.w3c.dom.html.HTMLFrameSetElement.
Create a grid of frames.
HTMLHeadElement - interface org.w3c.dom.html.HTMLHeadElement.
Document head information.
HTMLHeadingElement - interface org.w3c.dom.html.HTMLHeadingElement.
For the H1 to H6 elements.
HTMLHRElement - interface org.w3c.dom.html.HTMLHRElement.
Create a horizontal rule.
HTMLHtmlElement - interface org.w3c.dom.html.HTMLHtmlElement.
Root of an HTML document.
HTMLIFrameElement - interface org.w3c.dom.html.HTMLIFrameElement.
Inline subwindows.
HTMLImageElement - interface org.w3c.dom.html.HTMLImageElement.
Embedded image.
HTMLInputElement - interface org.w3c.dom.html.HTMLInputElement.
Form control.
HTMLIsIndexElement - interface org.w3c.dom.html.HTMLIsIndexElement.
This element is used for single-line text input.
HTMLLabelElement - interface org.w3c.dom.html.HTMLLabelElement.
Form field label text.
HTMLLegendElement - interface org.w3c.dom.html.HTMLLegendElement.
Provides a caption for a FIELDSET grouping.
HTMLLIElement - interface org.w3c.dom.html.HTMLLIElement.
List item.
HTMLLinkElement - interface org.w3c.dom.html.HTMLLinkElement.
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa).
HTMLMapElement - interface org.w3c.dom.html.HTMLMapElement.
Client-side image map.
HTMLMenuElement - interface org.w3c.dom.html.HTMLMenuElement.
Menu list.
HTMLMetaElement - interface org.w3c.dom.html.HTMLMetaElement.
This contains generic meta-information about the document.
HTMLModElement - interface org.w3c.dom.html.HTMLModElement.
Notice of modification to part of a document.
HTMLObject - interface org.enhydra.xml.xmlc.html.HTMLObject.
Interface implemented by all compiled HTML Objects.
HTMLObjectElement - interface org.w3c.dom.html.HTMLObjectElement.
Generic embedded object.
HTMLObjectImpl - class org.enhydra.xml.xmlc.html.HTMLObjectImpl.
Abstract class that forms the base of all compiled HTML Objects.
HTMLObjectImpl() - Constructor for class org.enhydra.xml.xmlc.html.HTMLObjectImpl
Constructor.
HTMLOListElement - interface org.w3c.dom.html.HTMLOListElement.
Ordered list.
HTMLOptGroupElement - interface org.w3c.dom.html.HTMLOptGroupElement.
Group options together in logical subdivisions.
HTMLOptionElement - interface org.w3c.dom.html.HTMLOptionElement.
A selectable choice.
HTMLParagraphElement - interface org.w3c.dom.html.HTMLParagraphElement.
Paragraphs.
HTMLParamElement - interface org.w3c.dom.html.HTMLParamElement.
Parameters fed to the OBJECT element.
HTMLPreElement - interface org.w3c.dom.html.HTMLPreElement.
Preformatted text.
HTMLPublicId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
Public identifier for HTML document type.
HTMLQuoteElement - interface org.w3c.dom.html.HTMLQuoteElement.
For the Q and BLOCKQUOTE elements.
HTMLScriptElement - interface org.w3c.dom.html.HTMLScriptElement.
Script statements.
HTMLSelectElement - interface org.w3c.dom.html.HTMLSelectElement.
The select element allows the selection of an option.
HTMLSerializer - class org.apache.xml.serialize.HTMLSerializer.
Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing.
HTMLSerializer() - Constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer.
HTMLSerializer(boolean, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new HTML/XHTML serializer depending on the value of xhtml.
HTMLSerializer(OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer.
HTMLSerializer(OutputStream, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer that writes to the specified output stream using the specified output format.
HTMLSerializer(Writer, OutputFormat) - Constructor for class org.apache.xml.serialize.HTMLSerializer
Constructs a new serializer that writes to the specified writer using the specified output format.
HTMLStyleElement - interface org.w3c.dom.html.HTMLStyleElement.
Style information.
HTMLSystemId - Static variable in class org.apache.xml.serialize.OutputFormat.DTD
System identifier for HTML document type.
HTMLTableCaptionElement - interface org.w3c.dom.html.HTMLTableCaptionElement.
Table caption See the CAPTION element definition in HTML 4.0.
HTMLTableCellElement - interface org.w3c.dom.html.HTMLTableCellElement.
The object used to represent the TH and TD elements.
HTMLTableColElement - interface org.w3c.dom.html.HTMLTableColElement.
Regroups the COL and COLGROUP elements.
HTMLTableElement - interface org.w3c.dom.html.HTMLTableElement.
The create* and delete* methods on the table allow authors to construct and modify tables.
HTMLTableRowElement - interface org.w3c.dom.html.HTMLTableRowElement.
A row in a table.
HTMLTableSectionElement - interface org.w3c.dom.html.HTMLTableSectionElement.
The THEAD , TFOOT , and TBODY elements.
HTMLTextAreaElement - interface org.w3c.dom.html.HTMLTextAreaElement.
Multi-line text field.
HTMLTitleElement - interface org.w3c.dom.html.HTMLTitleElement.
The document title.
HTMLUListElement - interface org.w3c.dom.html.HTMLUListElement.
Unordered list.

Enhydra 3.1.1b1 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 _