Uses of Interface
org.apache.ecs.Element

Packages that use Element
org.apache.ecs   
org.apache.ecs.html   
org.apache.ecs.jsp   
org.apache.ecs.rtf   
org.apache.ecs.vxml   
org.apache.ecs.wml   
org.apache.ecs.xhtml   
org.apache.ecs.xml   
 

Uses of Element in org.apache.ecs
 

Classes in org.apache.ecs that implement Element
 class ClearElement
          A basic ECS element that doesn't have a filter.
 class ConcreteElement
          This class is to be subclassed by those elements that are made up of other elements.
 class Doctype
          This class creates a <!DOCTYPE> tag.
static class Doctype.Html401Frameset
          The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well.
static class Doctype.Html401Strict
          The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
static class Doctype.Html401Transitional
          The HTML 4.01 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
static class Doctype.Html40Frameset
          The HTML 4.0 Frameset DTD includes everything in the transitional DTD plus frames as well.
static class Doctype.Html40Strict
          The HTML 4.0 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
static class Doctype.Html40Transitional
          The HTML 4.0 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
static class Doctype.XHtml10Frameset
          The XHTML 1.0 Frameset DTD This is the same as HTML 4.0 Frameset except for changes due to the differences between XML and SGML.
static class Doctype.XHtml10Strict
          The XHTML 1.0 Strict DTD This is the same as HTML 4.0 Strict except for changes due to the differences between XML and SGML.
static class Doctype.XHtml10Transitional
          The XHTML 1.0 Transitional DTD This is the same as HTML 4.0 Transitional except for changes due to the differences between XML and SGML.
 class ElementAttributes
          This class provides a common set of attributes set* methods for all classes.
 class ElementContainer
          This class is a Element container class.
 class GenericElement
          This class implements the ElementFactory.
 class MultiPartElement
          This class is to be subclassed by those elements that are made up of other elements.
 class SinglePartElement
          This class is to be subclassed by those elements that are made up of other elements that do not have an end tag.
 class StringElement
          This class is used to create a String element in ECS.
 

Methods in org.apache.ecs that return Element
 Element GenericElement.setPrettyPrint(boolean pretty_print)
          Do we want to pretty print?
 Element GenericElement.setFilterState(boolean filter_state)
          set the filter state of the element.
 Element GenericElement.setBeginModifier(char modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.setBeginStartModifier(char modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.setBeginEndModifier(char modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.setBeginModifier(char start_modifier, char end_modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.removeBeginStartModifier()
          Remove the element modifier for this tag.
 Element GenericElement.removeBeginEndModifier()
          Remove the element modifier for this tag.
 Element GenericElement.setEndModifier(char modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.setEndStartModifier(char modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.setEndEndModifier(char modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.setEndModifier(char start_modifier, char end_modifier)
          Set the element modifier the default is no modifier.
 Element GenericElement.removeEndStartModifier()
          Remove the element modifier for this tag.
 Element GenericElement.removeEndEndModifier()
          Remove the element modifier for this tag.
 Element GenericElement.setTagText(java.lang.String text)
           
 Element ElementAttributes.setAttributeQuoteChar(char quote_char)
          Set the character used to quote attributes.
 Element ElementAttributes.setAttributeEqualitySign(char equality_sign)
          Set the equality sign for an attribute.
 Element ElementAttributes.setAttributeQuote(boolean attribute_quote)
          Set wether or not we surround the attributes with quotes.
 Element ElementAttributes.setID(java.lang.String id)
          Set the element id for Cascading Style Sheets.
 Element ElementAttributes.setClass(java.lang.String element_class)
          Set the element class for Cascading Style Sheets.
 Element ElementAttributes.setLang(java.lang.String lang)
          Sets the LANG="" attribute
 Element ElementAttributes.setStyle(java.lang.String style)
          Sets the STYLE="" attribute
 Element ElementAttributes.setDir(java.lang.String dir)
          Sets the DIR="" attribute
 Element ElementAttributes.setTitle(java.lang.String title)
          Sets the TITLE="" attribute
 Element ElementAttributes.setAttributeFilterState(boolean filter_attribute_state)
          Tell the element if we want to filter its attriubtes.
 Element ElementAttributes.setAttributeFilter(Filter attribute_filter)
          Set up a new filter for all element attributes.
 Element ElementAttributes.addAttribute(java.lang.String attribute_name, java.lang.Object attribute_value)
          Add an attribute to the element.
 Element ElementAttributes.addAttribute(java.lang.String attribute_name, int attribute_value)
          Add an attribute to the element.
 Element ElementAttributes.addAttribute(java.lang.String attribute_name, java.lang.String attribute_value)
          Add an attribute to the element.
 Element ElementAttributes.addAttribute(java.lang.String attribute_name, java.lang.Integer attribute_value)
          Add an attribute to the element.
 Element ElementAttributes.removeAttribute(java.lang.String attribute_name)
          remove an attribute from the element
 Element ConcreteElement.addElementToRegistry(Element element)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String hashcode, Element element)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(Element element, boolean filter)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String hashcode, Element element, boolean filter)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String value, boolean filter)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String hashcode, java.lang.String value, boolean filter)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String value)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String hashcode, java.lang.String value)
          Registers an element in the head element list
 Element ConcreteElement.removeElementFromRegistry(Element element)
          Removes an element from the element registry
 Element ConcreteElement.removeElementFromRegistry(java.lang.String hashcode)
          Removes an element from the head element registry
 Element ElementRegistry.addElementToRegistry(Element element)
           
 Element ElementRegistry.addElementToRegistry(java.lang.String element)
           
 Element ElementRegistry.removeElementFromRegistry(Element element)
           
 Element ElementRegistry.removeElementFromRegistry(java.lang.String element)
           
 Element Element.setBeginStartModifier(char start_modifier)
           
 Element Element.setBeginEndModifier(char start_modifier)
          Set a modifer for the end of the tag.
 Element Element.setEndStartModifier(char start_modifier)
           
 Element Element.setEndEndModifier(char start_modifier)
          Set a modifer for the end of the tag.
 Element Element.setFilterState(boolean state)
          Set the filter state of the element.
 Element Element.setPrettyPrint(boolean pretty_print)
          Set the prettyPrint state of the element.
 Element Attributes.setAttributeFilterState(boolean filter_attribute_state)
          Set the state of the attribute filter.
 Element Attributes.setAttributeFilter(Filter attribute_filter)
          Set the AttributeFilter that should be used.
 Element Attributes.addAttribute(java.lang.String name, java.lang.Object element)
          Add an attribute to the Element.
 Element Attributes.addAttribute(java.lang.String name, int element)
          Add an attribute to the Element.
 Element Attributes.addAttribute(java.lang.String name, java.lang.String element)
          Add an attribute to the Element.
 Element Attributes.addAttribute(java.lang.String name, java.lang.Integer element)
          Add an attribute to the Element.
 Element Attributes.removeAttribute(java.lang.String name)
          Remove an attribute from the element.
 Element Attributes.setAttributeQuoteChar(char quote_char)
          Set the character used to quote attributes.
 Element Attributes.setAttributeEqualitySign(char equality_sign)
          Set the equality sign for an attribute.
 Element Attributes.setAttributeQuote(boolean attribute_quote)
          Set wether or not we surround the attributes with quotes.
 

Methods in org.apache.ecs with parameters of type Element
 XhtmlDocument XhtmlDocument.appendHead(Element value)
          Append to the head element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendBody(Element value)
          Append to the body element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendTitle(Element value)
          Append to the title element for this XhtmlDocument container.
 Element ConcreteElement.addElementToRegistry(Element element)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String hashcode, Element element)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(Element element, boolean filter)
          Registers an element in the head element list
 Element ConcreteElement.addElementToRegistry(java.lang.String hashcode, Element element, boolean filter)
          Registers an element in the head element list
 Element ConcreteElement.removeElementFromRegistry(Element element)
          Removes an element from the element registry
 boolean ConcreteElement.registryHasElement(Element element)
          Find out if this element is in the element registry.
 Doctype Doctype.addElement(java.lang.String hashcode, Element element)
          Adds and Element to the element.
 Doctype Doctype.addElement(Element element)
          Adds an Element to the element.
 FrameSetDocument FrameSetDocument.appendHead(Element value)
          Append to the head element for this FrameSetDocument container.
 FrameSetDocument FrameSetDocument.appendFrameSet(Element value)
          Append to the head element for this FrameSetDocument container.
 FrameSetDocument FrameSetDocument.appendBody(Element value)
          Append to the body element for this FrameSetDocument container.
 FrameSetDocument FrameSetDocument.appendTitle(Element value)
          Append to the title element for this FrameSetDocument container.
 StringElement StringElement.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 StringElement StringElement.addElement(Element element)
          Adds an Element to the element.
 Document Document.appendHead(Element value)
          Append to the head element for this document container.
 Document Document.appendBody(Element value)
          Append to the body element for this document container.
 Document Document.appendTitle(Element value)
          Append to the title element for this document container.
 Element ElementRegistry.addElementToRegistry(Element element)
           
 Element ElementRegistry.removeElementFromRegistry(Element element)
           
 boolean ElementRegistry.registryHasElement(Element element)
           
 ElementContainer ElementContainer.addElement(Element element)
          Adds an Element to the element.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.appendHead(Element value)
          Append to the head element for this XhtmlFrameSetDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.appendFrameSet(Element value)
          Append to the head element for this XhtmlFrameSetDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.appendBody(Element value)
          Append to the body element for this XhtmlFrameSetDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.appendTitle(Element value)
          Append to the title element for this XhtmlFrameSetDocument container.
 

