< 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 _

G

gamma - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity gamma (?).
Gamma - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity Gamma (?).
ge - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity ge (?).
genAddAttribute(String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate code to add attribute to an element.
genAddEntity(String, String, Entity, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Add an entity to a DocumentType
genAddEntity(String, String, Entity, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesNodeCreateGenerator
Add an entity to a DocumentType
genAddNotation(String, String, Notation, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Add an notation to a DocumentType
genAddNotation(String, String, Notation, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesNodeCreateGenerator
Add an notation to a DocumentType
genAppendChild(String, String, Node, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate code to do an append child.
genAttrCreate(Attr, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Attr creation.
genAttrCreate(Attr, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Attr creation.
genCDATASectionCreate(CDATASection, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate CDATASection creation.
genCDATASectionCreate(CDATASection, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate CDATASection creation.
genCommentCreate(Comment, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Comment creation.
genCommentCreate(Comment, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Comment creation.
genDocumentCreate(Document, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Document and DocumentType creation.
genDocumentCreate(Document, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Document creation.
genDocumentTypeCreate(DocumentType, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate DocumentType creation.
genDocumentTypeCreate(DocumentType, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate DocumentType creation.
genElementCreate(Element, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Element creation.
genElementCreate(Element, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Element creation.
genEntityCreate(Entity, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Entity creation.
genEntityCreate(Entity, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Entity creation.
genEntityCreate(Entity, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesNodeCreateGenerator
Generate Entity creation.
genEntityReferenceCreate(EntityReference, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate EntityReference creation.
genEntityReferenceCreate(EntityReference, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate EntityReference creation.
generateClass() - Method in class org.enhydra.xml.xmlc.metadata.GenerateType
Does this type specify a class being generated?
generateCode(JavaClass) - Method in class org.enhydra.xml.xmlc.compiler.AccessConsts
Generate the code for the access methods.
generateCode(JavaClass) - Method in class org.enhydra.xml.xmlc.compiler.AccessMethods
Generate the code for the access methods.
generateDocCreateFromTemplate(Document, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMDocBuilderGenerator
Generate code to create a document from a TemplateDOM.
generateInterface() - Method in class org.enhydra.xml.xmlc.metadata.GenerateType
Does this type specify an interface being generated?
generateJavaSource(PrintWriter) - Method in class org.enhydra.xml.xmlc.compiler.ClassGenerator
 
GenerateType - class org.enhydra.xml.xmlc.metadata.GenerateType.
Enumerated type indicating the type of class and/or interface XMLC will generate.
GENERIC - Static variable in class org.enhydra.xml.xmlc.metadata.DOMType
Constant for genric DOM.
GenericAccessorGenerator - class org.enhydra.xml.xmlc.dom.generic.GenericAccessorGenerator.
Generate access methods for a DOM only using the W3C DOM.
GenericAccessorGenerator() - Constructor for class org.enhydra.xml.xmlc.dom.generic.GenericAccessorGenerator
 
GenericDocBuilderGenerator - class org.enhydra.xml.xmlc.dom.generic.GenericDocBuilderGenerator.
Class to generate code to build the document tree using only the W3C DOM interface.
GenericDocBuilderGenerator() - Constructor for class org.enhydra.xml.xmlc.dom.generic.GenericDocBuilderGenerator
 
GenericLinkedDocument - class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument.
This is a generic wrapper around Document that adds XMLObjectLink functionality.
GenericLinkedDocument(Document) - Constructor for class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
Constructor.
GenericLinkedHTMLDocument - class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument.
This is a generic wrapper around HTMLDocument that adds XMLObjectLink functionality.
GenericLinkedHTMLDocument(HTMLDocument) - Constructor for class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
Constructor.
genNodeCreate(String, String, Node, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate code to construct a node, assigning it to the supplied variable, Can be overriden by derived class
genNotationCreate(Notation, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Notation creation.
genNotationCreate(Notation, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Notation creation.
genNotationCreate(Notation, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesNodeCreateGenerator
Generate Notation creation.
genProcessInstructionCreate(ProcessingInstruction, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate ProcessingInstruction creation.
genProcessInstructionCreate(ProcessingInstruction, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate ProcessingInstruction creation.
genTextCreate(Text, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.generic.NodeCreateGenerator
Generate Text creation.
genTextCreate(Text, String, String, JavaCode) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyDOMNodeCreateGenerator
Generate Text creation.
get(Object) - Method in class org.enhydra.xml.xmlc.deferredparsing.Cache
Returns the value to which this cache maps the specified key.
getAbbr() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getAccept() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getAcceptCharset() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLLegendElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLLabelElementImpl
 
getAccessKey() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getAccessors() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the list of accessors to create.
getAction() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getActualNode(Node) - Static method in class org.enhydra.xml.dom.DOMOps
Get the real DOM node, bypassing an XMLC-generated container.
getAdjustedSubTreeNodeSize() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
 
getAliases() - Method in class org.enhydra.xml.io.CharacterSet
Get the aliases
getAliases(String) - Method in class org.enhydra.xml.io.Encodings
Get the encoding aliases, given any encoding or alias, or null if unknown encoding.
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLHRElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLHeadingElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLLegendElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLParagraphElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLDivElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCaptionElementImpl
 
getAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getALink() - Method in class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
 
getAlt() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getAlt() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getAlt() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getAlt() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getAnchors() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getAnchors() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getAnchors() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getApplets() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getApplets() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getApplets() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getArchive() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getArchive() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getAreas() - Method in class org.enhydra.xml.lazydom.html.HTMLMapElementImpl
 
getArgName(int) - Method in class org.enhydra.xml.xmlc.misc.SSIDirective
Get an argument name.
getArgValue(int) - Method in class org.enhydra.xml.xmlc.misc.SSIDirective
Get an argument value by index.
getArgValue(String) - Method in class org.enhydra.xml.xmlc.misc.SSIDirective
Get an argument value by name.
getAttrDefs() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagSetDef
Get the attribute definitions.
getAttribute(String) - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getAttribute(String) - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getAttribute(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getAttributeByName(Node, String) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Deprecated. use org.w3c.dom.Element#getAttributeNode
getAttributeNode(String) - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getAttributeNode(String) - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getAttributeNode(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getAttributeNodeNS(String, String) - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getAttributeNodeNS(String, String) - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getAttributeNodeNS(String, String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getAttributeNS(String, String) - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getAttributeNS(String, String) - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getAttributeNS(String, String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getAttributeNull(String) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the value of a string attribute, or null if its not defined.
getAttributes() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getAttributes() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getAttributes() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getAttributes() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getAttributes() - Method in class org.enhydra.xml.xmlc.html.HTMLProprietaryTags
Get an enumeration of the Tag objects for the proprietary tags.
getAttrName() - Method in class org.enhydra.xml.xmlc.metadata.TagClass
Get the attrName attribute value.
getAxis() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getBackground() - Method in class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
 
getBaseClassName() - Static method in class org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods
 
getBaseClassName() - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Get the base class name for generated classes.
getBaseClassName() - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory
 
getBaseClassName() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory
 
getBaseClassName() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory
 
getBaseURI() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getBaseURI() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getBgColor() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getBgColor() - Method in class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
 
getBgColor() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getBgColor() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getBinary(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
Convenience method used to translate an attribute value into a boolean value.
getBlock() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTag
Get the block attribute value.
getBlock() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Get the block attribute.
getBlock() - Method in interface org.enhydra.xml.xmlc.metadata.HTMLTagDef
Get the block attribute value.
getBody() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getBody() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getBody() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getBooleanAttribute(String) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the value of a boolean primitive attribute, with the default being false.
getBooleanAttribute(String, boolean) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the value of a boolean primitive attribute.
getBooleanObjectAttribute(String) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the value of a boolean object attribute.
getBorder() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getBorder() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getBorder() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getBuffer() - Method in class org.enhydra.xml.xmlc.codegen.StringIndentWriter
Return the string buffer itself.
getByteArrayForClass() - Method in interface org.enhydra.xml.xmlc.deferredparsing.DynamicMLCreator
 
getByteArrayForClass() - Method in class org.enhydra.xml.xmlc.deferredparsing.DynamicMLCreatorBCELImpl
 
getByteArrayForClass() - Method in class org.enhydra.xml.xmlc.deferredparsing.DynamicMLCreatorASM2Impl
 
getCacheEntry(Class) - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get the cache entry for a document, initialize one of not already exists Note that the cache entry does not necessarily hold a template - it may need to be initialized first.
getCapacity() - Method in class org.enhydra.xml.xmlc.deferredparsing.Cache.MRUCache
Describe getCapacity method here.
getCapitalized(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
Convenience method used to capitalize a one-off attribute value before it is returned.
getCaption() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getCause() - Method in class org.enhydra.error.ChainedError
Get the causing exception associated with this exception.
getCause() - Method in class org.enhydra.error.ChainedException
Get the causing exception associated with this exception.
getCause() - Method in interface org.enhydra.error.ChainedThrowable
Get the causing exception associated with this exception.
getCause() - Method in class org.enhydra.error.ChainedRuntimeException
Get the causing exception associated with this exception.
getCause() - Method in class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser.ParserError
Get the cause.
getCellIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getCellPadding() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getCells() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getCellSpacing() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getCh() - Method in class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl
 
getCh() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getCh() - Method in class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
 
getCh() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getCharacterEntity(char) - Method in class org.enhydra.xml.io.BaseDOMFormatter
Get a character entity name for a character.
getCharacterEntity(char) - Method in class org.enhydra.xml.io.HTMLFormatter
 
getCharacterEntity(char) - Method in class org.enhydra.xml.io.XMLFormatter
 
getCharacterSet(String) - Method in class org.enhydra.xml.io.Encodings
Get the entry for an encoding name or null.
getCharset() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getCharset() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getCharset() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getCharSize() - Method in class org.enhydra.xml.io.CharacterSet
Get the character size, in bits
getChecked() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getChild(Class) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Locate a child element given its class, creating if if it doesn't exist.
getChildLogger(String) - Method in class org.enhydra.xml.xmlc.Log4jXMLCLogger
Create a new child logger.
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getChildNodes() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
Explicit implementation of getChildNodes() to avoid problems with overriding the getLength() method hidden in the super class.
getChildNodes() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getChildNodes() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getChildNodes() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getChildren(Class) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get all children of the specified class.
getChOff() - Method in class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl
 
getChOff() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getChOff() - Method in class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
 
getChOff() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getCite() - Method in class org.enhydra.xml.lazydom.html.HTMLModElementImpl
 
getCite() - Method in class org.enhydra.xml.lazydom.html.HTMLQuoteElementImpl
 
getClassConstant(Class, String) - Static method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get one of the compiled-in constants in a XMLC-generated class (or subclass).
getClassInitializer() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the class initializer.
getClassLoaders() - Method in class org.enhydra.xml.io.XMLEntityResolver
Get an enumeration of the class loaders.
getClassName() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getClassName() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. Get the fully qualified class name, or null if not specified.
getClassName() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the Java class name of the element.
getClassOutputRoot() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the classOutputRoot attribute.
getClear() - Method in class org.enhydra.xml.lazydom.html.HTMLBRElementImpl
 
getCmd() - Method in class org.enhydra.xml.xmlc.misc.SSIDirective
Get the command.
getCode() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getCode() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getCode() - Method in class org.enhydra.xml.xmlc.codegen.JavaMethod
Get the code object associate with the method body.
getCodeBase() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getCodeBase() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getCodeType() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getColor() - Method in class org.enhydra.xml.lazydom.html.HTMLBaseFontElementImpl
 
getColor() - Method in class org.enhydra.xml.lazydom.html.HTMLFontElementImpl
 
getCols() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameSetElementImpl
 
getCols() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getColSpan() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getCompact() - Method in class org.enhydra.xml.lazydom.html.HTMLDirectoryElementImpl
 
getCompact() - Method in class org.enhydra.xml.lazydom.html.HTMLDListElementImpl
 
getCompact() - Method in class org.enhydra.xml.lazydom.html.HTMLOListElementImpl
 
getCompact() - Method in class org.enhydra.xml.lazydom.html.HTMLUListElementImpl
 
getCompact() - Method in class org.enhydra.xml.lazydom.html.HTMLMenuElementImpl
 
getCompatibility() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
Get the compatibility child element or null if it doesn't exist.
getCompileOptions() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the compile options or null if it doesn't exist.
getCompileSource() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the compileSource attribute or the default value if not specified.
getConstructors() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the constructors
getContent() - Method in class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl
 
getContentDocument() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
DL: temp hack
getContentDocument() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
DL: temp hack
getContentDocument() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
DL: temp hack
getContentDocument(HTMLElement) - Static method in class org.enhydra.xml.dom.DOMOps
Call HTMLElement#getContentDocument(node) on elem if supported.
getContext(HttpServlet) - Static method in class org.enhydra.xml.xmlc.servlet.XMLCContext
Obtain the XMLCContext for the current application, creating it if it doesn't exist.
getContext(ServletContext) - Static method in class org.enhydra.xml.xmlc.servlet.XMLCContext
Obtain the XMLCContext for the current application, creating it if it doesn't exist.
getCookie() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getCookie() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getCookie() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getCoords() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getCoords() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getCreateChild(Class) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Locate a child element given its class.
getCreateCompatibility() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
Get the compatibility child element, creating if it doesn't exist.
getCreateCost(Node) - Method in class org.enhydra.xml.xmlc.dom.generic.BuildMethodMappings
Get the create cost of a node in it's method.
getCreateDocType() - Method in class org.enhydra.xml.xmlc.dom.DocTypeBuilder
Get the document type object, creating if necessary.
getCreateGetElement() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the createGetElement attribute value.
getCreateGetTagMethods() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the createGetTagMethods attribute value.
getCreateMetaData() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the createMetaData attribute value.
getCreateSetText() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the createSetText attribute value.
getCreateSource() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the createSource attribute or the default value if not specified.
getCurrentNode() - Method in class org.enhydra.xml.xmlc.html.parsers.HTMLDocBuilder
Get the node on the top of the stack during parsing.
getCurrentNode() - Method in class org.enhydra.xml.xmlc.parsers.DocBuilder
Get the node on the top of the stack during parsing.
getCurrentTimestamp(Class, URL) - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get the current timestamp of the *ML template for docClass.
getData() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getDateTime() - Method in class org.enhydra.xml.lazydom.html.HTMLModElementImpl
 
getDebugWriter() - Method in class org.enhydra.xml.io.XMLEntityResolver
Get the debug writer.
getDebugWriter() - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Get the debug logging writer.
getDebugWriter() - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Get the debug logging writer.
getDeclare() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getDefaultChecked() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getDefaultClassLoader() - Method in class org.enhydra.xml.xmlc.XMLCStdFactory
Get the default class loader
getDefaultMetaDataFile() - Method in class org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory
Get the default meta data file to be used by the dynamically added pages
getDefaultOutputOptions() - Static method in class org.enhydra.xml.io.HTMLFormatter
Get the default OutputOptions for a document formatter with this formatter.
getDefaultOutputOptions() - Static method in class org.enhydra.xml.io.XMLFormatter
Get the default OutputOptions for a document formatter with this formatter.
getDefaultOutputOptions(Document) - Static method in class org.enhydra.xml.io.DOMFormatter
Get the default OutputOptions for a document.
getDefaultSelected() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getDefaultValue() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getDefaultValue() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getDefer() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getDeferredParsing() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the deferred parsing attribute.
getDelegate() - Method in interface org.enhydra.xml.xmlc.XMLObject
Get the delegate.
getDelegate() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getDelegateSupport() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the delegateSupport attribute value.
getDeleteElements() - Method in class org.enhydra.xml.xmlc.metadata.DOMEdits
Get the DeleteElement child elements.
getDepth() - Method in class org.enhydra.xml.dom.DOMTraversal
Get the current depth in the DOM tree that is being traversed.
getDir() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLOptGroupElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLStyleElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getDisabled() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getDoc() - Method in class org.enhydra.xml.xmlc.codegen.JavaVariable
Get the documentation, or null if there is none.
getDoc() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the documentation, or null if there is none.
getDoctype() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getDoctype() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getDoctype() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getDocument() - Method in interface org.enhydra.xml.xmlc.XMLObject
Get the actual document object.
getDocument() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getDocument() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Get the document associated with this object.
getDocument() - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the metadata document object.
getDocument() - Method in class org.enhydra.xml.xmlc.parsers.DocBuilder
Get the document associated with this object.
getDocument(Class) - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get a DOM instance representing the specified document.
getDocument(Class) - Method in interface org.enhydra.xml.xmlc.deferredparsing.DocumentLoader
Get a DOM instance representing the specified document.
getDocument(Node) - Static method in class org.enhydra.xml.dom.DOMOps
Get the owner document object for a node.
getDocumentClass() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the document class metadata or null if it doesn't exist.
getDocumentClassName() - Method in class org.enhydra.xml.io.DOMParser
get the document class for the document to construct.
getDocumentElement() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getDocumentElement() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getDocumentElement() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getDocumentElement() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getDocumentFormat() - Method in class org.enhydra.xml.xmlc.metadata.InputDocument
Get the documentFormat attribute.
getDocumentNodeSize() - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get the size of the document, in nodes.
getDocumentOutput() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getDocumentOutput() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the documentOutput attribute.
getDocumentSection() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the document metadata or null if it doesn't exist.
getDocumentTypeName() - Method in class org.enhydra.xml.xmlc.dom.DocTypeBuilder
Get the document type name (rootElement).
getDocumentTypeNodeId(Node) - Method in class org.enhydra.xml.lazydom.NodeIdMap
Get the document type node id.
getDocumentURI() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getDocumentURI() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getDom() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the dom attribute value.
getDomain() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getDomain() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getDomain() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getDomConfig() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getDomConfig() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getDOMEdits() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the DOM edits metadata or null if it doesn't exist.
getDomFactory() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
Get the XMLC DOM Factory associated with this document type and DOM implementation.
getDomFactory() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Get the DOM factory associated with this object.
getDomFactory() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the domFactory attribute value.
getDomFactoryClass(boolean) - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the XMLCDomFactory class to use.
getDOMImplementation() - Method in class org.enhydra.xml.io.DOMParser
Obtain an instance of a DOMImplementation object.
getDOMImplementation() - Static method in class org.enhydra.xml.lazydom.LazyDOMImplementation
Obtain and return the singleton shared object.
getDomType() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the domType attribute value.
getDropHtmlSpanIds() - Method in class org.enhydra.xml.io.OutputOptions
Get the drop HTML SPAN element ids flag.
getDump() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getDynamicFormattedElementCount() - Method in class org.enhydra.xml.io.BaseDOMFormatter
Get the count of element open tags that were written not using preformatted text.
getDynamicFormattedElementCount() - Method in interface org.enhydra.xml.io.Formatter
Get the count of element open tags that were written not using preformatted text.
getDynamicFormattedTextCount() - Method in class org.enhydra.xml.io.BaseDOMFormatter
Get the count of text nodes that were written not using preformatted text.
getDynamicFormattedTextCount() - Method in interface org.enhydra.xml.io.Formatter
Get the count of text nodes that were written not using preformatted text.
getEditAttrs() - Method in class org.enhydra.xml.xmlc.metadata.URLEdit
Get the editAttrs value.
getElement() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the element.
getElementById(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getElementById(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getElementById(String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getElementById(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getElementById(String, Node) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Recursively search for an element by id starting at a node.
getElementClasses() - Method in class org.enhydra.xml.xmlc.metadata.ElementEdit
Get the elementClasses attribute value.
getElementClassNames() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the element class (attribute) names
getElementClassNames(Element) - Static method in class org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods
 
getElementClassNames(Element) - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Extract the class names for an element.
getElementClassNames(Element) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Extract the class names for an element.
getElementClassNames(Element) - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory
 
getElementClassNames(Element) - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory
 
getElementClassNames(Element) - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory
 
getElementDef() - Method in class org.enhydra.xml.xmlc.metadata.DocumentSection
Get the ElementDef child elements.
getElementDef() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the ElementDef child elements.
getElementField(ElementInfo) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericAccessorGenerator
Get the name of the field that will store an element.
getElementFormatting(String) - Method in class org.enhydra.xml.io.HTMLElements
Determine the formatting to use for an element.
getElementId() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the elementId attribute value.
getElementId(Element) - Method in class org.enhydra.xml.xmlc.compiler.EditDOM
Get the ID of an element
getElementId(Element) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Extract the unique id for an element object.
getElementIds() - Method in class org.enhydra.xml.xmlc.metadata.ElementEdit
Get the elementIds attribute value.
getElementInfo(Element) - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Look up an ElementInfo by Element.
getElementName() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the element name (name attribute in HTML).
getElementName(Element) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Extract the name for an element.
getElements() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getElements() - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get a interator of all ElementInfo objects.
getElementsByName(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getElementsByName(String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getElementsByName(String) - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getElementsByTagName(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getElementsByTagName(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getElementsByTagName(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getElementsByTagName(String) - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get an iterator of ElementInfo entries by tag name.
getElementsByTagName(String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getElementsByTagNameNS(String, String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getElementsByTagNameNS(String, String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getElementsByTagNameNS(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getElementsByTagNameNS(String, String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getElementTags() - Method in class org.enhydra.xml.xmlc.metadata.ElementEdit
Get the elementTags attribute value.
getEmpty() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTag
Get the empty attribute value.
getEmpty() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Get the empty attribute.
getEmpty() - Method in interface org.enhydra.xml.xmlc.metadata.HTMLTagDef
Get the empty attribute value.
getEnableXHTMLCompatibility() - Method in class org.enhydra.xml.io.OutputOptions
Get enable-xhtml-compatibility flag.
getEncoding() - Method in class org.enhydra.xml.io.OutputOptions
Get the encoding.
getEncoding() - Method in interface org.enhydra.xml.xmlc.XMLObject
Get the encoding specified in the document.
getEncoding() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
See org.w3c.dom.Document#getEncoding
getEncoding() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
 
getEncoding() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getEncoding() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
Get the encoding attribute value, or
getEncoding(Document) - Static method in class org.enhydra.xml.dom.DOMOps
Call Document#getEncoding() on doc if supported.
getEncoding(Entity) - Static method in class org.enhydra.xml.dom.DOMOps
Call Entity#getEncoding on entity if supported.
getEncodings() - Static method in class org.enhydra.xml.io.Encodings
Get the singleton instance of this class.
getEnctype() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getEntities() - Method in class org.enhydra.xml.lazydom.LazyDocumentType
 
getEntityResolver() - Method in class org.enhydra.xml.io.DOMParser
Get the EntityResolver
getErrorCnt() - Method in class org.enhydra.xml.io.ErrorReporter
Get the count of errors that have occured.
getErrorHandler() - Method in class org.enhydra.xml.io.DOMParser
Get the ErrorHandler.
getErrorWriter() - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Get the error logging writer.
getErrorWriter() - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Get the error logging writer.
getEvent() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getExitCode() - Method in class org.enhydra.xml.xmlc.misc.ProcessRunner
 
getExpandedElement(Document, Element) - Static method in class org.enhydra.xml.dom.DOMAccess
If an Element node is a LazyDOM template, expand it.
getExpandedElement(Element) - Method in class org.enhydra.xml.dom.DOMAccess
If an Element node is a LazyDOM template, expand it This is a special case of getExpandedNode().
getExpandedNode(Document, Node) - Static method in class org.enhydra.xml.dom.DOMAccess
If a Node is a LazyDOM template node, expand it.
getExpandedNode(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Get a pointer to a node if its been expanded, otherwise return null.
getExpandedNode(Node) - Method in class org.enhydra.xml.dom.DOMAccess
If a Node is a LazyDOM template node, expand it.
getExtends() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the extends attribute value.
getFace() - Method in class org.enhydra.xml.lazydom.html.HTMLBaseFontElementImpl
 
getFace() - Method in class org.enhydra.xml.lazydom.html.HTMLFontElementImpl
 
getFactory() - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get the associated factory
getFactory(Class) - Static method in class org.enhydra.xml.xmlc.dom.XMLCDomFactoryCache
Get an instance of an XMLCDomFactory given it's class.
getFeature(String, String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getFeature(String, String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getFields() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the fields, sorted by field name.
getFileName() - Method in class org.enhydra.xml.xmlc.misc.LineNumberMap.Line
Get the file name.
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getFirstChild() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getFirstChild() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getFirstChild() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getFirstText(Node) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Find the first text descendent node of an element.
getForm() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
Convenience method returns the form in which this form element is contained.
getFormat() - Method in class org.enhydra.xml.io.OutputOptions
Get the output format for the file.
getFormatter(Node, OutputOptions, boolean) - Static method in class org.enhydra.xml.io.DOMFormatter
 
getForms() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getForms() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getForms() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getForRecomp() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. Get the for-recomp flag.
getFrame() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getFrameBorder() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getFrameBorder() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getGenerate() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the generate attribute value or the default if it is not specified.
getGetTagReturnType() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the return type of getTagXXX() methods or the default if not specified.
getGlobalIdAttribute() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Get the global id attribute name.
getHead() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
Obtains the <HEAD> element in the document, creating one if does not exist before.
getHeaders() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getHelp() - Method in class org.enhydra.xml.xmlc.commands.options.Option
Get the help string, including option name.
getHref() - Method in class org.enhydra.xml.lazydom.html.HTMLBaseElementImpl
 
getHref() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getHref() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getHref() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getHreflang() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getHreflang() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getHspace() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getHspace() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getHspace() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getHTMLAttr() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
Get the htmlAttr child elements.
getHTMLAttrDefs() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
 
getHTMLDomFactoryClass() - Method in class org.enhydra.xml.xmlc.metadata.DOMType
Get the HTML DOM factory class for this type.
getHTMLDOMImplementation() - Static method in class org.enhydra.xml.lazydom.html.LazyHTMLDOMImplementation
Obtain and return the singleton shared object.
getHtmlFor() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getHtmlFor() - Method in class org.enhydra.xml.lazydom.html.HTMLLabelElementImpl
 
getHTMLSection() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the HTML metadata or null if it doesn't exist.
getHTMLTagDefs() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
 
getHTMLTags() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
Get the htmlTag child elements.
getHTMLTagSets() - Method in class org.enhydra.xml.xmlc.metadata.HTMLSection
Get the htmlTagSet child elements.
getHttpEquiv() - Method in class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl
 
getId() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getId(Node) - Method in class org.enhydra.xml.lazydom.NodeIdMap
Get the node id for a node, generating an error if not found.
getIdAttribute(String) - Method in class org.enhydra.xml.xmlc.dom.DocTypeBuilder
Get the id attribute name for an element.
getIdAttributeName(String) - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get the id-attribute name for a tag.
getIdAttrName(Element) - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Get the id attribute name for an element.
getIdStr(Node) - Method in class org.enhydra.xml.lazydom.NodeIdMap
Get an id as a string.
getImages() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getImages() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getImages() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getImplementation() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getImplementation() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getImplementation() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getImplementation() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getImplements() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the list of interfaces that the class will implement.
getIncludes() - Method in class org.enhydra.xml.xmlc.metadata.Include
Get the include direct children.
getIndentLevel() - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Get the indentation level.
getIndentSize() - Method in class org.enhydra.xml.io.OutputOptions
Get indentation size.
getIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getIndex() - Method in class org.enhydra.xml.lazydom.html.CollectionIndex
Returns the current index.
getInfoWriter() - Method in class org.enhydra.xml.xmlc.StreamXMLCLogger
Get the info logging writer.
getInfoWriter() - Method in class org.enhydra.xml.xmlc.servlet.ServletXMLCLogger
Get the info logging writer.
getInline() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTag
Get the inline attribute value.
getInline() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Get the inline attribute.
getInline() - Method in interface org.enhydra.xml.xmlc.metadata.HTMLTagDef
Get the inline attribute value.
getInputDocument() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the input document or null if it doesn't exist.
getInputDocument() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Deprecated. use InputDocument#getUrl()
getInputEncoding() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getInputEncoding() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getInputSource() - Method in class org.enhydra.xml.xmlc.metadata.InputDocument
Get the input source.
getInstance() - Static method in class org.enhydra.xml.xmlc.deferredparsing.StandardDocumentLoader
 
getInteger(String) - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
Convenience method used to translate an attribute value into an integer value.
getInterfaceNames() - Static method in class org.enhydra.xml.xmlc.dom.HTMLDomFactoryMethods
 
getInterfaceNames() - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Get the interface names that will automatically be added to all generated classes and interfaces.
getInterfaceNames() - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory
 
getInterfaceNames() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory
 
getInterfaceNames() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory
 
getInternalSubset() - Method in class org.enhydra.xml.xmlc.dom.DocTypeBuilder
Get the internal subset as a single string.
getInvalidElementIds() - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get an sorted iterator of element ids that are not legal Java identifiers, or null if all ids were legal.
getIsMap() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getJavac() - Method in class org.enhydra.xml.xmlc.metadata.JavaCompilerSection
Get the value of the javac attribute or the default if not specified.
getJavacArgs() - Method in class org.enhydra.xml.xmlc.metadata.JavaCompilerSection
 
getJavaClassSource() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
 
getJavaCompilerSection() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the java compiler metadata or null if it doesn't exist.
getJavacOptions() - Method in class org.enhydra.xml.xmlc.metadata.JavaCompilerSection
Get the JavacOption child elements.
getJavaEncoding() - Method in class org.enhydra.xml.io.OutputOptions
Deprecated. Use getEncoding() or getMIMEEncoding().
getJavaId() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the Java id, or null if there isn't one.
getJavaIdElements() - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get an iterator of all ElementInfo objects that have Java ids.
getJavaInterfaceSource() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
 
getJavaName() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the javaName attribute value.
getKeep() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getKeepGeneratedSource() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the keepGeneratedSource attribute.
getLabel() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getLabel() - Method in class org.enhydra.xml.lazydom.html.HTMLOptGroupElementImpl
 
getLang() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getLastChild() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getLastChild() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getLastChild() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getLength() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getLength() - Method in class org.enhydra.xml.lazydom.html.HTMLCollectionImpl
Returns the length of the collection.
getLength() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getLineFromLineNum(int) - Method in class org.enhydra.xml.xmlc.misc.LineNumberMap
Get the filname end line number for a stream character offset.
getLineFromOffset(int) - Method in class org.enhydra.xml.xmlc.misc.LineNumberMap
Get the filname end line number for a stream line number.
getLineNum() - Method in class org.enhydra.xml.xmlc.misc.LineNumberMap.Line
Get one-based source line number.
getLineNumberMap() - Method in class org.enhydra.xml.xmlc.misc.LineNumberMapReader
Get the line number map.
getLineNumberMap() - Method in class org.enhydra.xml.xmlc.misc.SSIReader
Get the line number map.
getLink() - Method in class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
 
getLinks() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getLinks() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getLinks() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getLocalizedMessage() - Method in class org.enhydra.error.ChainedError
Creates a localized description of this exception.
getLocalizedMessage() - Method in class org.enhydra.error.ChainedException
Creates a localized description of this exception.
getLocalizedMessage() - Method in interface org.enhydra.error.ChainedThrowable
Creates a localized description of this Throwable.
getLocalizedMessage() - Method in class org.enhydra.error.ChainedRuntimeException
Creates a localized description of this exception.
getLocalizedMessage(ChainedThrowable, String) - Static method in class org.enhydra.error.ChainedThrowableSupport
Get the localhist message associated with this exception.
getLocalName() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getLocalName() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getLocator() - Method in class org.enhydra.xml.xmlc.parsers.XMLCDocumentLocator
Get the documen locator.
getLogger() - Method in class org.enhydra.xml.xmlc.XMLCStdFactory
Get the logger.
getLogger() - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get the associated logger
getLongDesc() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getLongDesc() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getLongDesc() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getLowSrc() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getMarginHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getMarginHeight() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getMarginWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getMarginWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getMaxCharacterValue(String) - Method in class org.enhydra.xml.io.Encodings
Get the maximum value of an unicode character in an encoding.
getMaxCharacterValue(String) - Static method in class org.enhydra.xml.io.Encoding
Deprecated. Get the maximum value of an unicode character in an XML encoding.
getMaxCharValue() - Method in class org.enhydra.xml.io.CharacterSet
Get the maximum value for a character
getMaxLength() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getMaxNodeId() - Method in class org.enhydra.xml.lazydom.NodeIdMap
Get the maximum node id assigned.
getMaxNodeId() - Method in class org.enhydra.xml.lazydom.TemplateDOM
Get the maximum node id.
getMedia() - Method in class org.enhydra.xml.lazydom.html.HTMLStyleElementImpl
 
getMedia() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getMessage() - Method in class org.enhydra.error.ChainedError
Return the message associated with this exception.
getMessage() - Method in class org.enhydra.error.ChainedException
Return the message associated with this exception.
getMessage() - Method in interface org.enhydra.error.ChainedThrowable
Return the message associated with this exception.
getMessage() - Method in class org.enhydra.error.ChainedRuntimeException
Return the message associated with this exception.
getMessage(ChainedThrowable, String) - Static method in class org.enhydra.error.ChainedThrowableSupport
Get the message associated with this exception.
getMetaData() - Method in class org.enhydra.xml.xmlc.commands.options.OptionsParser
Get the metadata object, create if it doesn't exists.
getMetaData() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. Get metadata object.
getMetaData() - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the metadata root element object.
getMetaData() - Method in class org.enhydra.xml.xmlc.metadata.MetaDataDocument
Get the root MetaData object, which must exist.
getMetadataOutputFile() - Method in class org.enhydra.xml.xmlc.metadata.MetaDataDocument
Get the name of the metadata output file davidli: this is needed to be public for debugging/logging purpose
getMethod() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getMethods() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the methods, sorted by method name.
getMIMEEncoding() - Method in class org.enhydra.xml.io.BaseDOMFormatter
 
getMIMEEncoding() - Method in class org.enhydra.xml.io.OutputOptions
Get the MIME encoding.
getMIMEEncoding() - Method in interface org.enhydra.xml.io.Formatter
Get the MIME-preferred encoding, determined from the OutputOptions and the formatter type.
getMIMEEncoding() - Method in class org.enhydra.xml.xmlc.dom.lazydom.PreFormatter
Get the encoding being used for the preformatted text.
getMIMEPreferred() - Method in class org.enhydra.xml.io.CharacterSet
Get the MIME preferred name or null if unspecified
getMIMEPreferred(String) - Method in class org.enhydra.xml.io.Encodings
Get the preferred MIME encoding, or null if unknown encoding.
getMIMEType() - Method in class org.enhydra.xml.io.OutputOptions
Get the MIME for an output routine to use.
getMIMEType() - Method in interface org.enhydra.xml.xmlc.XMLObject
Get the MIME type associated with the document, or null if none was associated.
getMIMEType() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getMIMEType() - Method in interface org.enhydra.xml.xmlc.dom.XMLCDomFactory
Get the MIME type to associated with the document, or null if none should be associated.
getMIMEType() - Method in class org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory
 
getMIMEType() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory
 
getMIMEType() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory
 
getModifiers() - Method in class org.enhydra.xml.xmlc.codegen.JavaVariable
Get the modifiers.
getModifiers() - Method in class org.enhydra.xml.xmlc.codegen.JavaMethod
Get the modifiers.
getModifiers() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the modifiers.
getMultiple() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getMultipleAllowed() - Method in class org.enhydra.xml.xmlc.commands.options.Option
Return true if the option maybe specified multiple times, resulting in a list of values.
getName() - Method in class org.enhydra.xml.io.CharacterSet
Get the name
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLParamElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLMapElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getName() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getName() - Method in class org.enhydra.xml.xmlc.codegen.JavaVariable
Get the name.
getName() - Method in class org.enhydra.xml.xmlc.codegen.JavaMethod
Get the name.
getName() - Method in class org.enhydra.xml.xmlc.codegen.JavaClass
Get the name.
getName() - Method in class org.enhydra.xml.xmlc.commands.options.Option
Get the option name, including leading `-'.
getName() - Method in class org.enhydra.xml.xmlc.metadata.Parser
Get the parser to use.
getName() - Method in class org.enhydra.xml.xmlc.metadata.EnumeratedType
Return symbolic name of type.
getName() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the name attribute value, or the default value if its not specified.
getName() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTag
Get the name attribute value.
getName() - Method in class org.enhydra.xml.xmlc.metadata.HTMLAttr
Get the name attribute value.
getName() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Get the name of the tag.
getName() - Method in class org.enhydra.xml.xmlc.metadata.Implements
Get the name of the interface.
getName() - Method in class org.enhydra.xml.xmlc.metadata.JavacOption
Get the name attribute value.
getName() - Method in interface org.enhydra.xml.xmlc.metadata.HTMLTagDef
Get the name of the tag.
getName() - Method in interface org.enhydra.xml.xmlc.metadata.HTMLAttrDef
Get the name attribute value.
getName(InputSource) - Static method in class org.enhydra.xml.io.InputSourceOps
Get a description of an input source.
getName(String) - Method in class org.enhydra.xml.io.Encodings
Get the encoding name, given any encoding or alias, or null if unknown encoding.
getNamespaceURI() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getNamespaceURI() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getNewUrl() - Method in class org.enhydra.xml.xmlc.metadata.URLMapping
Get the newUrl attribute value.
getNextSibling() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getNextSibling() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getNextSibling() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getNextSibling() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getNextSibling() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getNextSibling() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getNextSibling() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getNextSibling() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getNoCompile() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getNode(int) - Method in class org.enhydra.xml.lazydom.NodeIdMap
Get a node, given its id.
getNode(int) - Method in class org.enhydra.xml.lazydom.TemplateDOM
Get a node, given an id.
getNodeById(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Get or create a lazy node, given its id.
getNodeFromTemplate(LazyNode) - Method in class org.enhydra.xml.lazydom.LazyDocument
Get or create a node given, the template node.
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyDocumentType
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getNodeId() - Method in interface org.enhydra.xml.lazydom.LazyNode
Get the node numeric id number.
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyText
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyCDATASection
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyProcessingInstruction
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyNotation
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyComment
 
getNodeId() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getNodeName() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getNodeName() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getNodeSize() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
 
getNodeType() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getNodeType() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getNodeTypeCost(Node) - Method in class org.enhydra.xml.xmlc.dom.generic.BuildMethodMappings
Policy control: Get the cost of creating a single node based on its type.
getNodeValue() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getNodeValue() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getNodeValue() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getNodeValue() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getNoHref() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getNoResize() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getNoShade() - Method in class org.enhydra.xml.lazydom.html.HTMLHRElementImpl
 
getNotations() - Method in class org.enhydra.xml.lazydom.LazyDocumentType
 
getNoWrap() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getNumAccessMethods() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the total number of access methods for this element.
getNumArgs() - Method in class org.enhydra.xml.xmlc.commands.options.Option
Get the number of arguments for a single instance of the option.
getNumArgs() - Method in class org.enhydra.xml.xmlc.misc.SSIDirective
Get the number of arguments
getObject() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getOldClassConstants() - Method in class org.enhydra.xml.xmlc.metadata.HTMLCompatibility
Get the oldClassConstants attribute value.
getOldNameConstants() - Method in class org.enhydra.xml.xmlc.metadata.HTMLCompatibility
Get the oldNameConstants attribute value.
getOmitAttributeCharEntityRefs() - Method in class org.enhydra.xml.io.OutputOptions
Get value of flag that enables or disables the use of character entity references in attribute values.
getOmitDocType() - Method in class org.enhydra.xml.io.OutputOptions
Get flag indicating if the DOCTYPE should be omitted.
getOmitEncoding() - Method in class org.enhydra.xml.io.OutputOptions
Get flag indicating if encoding should be omitted from the XML header.
getOmitXMLHeader() - Method in class org.enhydra.xml.io.OutputOptions
Get flag indicating if the XML header should be omitted.
getOptclose() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTag
Get the optclose attribute value.
getOptclose() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagDefImpl
Get the optclose attribute.
getOptclose() - Method in interface org.enhydra.xml.xmlc.metadata.HTMLTagDef
Get the optclose attribute value.
getOptional() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the optional attribute value.
getOptions() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getOptions() - Method in class org.enhydra.xml.xmlc.commands.options.OptionFileParser
Get the options that were parsed.
getOptions() - Method in class org.enhydra.xml.xmlc.commands.options.OptionSet
Get an enumeration of all options in the set.
getOptions() - Method in class org.enhydra.xml.xmlc.commands.options.OptionsParser
Get the parsed options.
getOptions() - Method in class org.enhydra.xml.xmlc.misc.ProcessRunner
Get the options
getOptionsMsg() - Method in class org.enhydra.xml.xmlc.commands.options.OptionSet
Get displayable string of valid options for use in error messages.
getOutput() - Method in class org.enhydra.xml.io.ErrorReporter
Get the buffer containing the output if internal buffering has been used.
getOutputOptions() - Method in class org.enhydra.xml.io.DOMFormatter
Get the output options.
getOwnerDocument() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getOwnerDocument() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getPackageName() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. Get the package name, or null if not set.
getPackageName() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the package name, or null if not set.
getPackageName(String) - Static method in class org.enhydra.xml.xmlc.codegen.JavaLang
 
getPackageOutputDir() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the package output directory, obtained from the classOutputRoot attribute and package name.
getPackagePrefixList() - Method in class org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory
Get the package prefix list, the list of package path is seperated with File.pathSeparator instead of '.'
getParentNode() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getParentNode() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getParentNode() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getParentNode() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getParentNode() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getParentNode() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getParentNode() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getParentNode() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getParseInfo() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getParser() - Method in class org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor
Create a parser base on the version of swing we are linked to.
getParser() - Method in class org.enhydra.xml.xmlc.metadata.MetaData
Get the parser metadata or null if it doesn't exist.
getPositionalArgs() - Method in class org.enhydra.xml.xmlc.commands.options.OptionsParser
Get the positional arguments.
getPrefix() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getPrefix() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getPreFormatOutputOptions() - Method in interface org.enhydra.xml.io.PreFormattedTextDocument
Get the OutputOption that were used to format the document.
getPreFormatOutputOptions() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getPreFormattedElementCount() - Method in class org.enhydra.xml.io.BaseDOMFormatter
Get the count of preformatted element open tags that were written.
getPreFormattedElementCount() - Method in interface org.enhydra.xml.io.Formatter
Get the count of preformatted element open tags that were written.
getPreFormattedText() - Method in interface org.enhydra.xml.io.PreFormattedText
Get the pre-formatted text for a node.
getPreFormattedText() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getPreFormattedText() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getPreFormattedText() - Method in class org.enhydra.xml.lazydom.LazyText
 
getPreFormattedTextCount() - Method in class org.enhydra.xml.io.BaseDOMFormatter
Get the count of preformatted text nodes that were written.
getPreFormattedTextCount() - Method in interface org.enhydra.xml.io.Formatter
Get the count of preformatted text nodes that were written.
getPreserveSpace() - Method in class org.enhydra.xml.io.OutputOptions
Get the default space-preservation flag.
getPrettyPrinting() - Method in class org.enhydra.xml.io.OutputOptions
Get pretty-printing flag.
getPreviousSibling() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getPreviousSibling() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getPreviousSibling() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getPreviousSibling() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getPreviousSibling() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getPreviousSibling() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getPreviousSibling() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getPreviousSibling() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getPrintAccessMethods() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getPrintAccessorInfo() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the printAccessorInfo attribute.
getPrintDebug() - Method in class org.enhydra.xml.io.ErrorReporter
Get the value of the printDebug flag.
getPrintDocumentInfo() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the printDocumentInfo attribute.
getPrintDOM() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the printDOM attribute.
getPrintInfo() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. Get the -info option value.
getPrintParseInfo() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the printParseInfo attribute.
getPrintVersion() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getPrintVersion() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the printVersion attribute.
getPrintWarnings() - Method in class org.enhydra.xml.io.ErrorReporter
Get the value of the printWarnings flag.
getProcessSSI() - Method in class org.enhydra.xml.xmlc.metadata.InputDocument
Get the processSSI attribute.
getProfile() - Method in class org.enhydra.xml.lazydom.html.HTMLHeadElementImpl
 
getPrompt() - Method in class org.enhydra.xml.lazydom.html.HTMLIsIndexElementImpl
 
getPublicId() - Method in class org.enhydra.xml.io.OutputOptions
Get the public id to be used in the DOCUMENT.
getPublicId() - Method in class org.enhydra.xml.xmlc.dom.DocTypeBuilder
Get the publicId.
getPublicMapping(String) - Method in class org.enhydra.xml.io.XMLEntityResolver
Returns a public identifier mapping.
getPublicMappingKeys() - Method in class org.enhydra.xml.io.XMLEntityResolver
Returns an enumeration of public identifier mapping keys.
getReadOnly() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getReadOnly() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getRecompilation() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the recompilation attribute value.
getRecompileSource() - Method in class org.enhydra.xml.xmlc.metadata.InputDocument
Get the recompileSource attribute value.
getReferenceName() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the reference name for this element.
getReferrer() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getReferrer() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getReferrer() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getRegexp() - Method in class org.enhydra.xml.xmlc.metadata.URLRegExpMapping
Get the regexp attribute value.
getRel() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getRel() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getRequiredElementById(String, Node) - Static method in class org.enhydra.xml.xmlc.XMLCUtil
Recursively search for an required element by id starting at a node.
getResourceDirList() - Method in class org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory
Return the resource directory list
getReturnType() - Method in class org.enhydra.xml.xmlc.codegen.JavaMethod
Get the return type.
getRev() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getRev() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getRowIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getRowIndex(Node) - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getRows() - Method in class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl
 
getRows() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameSetElementImpl
 
getRows() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getRows() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getRowSpan() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getRules() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getScheme() - Method in class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl
 
getScope() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getScrolling() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getScrolling() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getSectionRowIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getSelected() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getSelectedIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getServletContext() - Method in class org.enhydra.xml.xmlc.servlet.XMLCContext
Get the associated servlet context
getSessionURLEncoding() - Method in class org.enhydra.xml.xmlc.servlet.XMLCContext
 
getShape() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getShape() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getSize() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getSize() - Method in class org.enhydra.xml.lazydom.html.HTMLHRElementImpl
 
getSize() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getSize() - Method in class org.enhydra.xml.lazydom.html.HTMLBaseFontElementImpl
 
getSize() - Method in class org.enhydra.xml.lazydom.html.HTMLFontElementImpl
 
getSourceFileName(Class) - Method in class org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl
Get the name of the source file associated with docClass
getSourceOutputRoot() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the sourceOutputRoot attribute.
getSpan() - Method in class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
 
getSrc() - Method in class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl
 
getSrc() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getSrc() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getSrc() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getSrc() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getSSIBase() - Method in class org.enhydra.xml.xmlc.metadata.InputDocument
Get the SSIBase attribute.
getStandalone() - Method in interface org.enhydra.xml.xmlc.XMLObject
See org.w3c.dom.Document#getStandalone
getStandalone() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
See org.w3c.dom.Document#getStandalone
getStandalone() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getStandalone(Document) - Static method in class org.enhydra.xml.dom.DOMOps
Call Document#getStandalone() on doc if supported.
getStandby() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getStart() - Method in class org.enhydra.xml.lazydom.html.HTMLOListElementImpl
 
getStderr() - Method in class org.enhydra.xml.xmlc.misc.ProcessRunner
Get accumulated stderr, or null if it was not collected.
getStdout() - Method in class org.enhydra.xml.xmlc.misc.ProcessRunner
Get accumulated stdout, or null if it was not collected.
getStreamCharOffset() - Method in class org.enhydra.xml.xmlc.misc.LineNumberMap.Line
Zero-based stream char offset.
getStreamLineNum() - Method in class org.enhydra.xml.xmlc.misc.LineNumberMap.Line
Get one-based stream line number.
getStrictErrorChecking() - Method in interface org.enhydra.xml.xmlc.XMLObject
See org.w3c.dom.Document#getStrictErrorChecking
getStrictErrorChecking() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
See org.w3c.dom.Document#getStrictErrorChecking
getStrictErrorChecking() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getStrictErrorChecking(Document) - Static method in class org.enhydra.xml.dom.DOMOps
Call Document#getStrictErrorChecking() on doc if supported.
getStringArrayAttribute(String) - Method in class org.enhydra.xml.xmlc.metadata.MetaDataElement
Get the value of a String array attribute.
getSubst() - Method in class org.enhydra.xml.xmlc.metadata.URLRegExpMapping
Get the subst attribute value.
getSubTreeNodeSize() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
 
getSummary() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getSuppressGetElementMethods() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the createGetElementMethods attribute value.
getSwingVersion() - Method in class org.enhydra.xml.xmlc.html.parsers.swing.ParserAdaptor
Get the guessed version of swing being used.
getSystemId() - Method in class org.enhydra.xml.io.OutputOptions
Get the system id to be used in the DOCUMENT.
getSystemId() - Method in class org.enhydra.xml.xmlc.dom.DocTypeBuilder
Get the systemId.
getSystemId() - Method in class org.enhydra.xml.xmlc.misc.SSIParsedStream
Get the system id of the associated file.
getSystemId() - Method in class org.enhydra.xml.xmlc.misc.SSIDirective
Get the system id for the file that contained this directive.
getSystemId() - Method in class org.enhydra.xml.xmlc.misc.SSIReader
Get the system id of the currently opened file.
getSystemMapping(String) - Method in class org.enhydra.xml.io.XMLEntityResolver
Returns a system identifier alias.
getSystemMappingKeys() - Method in class org.enhydra.xml.io.XMLEntityResolver
Returns an enumeration of system identifier mapping keys.
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
 
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getTabIndex() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getTagClass() - Method in class org.enhydra.xml.xmlc.metadata.DocumentSection
Get the TagClass child elements.
getTagDefs() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagSetDef
Get the tag definitions.
getTagName() - Method in class org.enhydra.xml.xmlc.metadata.TagClass
Get the tagName attribute value.
getTagNames() - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get all tag names that were found in local-id-attribute mode.
getTagNames() - Method in class org.enhydra.xml.xmlc.metadata.ElementDef
Get the tagNames attribute value.
getTags() - Method in class org.enhydra.xml.xmlc.html.HTMLProprietaryTags
Get an enumeration of the proprietary Tag objects.
getTagSet() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagSet
Get the tagSet to use.
getTagSet() - Static method in class org.enhydra.xml.xmlc.metadata.HTMLCyberStudioTagSet
Get the singleton instance of the tag set.
getTagSetDef() - Method in class org.enhydra.xml.xmlc.metadata.HTMLTagSet
Get the HTMLTagSetDef object for the tag set in the element.
getTagSets() - Method in class org.enhydra.xml.xmlc.html.HTMLProprietaryTags
Get an enumeration of the tag sets that have been defined.
getTarget() - Method in class org.enhydra.xml.lazydom.html.HTMLBaseElementImpl
 
getTarget() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getTarget() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getTarget() - Method in class org.enhydra.xml.lazydom.html.HTMLFormElementImpl
 
getTarget() - Method in class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl
 
getTBodies() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getTemplateAttr() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
Get the template for this node.
getTemplateAttr() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
Get the template for this node.
getTemplateCDATASection() - Method in class org.enhydra.xml.lazydom.LazyCDATASection
Get the template for this node.
getTemplateComment() - Method in class org.enhydra.xml.lazydom.LazyComment
Get the template for this node.
getTemplateDocument() - Method in class org.enhydra.xml.lazydom.LazyDocument
Get the template for this node.
getTemplateDocumentType() - Method in class org.enhydra.xml.lazydom.LazyDocumentType
Get the template for this node.
getTemplateElement() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
Get the template for this node.
getTemplateElement() - Method in class org.enhydra.xml.lazydom.LazyElementNS
Get the template for this node.
getTemplateElement() - Method in interface org.enhydra.xml.lazydom.LazyElement
Get the template for this node.
getTemplateEntity() - Method in class org.enhydra.xml.lazydom.LazyEntity
Get the template for this node.
getTemplateEntityReference() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
Get the template for this node.
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyElementNoNS
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyElementNS
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyDocumentType
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getTemplateNode() - Method in interface org.enhydra.xml.lazydom.LazyNode
Get the template node as a LazyNode.
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyText
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyCDATASection
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyProcessingInstruction
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyNotation
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyEntityReference
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyEntity
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyComment
 
getTemplateNode() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getTemplateNode(int) - Method in class org.enhydra.xml.lazydom.LazyDocument
Get a template node, given a node id.
getTemplateNotation() - Method in class org.enhydra.xml.lazydom.LazyNotation
Get the template for this node.
getTemplateProcessingInstruction() - Method in class org.enhydra.xml.lazydom.LazyProcessingInstruction
Get the template for this node.
getTemplateText() - Method in class org.enhydra.xml.lazydom.LazyText
Get the template for this node.
getText() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getText() - Method in class org.enhydra.xml.lazydom.html.HTMLTitleElementImpl
 
getText() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getText() - Method in class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
 
getTextContent() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getTextContent() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getTFoot() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getTHead() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getTitle() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLElement
 
getTitle() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getTitle() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getTitle() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getTraverser(DOMTraversal.Handler, int, Node) - Static method in class org.enhydra.xml.dom.DOMTraversal
Factory method to create a traverser based on the type of a document.
getTraverser(SimpleDOMTraversal.Handler, Node) - Static method in class org.enhydra.xml.dom.SimpleDOMTraversal
Factory method to create a traverser based on the type of a document.
getTraverserOptions(int) - Static method in class org.enhydra.xml.dom.DOMInfo
Get traverser options from DOMInfo options.
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLParamElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLOListElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLStyleElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLUListElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLLIElementImpl
 
getType() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getType() - Method in class org.enhydra.xml.xmlc.codegen.JavaVariable
Get the type.
getType(String) - Static method in class org.enhydra.xml.xmlc.metadata.GenerateType
Get the object for the specified type.
getType(String) - Static method in class org.enhydra.xml.xmlc.metadata.DOMType
Get the object for the specified type.
getType(String) - Static method in class org.enhydra.xml.xmlc.metadata.HTMLTagSetType
Get the object for the specified type.
getType(String) - Static method in class org.enhydra.xml.xmlc.metadata.DocumentFormat
Get the object for the specified type.
getType(String) - Static method in class org.enhydra.xml.xmlc.metadata.ParserType
Get the object for the specified type.
getUnqualClassName() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the unqualified class name attribute.
getUnqualInterfaceName() - Method in class org.enhydra.xml.xmlc.metadata.DocumentClass
Get the unqualified interface name, or null if there is no interface associated with the class.
getUrl() - Method in class org.enhydra.xml.xmlc.metadata.URLMapping
Get the url attribute value.
getUrl() - Method in class org.enhydra.xml.xmlc.metadata.Include
Get the url attribute.
getUrl() - Method in class org.enhydra.xml.xmlc.metadata.XCatalog
Get the url attribute value.
getURL() - Method in class org.enhydra.xml.lazydom.html.LazyHTMLDocument
 
getURL() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedHTMLDocument
 
getURL() - Method in class org.enhydra.xml.xmlc.html.HTMLObjectImpl
 
getURLMappings() - Method in class org.enhydra.xml.xmlc.metadata.DOMEdits
Get the URLMapping child elements.
getURLRegExpMappings() - Method in class org.enhydra.xml.xmlc.metadata.DOMEdits
Get the URLRegExpMapping child elements.
getURLRewriteAttributes() - Method in class org.enhydra.xml.io.OutputOptions
Get the URL attribute names to apply session rewriting.
getURLRewriter() - Method in class org.enhydra.xml.io.OutputOptions
Get the URLRewriter.
getUseAposEntity() - Method in class org.enhydra.xml.io.OutputOptions
Get use-apos-entity flag
getUseHTML4Entities() - Method in class org.enhydra.xml.io.OutputOptions
Get the flag telling whether to use named entities from HTML 4.0 or not.
getUseMap() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getUseMap() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getUseMap() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getUserData(String) - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getUserData(String) - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getValidate() - Method in class org.enhydra.xml.xmlc.metadata.Parser
Get the document validation flag.
getVAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl
 
getVAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl
 
getVAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
 
getVAlign() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.LazyAttrNS
 
getValue() - Method in class org.enhydra.xml.lazydom.LazyAttrNoNS
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLInputElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLParamElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLLIElementImpl
 
getValue() - Method in class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl
 
getValue() - Method in class org.enhydra.xml.xmlc.metadata.JavacOption
Get the value attribute value.
getValueType() - Method in class org.enhydra.xml.lazydom.html.HTMLParamElementImpl
 
getVarDefs() - Method in class org.enhydra.xml.xmlc.codegen.VarNames
Get code to define local variables.
getVarName(int) - Method in class org.enhydra.xml.xmlc.codegen.VarNames
Get the variable name for the current level.
getVerbose() - Method in class org.enhydra.xml.xmlc.commands.xmlc.XMLCOptions
Deprecated. for kelp only
getVerbose() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the verbose attribute.
getVersion() - Method in class org.enhydra.xml.lazydom.html.HTMLHtmlElementImpl
 
getVersion() - Method in interface org.enhydra.xml.xmlc.XMLObject
See org.w3c.dom.Document#getVersion()
getVersion() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
See org.w3c.dom.Document#getVersion()
getVersion() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getVersion(Document) - Static method in class org.enhydra.xml.dom.DOMOps
Call Document#getVersion() on doc if supported.
getVLink() - Method in class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl
 
getVspace() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getVspace() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getVspace() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getWarningCnt() - Method in class org.enhydra.xml.io.ErrorReporter
Get the count of warnings that have occured.
getWarnings() - Method in class org.enhydra.xml.xmlc.metadata.Parser
Get the parser warning flag.
getWarnings() - Method in class org.enhydra.xml.xmlc.metadata.CompileOptions
Get the parser warning flag.
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLHRElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLPreElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLImageElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLTableElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl
 
getWidth() - Method in class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl
 
getXCatalog() - Method in class org.enhydra.xml.xmlc.metadata.Parser
Get the xcatalog metadata.
getXCatalogURLs() - Method in class org.enhydra.xml.xmlc.metadata.Parser
Get the list of XCatalog file URLs.
getXMLCDocument() - Method in class org.enhydra.xml.xmlc.compiler.ElementTable
Get the XMLCDocument object stored in the table.
getXMLCDocument() - Method in class org.enhydra.xml.xmlc.html.parsers.HTMLDocBuilder
Get the XMLC document associated with this object.
getXMLCFactory() - Method in class org.enhydra.xml.xmlc.servlet.XMLCContext
Get the XMLC factory object associated with the context.
getXMLDomFactoryClass() - Method in class org.enhydra.xml.xmlc.metadata.DOMType
Get the XML DOM factory class for this type.
getXmlEncoding() - Method in class org.enhydra.xml.io.OutputOptions
Deprecated. Use getMIMEEncoding().
getXmlEncoding() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getXmlEncoding() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getXmlId() - Method in class org.enhydra.xml.xmlc.compiler.ElementInfo
Get the XML id, or null if there isn't one.
getXMLObject() - Method in class org.enhydra.xml.lazydom.LazyDocument
 
getXMLObject() - Method in interface org.enhydra.xml.xmlc.XMLObjectLink
Get the XMLC XMLObject that contains this document, or null it it's not associated with a XMLObject.
getXMLObject() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getXMLObject() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory.LinkedXercesDocument
Deprecated.  
getXMLObject() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory.LinkedXercesDocument
Deprecated.  
getXMLObject() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedHTMLDocument
 
getXMLObject() - Method in class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedDocument
 
getXmlStandalone() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getXmlStandalone() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getXmlVersion() - Method in class org.enhydra.xml.xmlc.XMLObjectImpl
 
getXmlVersion() - Method in class org.enhydra.xml.xmlc.dom.generic.GenericLinkedDocument
 
getXMLVersion() - Method in class org.enhydra.xml.xmlc.dom.XMLCDocument
Get the XML version.
getZeroCheck() - Method in class org.enhydra.xml.xmlc.codegen.IndentWriter
Get value of zero-check flag.
gt - Static variable in class org.enhydra.xml.io.HTMLEntities
Unicode character for entity gt (>).

< 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.