< 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.DOMTraversal.NodeHandler
 
handleAttr(Attr) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Attr nodes.
handleAttr(Attr) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for Attr nodes.
handleAttr(Attr) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for Attr nodes.
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.DOMTraversal.NodeHandler
 
handleCDATASection(CDATASection) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for CDATASection nodes.
handleCDATASection(CDATASection) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for CDATASection nodes.
handleCDATASection(CDATASection) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for CDATASection nodes.
handleComment(char[], int) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
Swing comment handler.
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.DOMTraversal.NodeHandler
 
handleComment(Comment) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Comment nodes.
handleComment(Comment) - Method in class org.enhydra.xml.io.BaseDOMFormatter
Handler called for Comment nodes.
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.DOMTraversal.NodeHandler
All standrd handler methods.
handleDocument(Document) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Document nodes.
handleDocument(Document) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for Document nodes.
handleDocument(Document) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for Document nodes; creates the XML file header.
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.DOMTraversal.NodeHandler
 
handleDocumentFragment(DocumentFragment) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for DocumentFragment nodes.
handleDocumentFragment(DocumentFragment) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for DocumentFragment nodes; just process children.
handleDocumentFragment(DocumentFragment) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for DocumentFragment nodes; just process children
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.DOMTraversal.NodeHandler
 
handleDocumentType(DocumentType) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for DocumentType nodes.
handleDocumentType(DocumentType) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for Document nodes; should never be called.
handleDocumentType(DocumentType) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for Document nodes; writes the DOCTYPE specification.
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.DOMTraversal.NodeHandler
 
handleElement(Element) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Element nodes.
handleElement(Element) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for Element nodes.
handleElement(Element) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for Element nodes.
handleEmptyTag(TagElement) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor.DocumentParser11
override handleEmptyTag to allow links in headers.
handleEndTag(HTML.Tag, int) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
Swing end tag start handler.
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.DOMTraversal.NodeHandler
 
handleEntity(Entity) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Entity nodes.
handleEntity(Entity) - Method in class org.enhydra.xml.io.BaseDOMFormatter
Handler called for Entity nodes; should never be called.
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.DOMTraversal.NodeHandler
 
handleEntityReference(EntityReference) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for EntityReference nodes.
handleEntityReference(EntityReference) - Method in class org.enhydra.xml.io.BaseDOMFormatter
Handler called for EntityReference nodes.
handleError(String, int) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
Swing parser error handler that tries to manage the message generated by parser that should really be ignored.
handleError(String, Throwable) - Method in class org.enhydra.xml.xmlc.XMLCStdFactory
Handle all errors, logging if enabled.
handleException(Throwable, boolean) - Static method in class org.enhydra.xml.xmlc.commands.ErrorHandling
 
handleNode(Node) - Method in class org.enhydra.xml.dom.DOMTraversal.NodeHandler
Method that is called for all nodes.
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.DOMTraversal.NodeHandler
 
handleNotation(Notation) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Notation nodes.
handleNotation(Notation) - Method in class org.enhydra.xml.io.BaseDOMFormatter
Handler called for Notation nodes; should never be called.
handleParseErrors(ErrorReporter) - Method in class org.enhydra.xml.xmlc.html.parsers.HTMLParserBase
Generate error exception for parse errors.
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.DOMTraversal.NodeHandler
 
handleProcessingInstruction(ProcessingInstruction) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for ProcessingInstruction nodes.
handleProcessingInstruction(ProcessingInstruction) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for ProcessingInstruction nodes.
handleProcessingInstruction(ProcessingInstruction) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for ProcessingInstruction nodes.
handleSimpleTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
Swing simple tag start handler.
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
Swing tag start handler.
handleText(char[], int) - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser
Swing text handler.
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.DOMTraversal.NodeHandler
 