Constructors in org.apache.ecs with parameters of type Element
StringElement(Element element)
          Basic constructor
ElementContainer(Element element)
          Basic constructor
 

Uses of Element in org.apache.ecs.html
 

Classes in org.apache.ecs.html that implement Element
 class A
          This class creates a <A> tag.
 class Abbr
          This class creates a <Abbr> tag.
 class Acronym
          This class creates a <Acronym> tag.
 class Address
          This class creates a <ADDRESS> tag.
 class Applet
          This class creates an ObjectElement
 class Area
          This class creates a <Area> tag.
 class B
          This class creates a <B> tag.
 class Base
          This class creates a <BASE> tag.
 class BaseFont
          This class creates a <BASEFONT> object.
 class Bdo
          This class creates a <BODY></BODY> tag.
 class Big
          This class creates a <BIG> tag.
 class Blink
          This class creates a <BLINK> tag.
 class BlockQuote
          This class creates a <BlockQuote> tag.
 class Body
          This class creates a <BODY></BODY> tag.
 class BR
          This class creates a <BR> tag.
 class Button
          This class creates a <Button> tag.
 class Caption
          This class creates a <Caption> tag.
 class Center
          This class creates a <CENTER> tag.
 class Cite
          This class creates a <EM> tag.
 class Code
          This class creates a <Code> tag.
 class Col
          This class creates a <COL> object.
 class ColGroup
          This class creates a <COLGROUP> object.
 class Comment
          This class defines a comment <-- VALUE --> Element.
 class DD
          This class creates a <DD> tag.
 class Del
          This class creates a <DEL> tag.
 class Dfn
          This class creates a <Dfn> tag.
 class Div
          This class creates a <DIV> tag.
 class DL
          This class creates a <DL> tag.
 class DT
          This class creates a <DT> tag.
 class Em
          This class creates a <EM> tag.
 class FieldSet
          This class creates a <FieldSet> tag.
 class Font
          This class creates a <FONT> object.
 class Form
          This class creates a <FORM> tag.
 class Frame
          This class creates a <Frame> tag.
 class FrameSet
          This class creates a <FrameSet> tag.
 class H1
          This class creates a <H1> tag.
 class H2
          This class creates a <H2> tag.
 class H3
          This class creates a <H3> tag.
 class H4
          This class creates a <H4> tag.
 class H5
          This class creates a <H5> tag.
 class H6
          This class creates a <H6> tag.
 class Head
          This class creates a <HEAD></HEAD> tag.
 class HR
          This class creates an <HR> tag.
 class Html
          This class creates a <HTML></HTML> tag.
 class I
          This class creates a <I> tag.
 class IFrame
          This class creates a <IFrame> tag.
 class IMG
          This class creates an <IMG> tag.
 class Input
          This class creates a <Input> tag.
 class Ins
          This class creates a <INS> tag.
 class Kbd
          This class creates a <Kbd> tag.
 class Label
          This class creates a <LABEL> tag.
 class Legend
          This class creates a <Legend> tag.
 class LI
          This class creates a <LI> tag.
 class Map
          This class creates a <MAP> tag.
 class NOBR
          This class creates a <NOBR> tag.
 class NoFrames
          This class creates a <NoFrames> tag.
 class NoScript
          This class creates a <NoScript> tag.
 class ObjectElement
          This class creates an ObjectElement
 class OL
          This class creates a <OL> tag.
 class OptGroup
          This class creates a <OptGroup> tag.
 class Option
           This class creates a <Option> tag.
 class P
          This class creates a <P> tag.
 class PRE
          This class creates a <PRE> tag.
 class Q
          This class creates a <Q> tag.
 class S
          This class creates a <S> tag.
 class Samp
          This class creates a <Samp> tag.
 class Script
          This class creates a <U> tag.
 class Select
           This class creates a <SELECT> tag.
 class Small
          This class creates a <Small> tag.
 class Span
          This class creates a <SPAN> tag.
 class Strike
          This class creates a <U> tag.
 class Strong
          This class creates a <STRONG> tag.
 class Style
          This class creates a <Style> tag.
 class Sub
          This class creates a <Sub> tag.
 class Sup
          This class creates a <Sup> tag.
 class Table
          This class creates a <TABLE> object.
 class TBody
          This class creates a <TBODY> object.
 class TD
          This class creates a <TD> object.
 class TextArea
          This class creates a <TEXTAREA></TEXTAREA> tag.
 class TFoot
          This class creates a <TFOOT> object.
 class TH
          This class creates a <TH> object.
 class THead
          This class creates a <THEAD> object.
 class Title
          This class creates a <TITLE></TITLE> tag.
 class TR
          This class creates a <TR> object.
 class TT
          This class creates a <TT> tag.
 class U
          This class creates a <U> tag.
 class UL
          This class creates a <UL> tag.
 class Var
          This class creates a <Var> tag.
 

Methods in org.apache.ecs.html with parameters of type Element
 Option Option.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Option Option.addElement(Element element)
          Adds an Element to the element.
 Address Address.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Address Address.addElement(Element element)
          Adds an Element to the element.
 Dfn Dfn.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Dfn Dfn.addElement(Element element)
          Adds an Element to the element.
 ColGroup ColGroup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 ColGroup ColGroup.addElement(Element element)
          Adds an Element to the element.
 Samp Samp.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Samp Samp.addElement(Element element)
          Adds an Element to the element.
 Form Form.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Form Form.addElement(Element element)
          Adds an Element to the element.
 Small Small.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Small Small.addElement(Element element)
          Adds an Element to the element.
 DD DD.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 DD DD.addElement(Element element)
          Adds an Element to the element.
 H5 H5.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 H5 H5.addElement(Element element)
          Adds an Element to the element.
 FrameSet FrameSet.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 FrameSet FrameSet.addElement(Element element)
          Adds an Element to the element.
 Strike Strike.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Strike Strike.addElement(Element element)
          Adds an Element to the element.
 Q Q.setCite(Element cite)
          Sets the CITE="" attribute.
 Q Q.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Q Q.addElement(Element element)
          Adds an Element to the element.
 Html Html.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Html Html.addElement(Element element)
          Adds an Element to the element.
 BaseFont BaseFont.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 BaseFont BaseFont.addElement(Element element)
          Adds an Element to the element.
 TextArea TextArea.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TextArea TextArea.addElement(Element element)
          Adds an Element to the element.
 Center Center.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Center Center.addElement(Element element)
          Adds an Element to the element.
 Frame Frame.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Frame Frame.addElement(Element element)
          Adds an Element to the element.
 H6 H6.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 H6 H6.addElement(Element element)
          Adds an Element to the element.
 NoScript NoScript.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 NoScript NoScript.addElement(Element element)
          Adds an Element to the element.
 Select Select.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Select Select.addElement(Element element)
          Adds an Element to the Element.
 NOBR NOBR.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 NOBR NOBR.addElement(Element element)
          Adds an Element to the element.
 Base Base.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Base Base.addElement(Element element)
          Adds an Element to the element.
 Em Em.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Em Em.addElement(Element element)
          Adds an Element to the element.
 TD TD.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TD TD.addElement(Element element)
          Adds an Element to the element.
 Cite Cite.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Cite Cite.addElement(Element element)
          Adds an Element to the element.
 Abbr Abbr.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Abbr Abbr.addElement(Element element)
          Adds an Element to the element.
 UL UL.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 UL UL.addElement(Element element)
          Adds an Element to the element.
 Table Table.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Table Table.addElement(Element element)
          Adds an Element to the element.
 DL DL.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 DL DL.addElement(Element element)
          Adds an Element to the element.
 Comment Comment.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Comment Comment.addElement(Element element)
          Adds an Element to the element.
 Map Map.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Map Map.addElement(Element element)
          Adds an Element to the element.
 TBody TBody.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TBody TBody.addElement(Element element)
          Adds an Element to the element.
 OptGroup OptGroup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 OptGroup OptGroup.addElement(Element element)
          Adds an Element to the element.
 Sub Sub.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Sub Sub.addElement(Element element)
          Adds an Element to the element.
 Style Style.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Style Style.addElement(Element element)
          Adds an Element to the element.
 Big Big.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Big Big.addElement(Element element)
          Adds an Element to the element.
 S S.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 S S.addElement(Element element)
          Adds an Element to the element.
 Label Label.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Label Label.addElement(Element element)
          Adds an Element to the element.
 Kbd Kbd.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Kbd Kbd.addElement(Element element)
          Adds an Element to the element.
 OL OL.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 OL OL.addElement(Element element)
          Adds an Element to the element.
 Caption Caption.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Caption Caption.addElement(Element element)
          Add an element to the element
 H1 H1.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 H1 H1.addElement(Element element)
          Adds an Element to the element.
 Title Title.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Title Title.addElement(Element element)
          Adds an Element to the element.
 LI LI.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 LI LI.addElement(Element element)
          Adds an Element to the element.
 TR TR.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TR TR.addElement(Element element)
          Adds an Element to the element.
 TFoot TFoot.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TFoot TFoot.addElement(Element element)
          Adds an Element to the element.
 Link Link.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Link Link.addElement(Element element)
          Adds an Element to the element.
 HR HR.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 HR HR.addElement(Element element)
          Adds an Element to the element.
 FieldSet FieldSet.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 FieldSet FieldSet.addElement(Element element)
          Adds an Element to the element.
 Meta Meta.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Meta Meta.addElement(Element element)
          Adds an Element to the element.
 BlockQuote BlockQuote.setCite(Element cite)
          Sets the CITE="" attribute.
 BlockQuote BlockQuote.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 BlockQuote BlockQuote.addElement(Element element)
          Adds an Element to the element.
 Script Script.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Script Script.addElement(Element element)
          Adds an Element to the element.
 Bdo Bdo.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Bdo Bdo.addElement(Element element)
          Adds an Element to the element.
 Sup Sup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Sup Sup.addElement(Element element)
          Adds an Element to the element.
 Area Area.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Area Area.addElement(Element element)
          Add an element to the element
 A A.addElement(Element element)
          Adds an Element to the element.
 A A.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 DT DT.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 DT DT.addElement(Element element)
          Adds an Element to the element.
 H2 H2.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 H2 H2.addElement(Element element)
           
 Col Col.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Col Col.addElement(Element element)
          Adds an Element to the element.
 Legend Legend.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Legend Legend.addElement(Element element)
          Adds an Element to the element.
 Ins Ins.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Ins Ins.addElement(Element element)
          Adds an Element to the element.
 Body Body.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Body Body.addElement(Element element)
          Adds an Element to the element.
 Div Div.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Div Div.addElement(Element element)
          Adds an Element to the element.
 BR BR.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 BR BR.addElement(Element element)
          Adds an Element to the element.
 IMG IMG.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 IMG IMG.addElement(Element element)
          Adds an Element to the element.
 TT TT.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TT TT.addElement(Element element)
          Adds an Element to the element.
 Strong Strong.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Strong Strong.addElement(Element element)
          Adds an Element to the Element.
 NoFrames NoFrames.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 NoFrames NoFrames.addElement(Element element)
          Adds an Element to the element.
 Button Button.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Button Button.addElement(Element element)
          Adds an Element to the element.
 IFrame IFrame.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 IFrame IFrame.addElement(Element element)
          Adds an Element to the element.
 U U.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 U U.addElement(Element element)
          Adds an Element to the element.
 B B.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 B B.addElement(Element element)
          Adds an Element to the element.
 H3 H3.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 H3 H3.addElement(Element element)
          Adds an Element to the element.
 Applet Applet.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Applet Applet.addElement(Element element)
          Add an element to the element
 Input Input.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Input Input.addElement(Element element)
          Adds an Element to the element.
 Acronym Acronym.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Acronym Acronym.addElement(Element element)
          Adds an Element to the element.
 Blink Blink.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Blink Blink.addElement(Element element)
          Adds an Element to the element.
 THead THead.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 THead THead.addElement(Element element)
          Adds an Element to the element.
 PRE PRE.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 PRE PRE.addElement(Element element)
          Adds an Element to the element.
 Del Del.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Del Del.addElement(Element element)
          Adds an Element to the element.
 I I.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 I I.addElement(Element element)
          Adds an Element to the element.
 Param Param.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Param Param.addElement(Element element)
          Adds an Element to the element.
 Var Var.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Var Var.addElement(Element element)
          Adds an Element to the element.
 Span Span.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Span Span.addElement(Element element)
          Adds an Element to the element.
 Font Font.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Font Font.addElement(Element element)
          Adds an Element to the Element.
 TH TH.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 TH TH.addElement(Element element)
          Adds an Element to the element.
 ObjectElement ObjectElement.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 ObjectElement ObjectElement.addElement(Element element)
          Add an element to the element
 H4 H4.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 H4 H4.addElement(Element element)
          Adds an Element to the element.
 P P.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 P P.addElement(Element element)
          Adds an Element to the element.
 Head Head.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Head Head.addElement(Element element)
          Adds an Element to the element.
 Code Code.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Code Code.addElement(Element element)
          Adds an Element to the element.
 