handleText(Text) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Handler called for Text nodes.
handleText(Text) - Method in class org.enhydra.xml.io.BaseDOMFormatter
Handler called for Text nodes.
handleText(Text) - Method in class org.enhydra.xml.io.HTMLFormatter
Handler called for Text nodes.
handleText(Text) - Method in class org.enhydra.xml.io.XMLFormatter
Handler called for Text nodes.
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 (?).
hasAttributes() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
hasAttributes() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
hasChildNodes() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
hasChildNodes() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
hasChildNodes() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
hasCloseTag(String) - Static method in class org.enhydra.xml.io.HTMLElements
Check if an element is may have a close tag.
hashCode() - Method in class org.enhydra.xml.xmlc.commands.options.Option
Get the hashcode for the object.
hashCode() - Method in class org.enhydra.xml.xmlc.deferredparsing.Cache
Get hash code of map.
hasInvalidJavaId() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Is the element id an invalid Java identifier?
hasMoreElements() - Method in class org.enhydra.xml.xmlc.dom.generic.ContainedNodeEnum
Tests if this enumeration contains more elements.
hasNext() - Method in class org.enhydra.xml.xmlc.misc.ReadIterator
Returns true if the iteration has more elements.
hasPCDataInContentModel(Element) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Check if an element has #PCDATA as part of it's content model.
hasPrintAttributes(Element) - Method in class org.enhydra.xml.dom.DOMInfoPrinter
Determine if an element has attributes that are to be printed.
hasPrintAttributes(Element) - Method in class org.enhydra.xml.lazydom.LazyDOMInfoPrinter
Determine if an element has attributes that are to be printed, This overrides the DOMInfoPrinter method and handles switching from instance to template nodes.
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 (…).
help - Variable in class org.enhydra.xml.xmlc.commands.options.Option
Help message for the option.
HTML - Static variable in class org.enhydra.xml.xmlc.metadata.DocumentFormat
Constant for a HTML document.
HTMLAnchorElementImpl - class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl.
 
HTMLAnchorElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
Constructor requires owner document.
HTMLAppletElementImpl - class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl.
 
HTMLAppletElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
Constructor requires owner document.
HTMLAreaElementImpl - class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl.
 
HTMLAreaElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
Constructor requires owner document.
HTMLAttr - class org.enhydra.xml.xmlc.metadata.HTMLAttr.
A proprietary tag attribute to add to the list of valid HTML attributes for all tags.
HTMLAttr(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLAttr
Constructor.
HTMLAttrDef - interface org.enhydra.xml.xmlc.metadata.HTMLAttrDef.
Definition of a proprietary HTML tag attribute.
HTMLBaseElementImpl - class org.enhydra.xml.lazydom.html.HTMLBaseElementImpl.
 
HTMLBaseElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLBaseElementImpl
Constructor requires owner document.
HTMLBaseFontElementImpl - class org.enhydra.xml.lazydom.html.HTMLBaseFontElementImpl.
 
HTMLBaseFontElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLBaseFontElementImpl
Constructor requires owner document.
HTMLBodyElementImpl - class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl.
 
HTMLBodyElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
Constructor requires owner document.
HTMLBRElementImpl - class org.enhydra.xml.lazydom.html.HTMLBRElementImpl.
 
HTMLBRElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLBRElementImpl
Constructor requires owner document.
HTMLButtonElementImpl - class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl.
 
HTMLButtonElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
Constructor requires owner document.
HTMLCmdOptions - class org.enhydra.xml.xmlc.commands.xmlc.HTMLCmdOptions.
Command line options parsing for -html:* options.
HTMLCmdOptions(OptionSet) - Constructor for class org.enhydra.xml.xmlc.commands.xmlc.HTMLCmdOptions
Constructor.
HTMLCollectionImpl - class org.enhydra.xml.lazydom.html.HTMLCollectionImpl.
Implements HTMLCollection to traverse any named elements on a HTMLDocument.
HTMLCollectionImpl(HTMLElement, short) - Constructor for class org.enhydra.xml.lazydom.html.HTMLCollectionImpl
Construct a new collection that retrieves element of the specific type (lookingFor) from the specific document portion (topLevel).
HTMLCompatibility - class org.enhydra.xml.xmlc.metadata.HTMLCompatibility.
Enables compatibility with the way older version of XMLC handled HTML.
HTMLCompatibility(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLCompatibility
Constructor.
HTMLCyberStudioTagSet - class org.enhydra.xml.xmlc.metadata.HTMLCyberStudioTagSet.
Abobe CyberStudio proprietary tags.
HTMLDirectoryElementImpl - class org.enhydra.xml.lazydom.html.HTMLDirectoryElementImpl.
 
HTMLDirectoryElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLDirectoryElementImpl
Constructor requires owner document.
HTMLDivElementImpl - class org.enhydra.xml.lazydom.html.HTMLDivElementImpl.
 
HTMLDivElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLDivElementImpl
Constructor requires owner document.
HTMLDListElementImpl - class org.enhydra.xml.lazydom.html.HTMLDListElementImpl.
 
HTMLDListElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLDListElementImpl
Constructor requires owner document.
HTMLDocBuilder - class org.enhydra.xml.xmlc.html.parsers.HTMLDocBuilder.
Class used by HTML parser to build a DOM.
HTMLDocBuilder(XMLCDomFactory, InputSource) - Constructor for class org.enhydra.xml.xmlc.html.parsers.HTMLDocBuilder
Constructor.
HTMLDocumentFactory - class org.enhydra.xml.xmlc.html.HTMLDocumentFactory.
Factory class for constructing new HTMLDocument objects without needing to know the implementing class.
HTMLDomFactoryMethods - class org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods.
Support for implementing DOM factories for HTML.
HTMLDomFactoryMethods() - Constructor for class org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods
 
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.
HTMLFieldSetElementImpl - class org.enhydra.xml.lazydom.html.HTMLFieldSetElementImpl.
 
HTMLFieldSetElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLFieldSetElementImpl
Constructor requires owner document.
HTMLFontElementImpl - class org.enhydra.xml.lazydom.html.HTMLFontElementImpl.
 
HTMLFontElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLFontElementImpl
 
HTMLFormatter - class org.enhydra.xml.io.HTMLFormatter.
Formatter for outputting a HTML DOM as a HTML text document.
HTMLFormatter(Node, OutputOptions, boolean) - Constructor for class org.enhydra.xml.io.HTMLFormatter
Constructor.
HTMLFormControl - interface org.enhydra.xml.lazydom.html.HTMLFormControl.
Identifies control in a form, so they may be collected in a form elements collection.
HTMLFormElementImpl - class org.enhydra.xml.lazydom.html.HTMLFormElementImpl.
 
HTMLFormElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
Constructor requires owner document.
HTMLFrameElementImpl - class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl.
 
HTMLFrameElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
Constructor requires owner document.
HTMLFrameSetElementImpl - class org.enhydra.xml.lazydom.html.HTMLFrameSetElementImpl.
 
HTMLFrameSetElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLFrameSetElementImpl
Constructor requires owner document.
HTMLHeadElementImpl - class org.enhydra.xml.lazydom.html.HTMLHeadElementImpl.
 
HTMLHeadElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLHeadElementImpl
Constructor requires owner document.
HTMLHeadingElementImpl - class org.enhydra.xml.lazydom.html.HTMLHeadingElementImpl.
 
HTMLHeadingElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLHeadingElementImpl
Constructor requires owner document.
HTMLHRElementImpl - class org.enhydra.xml.lazydom.html.HTMLHRElementImpl.
 
HTMLHRElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLHRElementImpl
Constructor requires owner document.
HTMLHtmlElementImpl - class org.enhydra.xml.lazydom.html.HTMLHtmlElementImpl.
 
HTMLHtmlElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLHtmlElementImpl
Constructor requires owner document.
HTMLIFrameElementImpl - class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl.
 
HTMLIFrameElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
Constructor requires owner document.
HTMLImageElementImpl - class org.enhydra.xml.lazydom.html.HTMLImageElementImpl.
 
HTMLImageElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
Constructor requires owner document.
HTMLInputElementImpl - class org.enhydra.xml.lazydom.html.HTMLInputElementImpl.
 
HTMLInputElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
Constructor requires owner document.
HTMLIsIndexElementImpl - class org.enhydra.xml.lazydom.html.HTMLIsIndexElementImpl.
 
HTMLIsIndexElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLIsIndexElementImpl
Constructor requires owner document.
HTMLLabelElementImpl - class org.enhydra.xml.lazydom.html.HTMLLabelElementImpl.
 
HTMLLabelElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLLabelElementImpl
Constructor requires owner document.
HTMLLegendElementImpl - class org.enhydra.xml.lazydom.html.HTMLLegendElementImpl.
 
HTMLLegendElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLLegendElementImpl
Constructor requires owner document.
HTMLLIElementImpl - class org.enhydra.xml.lazydom.html.HTMLLIElementImpl.
 
HTMLLIElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLLIElementImpl
Constructor requires owner document.
HTMLLinkElementImpl - class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl.
 
HTMLLinkElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
Constructor requires owner document.
HTMLMapElementImpl - class org.enhydra.xml.lazydom.html.HTMLMapElementImpl.
 
HTMLMapElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLMapElementImpl
Constructor requires owner document.
HTMLMenuElementImpl - class org.enhydra.xml.lazydom.html.HTMLMenuElementImpl.
 
HTMLMenuElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLMenuElementImpl
Constructor requires owner document.
HTMLMetaElementImpl - class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl.
 
HTMLMetaElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl
Constructor requires owner document.
HTMLModElementImpl - class org.enhydra.xml.lazydom.html.HTMLModElementImpl.
 
HTMLModElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLModElementImpl
Constructor requires owner document and tag name.
HTMLObject - interface org.enhydra.xml.xmlc.html.HTMLObject.
Interface implemented by all compiled HTML Objects.
HTMLObjectElementImpl - class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl.
 
HTMLObjectElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
Constructor requires owner document.
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.
HTMLOListElementImpl - class org.enhydra.xml.lazydom.html.HTMLOListElementImpl.
 
HTMLOListElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLOListElementImpl
Constructor requires owner document.
HTMLOptGroupElementImpl - class org.enhydra.xml.lazydom.html.HTMLOptGroupElementImpl.
 
HTMLOptGroupElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLOptGroupElementImpl
Constructor requires owner document.
HTMLOptionElementImpl - class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl.
 
HTMLOptionElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
Constructor requires owner document.
HTMLParagraphElementImpl - class org.enhydra.xml.lazydom.html.HTMLParagraphElementImpl.
 
HTMLParagraphElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLParagraphElementImpl
Constructor requires owner document.
HTMLParamElementImpl - class org.enhydra.xml.lazydom.html.HTMLParamElementImpl.
 
HTMLParamElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLParamElementImpl
Constructor requires owner document.
HTMLParserBase - class org.enhydra.xml.xmlc.html.parsers.HTMLParserBase.
Abstract class used to constructor XMLCParser objects for HTML.
HTMLParserBase() - Constructor for class org.enhydra.xml.xmlc.html.parsers.HTMLParserBase
 
HTMLPreElementImpl - class org.enhydra.xml.lazydom.html.HTMLPreElementImpl.
 
HTMLPreElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLPreElementImpl
Constructor requires owner document.
HTMLProprietaryTags - class org.enhydra.xml.xmlc.html.HTMLProprietaryTags.
Table of proprietary tags and attributes for the HTML parser.
HTMLProprietaryTags.Tag - class org.enhydra.xml.xmlc.html.HTMLProprietaryTags.Tag.
Class used to record an tag with its content model.
HTMLProprietaryTags.Tag(HTMLProprietaryTags, String, int) - Constructor for class org.enhydra.xml.xmlc.html.HTMLProprietaryTags.Tag
Create a new tag.
HTMLProprietaryTags.Tag(HTMLProprietaryTags, String, int, String) - Constructor for class org.enhydra.xml.xmlc.html.HTMLProprietaryTags.Tag
Create a new tag.
HTMLProprietaryTags() - Constructor for class org.enhydra.xml.xmlc.html.HTMLProprietaryTags
 
HTMLQuoteElementImpl - class org.enhydra.xml.lazydom.html.HTMLQuoteElementImpl.
 
HTMLQuoteElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLQuoteElementImpl
Constructor requires owner document.
HTMLScriptElementImpl - class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl.
 
HTMLScriptElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
Constructor requires owner document.
HTMLSection - class org.enhydra.xml.xmlc.metadata.HTMLSection.
Metadata specific to HTML documents.
HTMLSection(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLSection
Constructor.
HTMLSelectElementImpl - class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl.
 
HTMLSelectElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
Constructor requires owner document.
HTMLStyleElementImpl - class org.enhydra.xml.lazydom.html.HTMLStyleElementImpl.
 
HTMLStyleElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLStyleElementImpl
Constructor requires owner document.
HTMLTableCaptionElementImpl - class org.enhydra.xml.lazydom.html.HTMLTableCaptionElementImpl.
 
HTMLTableCaptionElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTableCaptionElementImpl
Constructor requires owner document.
HTMLTableCellElementImpl - class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl.
 
HTMLTableCellElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
Constructor requires owner document.
HTMLTableColElementImpl - class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl.
 
HTMLTableColElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
Constructor requires owner document.
HTMLTableElementImpl - class org.enhydra.xml.lazydom.html.HTMLTableElementImpl.
 
HTMLTableElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
Constructor requires owner document.
HTMLTableRowElementImpl - class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl.
 
HTMLTableRowElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
Constructor requires owner document.
HTMLTableSectionElementImpl - class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl.
 
HTMLTableSectionElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl
Constructor requires owner document.
HTMLTag - class org.enhydra.xml.xmlc.metadata.HTMLTag.
Add a proprietary tag to set of valid html tags.
HTMLTag(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLTag
Constructor.
HTMLTagDef - interface org.enhydra.xml.xmlc.metadata.HTMLTagDef.
Definition of a proprietary HTML tag.
HTMLTagDefImpl - class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl.
Definition of a proprietary HTML tag.
HTMLTagDefImpl(String, boolean, boolean, boolean, boolean) - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Constructor.
HTMLTagSet - class org.enhydra.xml.xmlc.metadata.HTMLTagSet.
Add a predefined set of proprietary HTML tag and attributes to the list of valid HTML tags.
HTMLTagSet(Document) - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLTagSet
Constructor.
HTMLTagSetDef - class org.enhydra.xml.xmlc.metadata.HTMLTagSetDef.
Base class used for defining a proprietary set of HTML tags.
HTMLTagSetDef() - Constructor for class org.enhydra.xml.xmlc.metadata.HTMLTagSetDef
 
HTMLTagSetType - class org.enhydra.xml.xmlc.metadata.HTMLTagSetType.
Enumerated type for the parser XMLC will use.
HTMLTextAreaElementImpl - class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl.
 
HTMLTextAreaElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
Constructor requires owner document.
HTMLTitleElementImpl - class org.enhydra.xml.lazydom.html.HTMLTitleElementImpl.
 
HTMLTitleElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLTitleElementImpl
Constructor requires owner document.
HTMLUListElementImpl - class org.enhydra.xml.lazydom.html.HTMLUListElementImpl.
 
HTMLUListElementImpl(LazyHTMLDocument, LazyElement, String) - Constructor for class org.enhydra.xml.lazydom.html.HTMLUListElementImpl
Constructor requires owner document.

< 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 _
Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.