Constructors in org.apache.ecs.html with parameters of type Element
Dfn(Element element)
          Basic constructor.
Samp(Element element)
          Basic constructor.
Form(Element element)
          Use the set* methods to set the values of the attributes.
Form(java.lang.String action, Element element)
          Use the set* methods to set the values of the attributes.
Form(java.lang.String action, java.lang.String method, Element element)
          Use the set* methods to set the values of the attributes.
Small(Element element)
          Basic constructor.
H5(Element element)
          Use the set* methods to set the values of the attributes.
FrameSet(Element element)
          Basic constructor.
FrameSet(java.lang.String rows, java.lang.String cols, Element element)
          Basic constructor.
Strike(Element element)
          Basic constructor.
Q(Element element)
          Basic constructor.
Q(Element element, java.lang.String cite)
          Basic constructor.
Q(Element element, Element cite)
          Basic constructor.
Q(java.lang.String element, Element cite)
          Basic constructor.
Html(Element value)
          This method creates a <HTML> tag and sets it value
Center(Element element)
          Basic constructor.
Frame(Element element)
          Basic constructor.
Frame(Element element, java.lang.String name)
          Basic constructor.
Frame(Element element, java.lang.String name, java.lang.String src)
          Basic constructor.
H6(Element element)
          Use the set* methods to set the values of the attributes.
NoScript(Element element)
          Basic constructor.
NOBR(Element element)
          Use the set* methods to set the values of the attributes.
Em(Element element)
          Basic constructor.
TD(Element element)
          Constructor adds element.
Cite(Element element)
          Basic constructor.
Abbr(Element element)
          This constructor creates a <Abbr> tag.
Comment(Element element)
          Create a comment object containg this element.
Map(Element element)
          Basic constructor.
Map(Element element, java.lang.String name)
          Basic constructor.
Sub(Element element)
          Basic constructor.
Style(java.lang.String type, Element element)
          Basic constructor.
Big(Element element)
          Basic constructor.
S(Element element)
          Basic constructor.
Kbd(Element element)
          Basic constructor.
H1(Element element)
          Use the set* methods to set the values of the attributes.
LI(Element element)
          Sets the value after the <LI> tag
TR(Element element)
          Basic Constructor use set* methods.
FieldSet(Element element)
          Basic Constructor use set* methods.
BlockQuote(Element element)
          Basic constructor.
BlockQuote(Element element, java.lang.String cite)
          Basic constructor.
BlockQuote(Element element, Element cite)
          Basic constructor.
BlockQuote(java.lang.String element, Element cite)
          Basic constructor.
Script(Element element)
          Basic constructor.
Script(Element element, java.lang.String src)
          Basic constructor.
Script(Element element, java.lang.String src, java.lang.String type)
          Basic constructor.
Script(Element element, java.lang.String src, java.lang.String type, java.lang.String lang)
          Basic constructor.
Sup(Element element)
          Basic constructor.
A(java.lang.String href, Element value)
          This constructor creates a <A> tag.
A(java.lang.String href, java.lang.String name, Element value)
          This constructor creates a <A> tag.
A(java.lang.String href, java.lang.String name, java.lang.String target, Element value)
          This constructor creates a <A> tag.
A(java.lang.String href, java.lang.String name, java.lang.String target, java.lang.String lang, Element value)
          This constructor creates a <A> tag.
Legend(Element value)
          Basic Constructor use set* methods.
Legend(Element value, java.lang.String accesskey)
          Basic Constructor use set* methods.
TT(Element element)
          Basic constructor.
Strong(Element element)
          Basic Constructor.
NoFrames(Element element)
          Basic constructor.
IFrame(Element element)
          Basic constructor.
IFrame(Element element, java.lang.String name)
          Basic constructor.
IFrame(Element element, java.lang.String name, java.lang.String src)
          Basic constructor.
U(Element element)
          Basic constructor.
B(Element element)
          Basic constructor.
H3(Element element)
          Use the set* methods to set the values of the attributes.
Acronym(Element element)
          Basic constructor.
Blink(Element element)
          Basic constructor.
PRE(Element element)
          Use the set* methods to set the values of the attributes.
PRE(Element element, int width)
          Use the set* methods to set the values of the attributes.
PRE(Element element, java.lang.String width)
          Use the set* methods to set the values of the attributes.
I(Element element)
          Basic constructor.
Var(Element element)
          Basic constructor.
TH(Element element)
          Basic Constructor use set* methods.
H4(Element element)
          Use the set* methods to set the values of the attributes.
Head(Element value)
          This method creates a <HEAD> tag and sets it value
Code(Element element)
          Basic constructor.
 

Uses of Element in org.apache.ecs.jsp
 

Classes in org.apache.ecs.jsp that implement Element
 class jsp_element
          This class creates a generic <> tag.
 class jsp_expression
          This class implements the JSP expression element
 class jsp_forward
          This class implements the jsp:forward element
 class jsp_getProperty
          This class implements the jsp:getProperty element
 class jsp_include
          This class implements the jsp:include element
 class jsp_page
          This class implements the jsp:page element
 class jsp_scriptlet
          This class implements the JSP scriptlet element
 class jsp_setProperty
          This class implements the jsp:setProperty element
 class jsp_useBean
          This class implements the jsp:useBean element
 class tsx_dbconnect
          This class implements the tsx:dbconnect element
 class tsx_dbmodify
          This class implements the tsx:dbmodify element
 class tsx_dbquery
          This class implements the tsx:dbquery element
 class tsx_getProperty
          This class implements the tsx:getProperty element
 class tsx_repeat
          This class implements the tsx:repeat element
 class tsx_setProperty
          This class implements the tsx:setProperty element
 

Uses of Element in org.apache.ecs.rtf
 

Classes in org.apache.ecs.rtf that implement Element
 class Alignment
           
 class Author
           
 class BackGroundColor
           
 class Bold
           
 class BorderBottom
           
 class BorderLeft
           
 class BorderRight
           
 class BorderStyle
           
 class BorderTop
           
 class Category
           
 class Cell
           
 class CellDef
           
 class Centered
           
 class ColorGroup
           
 class ColorTbl
           
 class Doccomm
           
 class FieldResult
           
 class FieldType
           
 class FontSize
           
 class Footer
           
 class ForeGroundColor
           
 class Header
           
 class Indent
           
 class Info
           
 class Justified
           
 class Keywords
           
 class Left
           
 class Manager
           
 class Operator
           
 class PageBreak
           
 class PageNumber
           
 class Paragraph
           
 class Right
           
 class Row
           
 class RTF
           
 class RTFElement
           
 class Subject
           
 class TableDef
           
 class TableHeader
           
 class Version
           
 

Methods in org.apache.ecs.rtf that return Element
 Element Alignment.addElementToRegistry(Element element)
           
 Element Alignment.addElementToRegistry(java.lang.String hashcode, Element element)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(Element element, boolean filter)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(java.lang.String hashcode, Element element, boolean filter)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(java.lang.String value, boolean filter)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(java.lang.String hashcode, java.lang.String value, boolean filter)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(java.lang.String value)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(java.lang.String hashcode, java.lang.String value)
          Registers an element in the head element list
 Element Alignment.removeElementFromRegistry(Element element)
          Removes an element from the element registry
 Element Alignment.removeElementFromRegistry(java.lang.String hashcode)
          Removes an element from the head element registry
 

Methods in org.apache.ecs.rtf with parameters of type Element
 Element Alignment.addElementToRegistry(Element element)
           
 Element Alignment.addElementToRegistry(java.lang.String hashcode, Element element)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(Element element, boolean filter)
          Registers an element in the head element list
 Element Alignment.addElementToRegistry(java.lang.String hashcode, Element element, boolean filter)
          Registers an element in the head element list
 Element Alignment.removeElementFromRegistry(Element element)
          Removes an element from the element registry
 boolean Alignment.registryHasElement(Element element)
          Find out if this element is in the element registry.
 

Uses of Element in org.apache.ecs.vxml
 

Classes in org.apache.ecs.vxml that implement Element
 class Assign
          This class implements the assign element
 class Audio
          This class implements the audio element
 class Block
          This class implements the block element
 class Break
          This class implements the break element
 class Catch
          This class implements the catch element
 class Choice
          This class implements the choice element
 class Clear
          This class implements the clear element
 class Disconnect
          This class implements the disconnect element
 class Dtmf
          This class implements the dtmf element
 class Else
          This class implements the else element
 class Elseif
          This class implements the elseif element
 class Emp
          This class implements the emp element
 class Enumerate
          This class implements the enumerate element
 class Error
          This class implements the error element
 class Exit
          This class implements the exit element
 class Field
          This class implements the field element
 class Filled
          This class implements the filled element
 class Goto
          This class implements the goto element
 class Grammar
          This class implements the grammar element
 class Help
          This class implements the help element
 class If
          This class implements the if element
 class Initial
          This class implements the initial element
 class Link
          This class implements the link element
 class Menu
          This class implements the menu element
 class Meta
          This class implements the meta element
 class Noinput
          This class implements the noinput element
 class Nomatch
          This class implements the nomatch element
 class Object
          This class implements the object element
 class Param
          This class implements the param element
 class Prompt
          This class implements the prompt element
 class Property
          This class implements the property element
 class Pros
          This class implements the pros element
 class Record
          This class implements the record element
 class Reprompt
          This class implements the reprompt element
 class Return
          This class implements the return element
 class Sayas
          This class implements the sayas element
 class Subdialog
          This class implements the subdialog element
 class Submit
          This class implements the submit element
 class Throw
          This class implements the throw element
 class Transfer
          This class implements the transfer element
 class Value
          This class implements the value element
 class Vxml
          This class implements the vxml element
 class VXMLElement
          This class creates a generic <> tag.
 

Uses of Element in org.apache.ecs.wml
 

Classes in org.apache.ecs.wml that implement Element
 class Access
          This represents a <access> element.
 class Anchor
          This class implements the anchor element
 class Card
          This class implements the card element
 class Do
          This class implements the do element
 class Fieldset
          This represents a <fieldset> element.
 class Go
          This class implements the go element
 class GoHref
          This class implements the go element with a single href attribute
 class Img
          This class creates an <img> element.
 class Noop
          This class implements the noop element
 class Onevent
          This represents a <onevent> element.
 class Optgroup
          This represents a <optgroup> element.
 class Postfield
          This class implements the postfield element
 class Prev
          This class implements the prev task without contained variables
 class PrevWithVar
          This class implements the prev task with contained variables
 class PSingle
          This class implements a p element with only attributes and no contained elements.
 class Refresh
          This class implements the refresh task
 class SetVar
          This class implements the setvar element
 class Td
          This class implements the <td> element.
 class Template
          This class implements the template element
 class Timer
          This class implements the <timer> element
 class Tr
          This class implements the <tr> element.
 class WML
          This class implements the wml element
 

Methods in org.apache.ecs.wml with parameters of type Element
 WML WML.addElement(Element element)
          Adds an Element to the element.
 I I.addElement(Element element)
          Adds an Element to the element.
 Small Small.addElement(Element element)
          Adds an Element to the element.
 Em Em.addElement(Element element)
          Adds an Element to the element.
 Do Do.addElement(Element element)
          Adds an Element to the element.
 Go Go.addElement(Element element)
          Adds an element to the element.
 Fieldset Fieldset.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Fieldset Fieldset.addElement(Element element)
          Adds an Element to the element.
 Head Head.addElement(Element element)
          Adds an Element to the element.
 Strong Strong.addElement(Element element)
          Adds an Element to the element.
 U U.addElement(Element element)
          Adds an Element to this element.
 Optgroup Optgroup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Optgroup Optgroup.addElement(Element element)
          Adds an Element to the element.
 Big Big.addElement(Element element)
          Adds an Element to the element.
 Template Template.addElement(Element element)
          Adds an Element to the element.
 B B.addElement(Element element)
          Adds an Element to the element.
 Select Select.addElement(Element element)
          Adds an element to the element.
 Td Td.addElement(Element element)
          Adds an Element to the element.
 Table Table.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Table Table.addElement(Element element)
          Adds an Element to the element.
 Option Option.addElement(Element element)
          Adds an Element to the element.
 P P.addElement(Element element)
          Adds an Element to the element.
 Onevent Onevent.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Onevent Onevent.addElement(Element element)
          Adds an Element to the element.
 WMLDocument WMLDocument.appendWML(Element value)
          Append to the wml element for this document container.
 Tr Tr.addElement(Element element)
          Adds an Element to this element.
 Card Card.addElement(Element element)
          Adds an Element to the element.
 Access Access.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Access Access.addElement(Element element)
          Adds an Element to the element.
 Anchor Anchor.addElement(Element element)
          Adds an Element to the element.
 

Constructors in org.apache.ecs.wml with parameters of type Element
WML(Element value)
          This method creates a <wml> tag and sets its value
Go(java.lang.String url, Element element)
          Constructor.
Fieldset(Element element)
          Use the set* methods to set the values of the attributes.
Head(Element element)
          Constructor
Optgroup(Element element)
          Use the set* methods to set the values of the attributes.
Template(Element element)
          Constructor
Td(Element element)
          Basic Constructor
Onevent(Element element)
          Use the set* methods to set the values of the attributes.
Tr(Element element)
          Basic Constructor.
Access(Element element)
          Use the set* methods to set the values of the attributes.
Anchor(java.lang.String title, Element eValue)
          This constructor creates a <anchor> tag.
Anchor(java.lang.String title, java.lang.String sValue, Element eValue)
          This constructor creates a <anchor> tag.
 

Uses of Element in org.apache.ecs.xhtml
 

Classes in org.apache.ecs.xhtml that implement Element
 class a
          This class creates an <a> tag.
 class abbr
          This class creates an <abbr> tag.
 class acronym
          This class creates a <acronym> tag.
 class address
          This class creates a <address> tag.
 class applet
          This class creates an <applet> tag.
 class area
          This class creates a <area> tag.
 class b
          This class creates a <b> tag.
 class base
          This class creates a <base> tag.
 class basefont
          This class creates a <basefont> object.
 class bdo
          This class creates a <bdo></bdo> tag.
 class big
          This class creates a <big> tag.
 class blink
          This class creates a <blink> tag.
 class blockquote
          This class creates a <blockquote> tag.
 class body
          This class creates a <body></body> tag.
 class br
          This class creates a <br> tag.
 class button
          This class creates a <button> tag.
 class caption
          This class creates a <caption> tag.
 class center
          This class creates a <center> tag.
 class cite
          This class creates a <cite> tag.
 class code
          This class creates a <code> tag.
 class col
          This class creates a <col> object.
 class colgroup
          This class creates a <colgroup> object.
 class comment
          This class defines a comment <-- value --> Element.
 class dd
          This class creates a <dd> tag.
 class del
          This class creates a <del> tag.
 class dfn
          This class creates a <dfn> tag.
 class div
          This class creates a <div> tag.
 class dl
          This class creates a <dl> tag.
 class dt
          This class creates a <dt> tag.
 class em
          This class creates an <em> tag.
 class fieldset
          This class creates a <fieldset> tag.
 class font
          This class creates a <font> object.
 class form
          This class creates a <form> tag.
 class frame
          This class creates a <frame> tag.
 class frameset
          This class creates a <frameset> tag.
 class h1
          This class creates a <h1> tag.
 class h2
          This class creates a <h2> tag.
 class h3
          This class creates a <h3> tag.
 class h4
          This class creates a <h4> tag.
 class h5
          This class creates a <h5> tag.
 class h6
          This class creates a <h6> tag.
 class head
          This class creates a <head></head> tag.
 class hr
          This class creates an <hr> tag.
 class html
          This class creates a <html></html> tag.
 class i
          This class creates a <i> tag.
 class iframe
          This class creates a <iframe> tag.
 class img
          This class creates an <img> tag.
 class input
          This class creates a <input> tag.
 class ins
          This class creates a <ins> tag.
 class kbd
          This class creates a <kbd> tag.
 class label
          This class creates a <label> tag.
 class legend
          This class creates a <legend> tag.
 class li
          This class creates a <li> tag.
 class link
          This class creates a <link> tag.
 class map
          This class creates a <map> tag.
 class meta
          This class creates a <meta> tag.
 class nobr
          This class creates a <nobr> tag.
 class noframes
          This class creates a <noframes> tag.
 class noscript
          This class creates a <noscript> tag.
 class object
          This class creates an <object> tag.
 class ol
          This class creates a <ol> tag.
 class optgroup
          This class creates a <optgroup> tag.
 class option
          This class creates a <option> tag.
 class p
          This class creates a <p> tag.
 class param
          This class creates an param Element
 class pre
          This class creates a <pre> tag.
 class q
          This class creates a <q> tag.
 class s
          This class creates a <s> tag.
 class samp
          This class creates a <samp> tag.
 class script
          This class creates a <script> tag.
 class select
          This class creates a <select> tag.
 class small
          This class creates a <small> tag.
 class span
          This class creates a <span> tag.
 class strike
          This class creates a <strike> tag.
 class strong
          This class creates a <strong> tag.
 class style
          This class creates a <style> tag.
 class sub
          This class creates a <sub> tag.
 class sup
          This class creates a <sup> tag.
 class table
          This class creates a <table> object.
 class tbody
          This class creates a <tbody> object.
 class td
          This class creates a <td> object.
 class textarea
          This class creates a <textarea></textarea> tag.
 class tfoot
          This class creates a <tfoot> object.
 class th
          This class creates a <th> object.
 class thead
          This class creates a <thead> object.
 class title
          This class creates a <title></title> tag.
 class tr
          This class creates a <tr> object.
 class tt
          This class creates a <tt> tag.
 class u
          This class creates a <u> tag.
 class ul
          This class creates a <ul> tag.
 class var
          This class creates a <var> tag.
 

Methods in org.apache.ecs.xhtml that return Element
 Element var.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element applet.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element noscript.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element caption.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element dfn.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element abbr.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element cite.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element hr.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element br.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element h2.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element frameset.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element dt.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element pre.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element a.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element small.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element u.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element colgroup.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element tt.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element option.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element link.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element meta.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element nobr.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element h3.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element i.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element b.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element area.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element strike.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element th.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element acronym.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element body.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element basefont.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element textarea.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element p.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element frame.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element table.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element object.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element kbd.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element h4.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element map.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element tbody.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element select.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element sub.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element style.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element span.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element center.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element label.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element big.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element optgroup.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element q.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element title.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element fieldset.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element blockquote.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element noframes.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element address.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element tfoot.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element h5.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element col.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element dd.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element font.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element bdo.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element sup.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element head.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element code.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element td.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element ins.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element script.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element h6.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element div.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element samp.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element form.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element em.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element html.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element ul.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element s.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element ol.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element dl.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element iframe.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element blink.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element li.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element comment.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element thead.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element tr.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element strong.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element button.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element del.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element param.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element h1.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element legend.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element base.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element img.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 Element input.setLang(java.lang.String lang)
          Sets the lang="" and xml:lang="" attributes
 

Methods in org.apache.ecs.xhtml with parameters of type Element
 var var.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 var var.addElement(Element element)
          Adds an Element to the element.
 applet applet.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 applet applet.addElement(Element element)
          Add an element to the element
 noscript noscript.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 noscript noscript.addElement(Element element)
          Adds an Element to the element.
 caption caption.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 caption caption.addElement(Element element)
          Add an element to the element
 dfn dfn.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 dfn dfn.addElement(Element element)
          Adds an Element to the element.
 abbr abbr.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 abbr abbr.addElement(Element element)
          Adds an Element to the element.
 cite cite.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 cite cite.addElement(Element element)
          Adds an Element to the element.
 hr hr.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 hr hr.addElement(Element element)
          Adds an Element to the element.
 br br.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 br br.addElement(Element element)
          Adds an Element to the element.
 h2 h2.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 h2 h2.addElement(Element element)
           
 frameset frameset.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 frameset frameset.addElement(Element element)
          Adds an Element to the element.
 dt dt.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 dt dt.addElement(Element element)
          Adds an Element to the element.
 pre pre.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 pre pre.addElement(Element element)
          Adds an Element to the element.
 a a.addElement(Element element)
          Adds an Element to the element.
 a a.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 small small.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 small small.addElement(Element element)
          Adds an Element to the element.
 u u.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 u u.addElement(Element element)
          Adds an Element to the element.
 colgroup colgroup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 colgroup colgroup.addElement(Element element)
          Adds an Element to the element.
 tt tt.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 tt tt.addElement(Element element)
          Adds an Element to the element.
 option option.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 option option.addElement(Element element)
          Adds an Element to the element.
 link link.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 link link.addElement(Element element)
          Adds an Element to the element.
 meta meta.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 meta meta.addElement(Element element)
          Adds an Element to the element.
 nobr nobr.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 nobr nobr.addElement(Element element)
          Adds an Element to the element.
 h3 h3.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 h3 h3.addElement(Element element)
          Adds an Element to the element.
 i i.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 i i.addElement(Element element)
          Adds an Element to the element.
 b b.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 b b.addElement(Element element)
          Adds an Element to the element.
 area area.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 area area.addElement(Element element)
          Add an element to the element
 strike strike.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 strike strike.addElement(Element element)
          Adds an Element to the element.
 th th.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 th th.addElement(Element element)
          Adds an Element to the element.
 acronym acronym.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 acronym acronym.addElement(Element element)
          Adds an Element to the element.
 body body.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 body body.addElement(Element element)
          Adds an Element to the element.
 basefont basefont.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 basefont basefont.addElement(Element element)
          Adds an Element to the element.
 textarea textarea.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 textarea textarea.addElement(Element element)
          Adds an Element to the element.
 p p.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 p p.addElement(Element element)
          Adds an Element to the element.
 frame frame.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 frame frame.addElement(Element element)
          Adds an Element to the element.
 table table.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 table table.addElement(Element element)
          Adds an Element to the element.
 object object.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 object object.addElement(Element element)
          Add an element to the element
 kbd kbd.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 kbd kbd.addElement(Element element)
          Adds an Element to the element.
 h4 h4.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 h4 h4.addElement(Element element)
          Adds an Element to the element.
 map map.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 map map.addElement(Element element)
          Adds an Element to the element.
 tbody tbody.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 tbody tbody.addElement(Element element)
          Adds an Element to the element.
 select select.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 select select.addElement(Element element)
          Adds an Element to the Element.
 sub sub.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 sub sub.addElement(Element element)
          Adds an Element to the element.
 style style.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 style style.addElement(Element element)
          Adds an Element to the element.
 span span.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 span span.addElement(Element element)
          Adds an Element to the element.
 center center.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 center center.addElement(Element element)
          Adds an Element to the element.
 label label.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 label label.addElement(Element element)
          Adds an Element to the element.
 big big.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 big big.addElement(Element element)
          Adds an Element to the element.
 optgroup optgroup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 optgroup optgroup.addElement(Element element)
          Adds an Element to the element.
 q q.setCite(Element cite)
          Sets the cite="" attribute.
 q q.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 q q.addElement(Element element)
          Adds an Element to the element.
 title title.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 title title.addElement(Element element)
          Adds an Element to the element.
 fieldset fieldset.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 fieldset fieldset.addElement(Element element)
          Adds an Element to the element.
 blockquote blockquote.setCite(Element cite)
          Sets the CITE="" attribute.
 blockquote blockquote.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 blockquote blockquote.addElement(Element element)
          Adds an Element to the element.
 noframes noframes.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 noframes noframes.addElement(Element element)
          Adds an Element to the element.
 address address.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 address address.addElement(Element element)
          Adds an Element to the element.
 tfoot tfoot.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 tfoot tfoot.addElement(Element element)
          Adds an Element to the element.
 h5 h5.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 h5 h5.addElement(Element element)
          Adds an Element to the element.
 col col.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 col col.addElement(Element element)
          Adds an Element to the element.
 dd dd.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 dd dd.addElement(Element element)
          Adds an Element to the element.
 font font.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 font font.addElement(Element element)
          Adds an Element to the Element.
 bdo bdo.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 bdo bdo.addElement(Element element)
          Adds an Element to the element.
 sup sup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 sup sup.addElement(Element element)
          Adds an Element to the element.
 head head.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 head head.addElement(Element element)
          Adds an Element to the element.
 code code.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 code code.addElement(Element element)
          Adds an Element to the element.
 td td.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 td td.addElement(Element element)
          Adds an Element to the element.
 ins ins.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 ins ins.addElement(Element element)
          Adds an Element to the element.
 script script.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 script script.addElement(Element element)
          Adds an Element to the element.
 h6 h6.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 h6 h6.addElement(Element element)
          Adds an Element to the element.
 div div.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 div div.addElement(Element element)
          Adds an Element to the element.
 samp samp.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 samp samp.addElement(Element element)
          Adds an Element to the element.
 form form.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 form form.addElement(Element element)
          Adds an Element to the element.
 em em.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 em em.addElement(Element element)
          Adds an Element to the element.
 html html.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 html html.addElement(Element element)
          Adds an Element to the element.
 ul ul.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 ul ul.addElement(Element element)
          Adds an Element to the element.
 s s.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 s s.addElement(Element element)
          Adds an Element to the element.
 ol ol.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 ol ol.addElement(Element element)
          Adds an Element to the element.
 dl dl.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 dl dl.addElement(Element element)
          Adds an Element to the element.
 iframe iframe.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 iframe iframe.addElement(Element element)
          Adds an Element to the element.
 blink blink.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 blink blink.addElement(Element element)
          Adds an Element to the element.
 li li.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 li li.addElement(Element element)
          Adds an Element to the element.
 comment comment.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 comment comment.addElement(Element element)
          Adds an Element to the element.
 thead thead.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 thead thead.addElement(Element element)
          Adds an Element to the element.
 tr tr.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 tr tr.addElement(Element element)
          Adds an Element to the element.
 strong strong.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 strong strong.addElement(Element element)
          Adds an Element to the Element.
 button button.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 button button.addElement(Element element)
          Adds an Element to the element.
 del del.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 del del.addElement(Element element)
          Adds an Element to the element.
 param param.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 param param.addElement(Element element)
          Adds an Element to the element.
 h1 h1.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 h1 h1.addElement(Element element)
          Adds an Element to the element.
 legend legend.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 legend legend.addElement(Element element)
          Adds an Element to the element.
 base base.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 base base.addElement(Element element)
          Adds an Element to the element.
 img img.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 img img.addElement(Element element)
          Adds an Element to the element.
 input input.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 input input.addElement(Element element)
          Adds an Element to the element.
 

Constructors in org.apache.ecs.xhtml with parameters of type Element
var(Element element)
          Basic constructor.
noscript(Element element)
          Basic constructor.
dfn(Element element)
          Basic constructor.
abbr(Element element)
          This constructor creates an <abbr> tag.
cite(Element element)
          Basic constructor.
h2(Element element)
          Use the set* methods to set the values of the attributes.
frameset(Element element)
          Basic constructor.
frameset(java.lang.String rows, java.lang.String cols, Element element)
          Basic constructor.
pre(Element element)
          Use the set* methods to set the values of the attributes.
pre(Element element, int width)
          Use the set* methods to set the values of the attributes.
pre(Element element, java.lang.String width)
          Use the set* methods to set the values of the attributes.
a(java.lang.String href, Element value)
          This constructor creates an <a> tag.
a(java.lang.String href, java.lang.String name, Element value)
          This constructor creates an <a> tag.
a(java.lang.String href, java.lang.String name, java.lang.String target, Element value)
          This constructor creates an <a> tag.
a(java.lang.String href, java.lang.String name, java.lang.String target, java.lang.String lang, Element value)
          This constructor creates an <a> tag.
small(Element element)
          Basic constructor.
u(Element element)
          Basic constructor.
tt(Element element)
          Basic constructor.
nobr(Element element)
          Use the set* methods to set the values of the attributes.
h3(Element element)
          Use the set* methods to set the values of the attributes.
i(Element element)
          Basic constructor.
b(Element element)
          Basic constructor.
strike(Element element)
          Basic constructor.
th(Element element)
          Basic Constructor use set* methods.
acronym(Element element)
          Basic constructor.
frame(Element element)
          Basic constructor.
frame(Element element, java.lang.String name)
          Basic constructor.
frame(Element element, java.lang.String name, java.lang.String src)
          Basic constructor.
kbd(Element element)
          Basic constructor.
h4(Element element)
          Use the set* methods to set the values of the attributes.
map(Element element)
          Basic constructor.
map(Element element, java.lang.String name)
          Basic constructor.
sub(Element element)
          Basic constructor.
style(java.lang.String type, Element element)
          Basic constructor.
center(Element element)
          Basic constructor.
big(Element element)
          Basic constructor.
q(Element element)
          Basic constructor.
q(Element element, java.lang.String cite)
          Basic constructor.
q(Element element, Element cite)
          Basic constructor.
q(java.lang.String element, Element cite)
          Basic constructor.
fieldset(Element element)
          Basic Constructor use set* methods.
blockquote(Element element)
          Basic constructor.
blockquote(Element element, java.lang.String cite)
          Basic constructor.
blockquote(Element element, Element cite)
          Basic constructor.
blockquote(java.lang.String element, Element cite)
          Basic constructor.
noframes(Element element)
          Basic constructor.
h5(Element element)
          Use the set* methods to set the values of the attributes.
sup(Element element)
          Basic constructor.
head(Element value)
          This method creates a <head> tag and sets it value
code(Element element)
          Basic constructor.
td(Element element)
          Basic Constructor use set* methods.
script(Element element)
          Basic constructor.
script(Element element, java.lang.String src)
          Basic constructor.
script(Element element, java.lang.String src, java.lang.String type)
          Basic constructor.
script(Element element, java.lang.String src, java.lang.String type, java.lang.String lang)
          Basic constructor.
h6(Element element)
          Use the set* methods to set the values of the attributes.
samp(Element element)
          Basic constructor.
form(Element element)
          Use the set* methods to set the values of the attributes.
form(java.lang.String action, Element element)
          Use the set* methods to set the values of the attributes.
form(java.lang.String action, java.lang.String method, Element element)
          Use the set* methods to set the values of the attributes.
em(Element element)
          Basic constructor.
html(Element value)
          This method creates a <html> tag and sets it value
s(Element element)
          Basic constructor.
iframe(Element element)
          Basic constructor.
iframe(Element element, java.lang.String name)
          Basic constructor.
iframe(Element element, java.lang.String name, java.lang.String src)
          Basic constructor.
blink(Element element)
          Basic constructor.
li(Element element)
          Sets the value after the <li> tag
comment(Element element)
          Create a comment object containg this element.
tr(Element element)
          Basic Constructor use set* methods.
strong(Element element)
          Basic Constructor.
h1(Element element)
          Use the set* methods to set the values of the attributes.
legend(Element value)
          Basic Constructor use set* methods.
legend(Element value, java.lang.String accesskey)
          Basic Constructor use set* methods.
 

Uses of Element in org.apache.ecs.xml
 

Classes in org.apache.ecs.xml that implement Element
 class PI
           
 class XML
          This class creates a generic <> tag.
 

Methods in org.apache.ecs.xml with parameters of type Element
 XML XML.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 XML XML.addElement(Element element)
          Add an element to the valuie of <>VALUE</>
 PI PI.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 PI PI.addElement(Element element)
          Adds an Element to the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.