org.apache.ecs
Class MultiPartElement

java.lang.Object
  extended by org.apache.ecs.GenericElement
      extended by org.apache.ecs.ElementAttributes
          extended by org.apache.ecs.ConcreteElement
              extended by org.apache.ecs.MultiPartElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Attributes, Element, ElementRegistry
Direct Known Subclasses:
a, A, A, abbr, Abbr, Access, acronym, Acronym, address, Address, Anchor, applet, Applet, b, B, B, bdo, Bdo, big, Big, Big, blink, Blink, blockquote, BlockQuote, body, Body, button, Button, caption, Caption, Card, center, Center, cite, Cite, code, Code, colgroup, ColGroup, comment, Comment, dd, DD, del, Del, dfn, Dfn, div, Div, dl, DL, Do, dt, DT, em, Em, Em, fieldset, Fieldset, FieldSet, font, Font, form, Form, frame, Frame, frameset, FrameSet, Go, h1, H1, h2, H2, h3, H3, h4, H4, h5, H5, h6, H6, head, Head, Head, html, Html, i, I, I, iframe, IFrame, ins, Ins, kbd, Kbd, label, Label, legend, Legend, li, LI, map, Map, nobr, NOBR, noframes, NoFrames, noscript, NoScript, object, ObjectElement, ol, OL, Onevent, optgroup, Optgroup, OptGroup, option, Option, Option, p, P, P, pre, PRE, PrevWithVar, q, Q, s, S, samp, Samp, script, Script, select, Select, Select, small, Small, Small, span, Span, strike, Strike, strong, Strong, Strong, style, Style, sub, Sub, sup, Sup, table, Table, Table, tbody, TBody, td, Td, TD, Template, textarea, TextArea, tfoot, TFoot, th, TH, thead, THead, title, Title, tr, Tr, TR, tt, TT, u, U, U, ul, UL, var, Var, WML, XML

public abstract class MultiPartElement
extends ConcreteElement

This class is to be subclassed by those elements that are made up of other elements. i.e. BODY,HEAD,etc.

Version:
$Id: MultiPartElement.java,v 1.2 2003/04/27 09:42:53 rdonkin Exp $
Author:
Stephan Nagy, Jon S. Stevens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ecs.GenericElement
tabLevel
 
Fields inherited from interface org.apache.ecs.Attributes
NO_ATTRIBUTE_VALUE
 
Fields inherited from interface org.apache.ecs.Element
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE
 
Constructor Summary
MultiPartElement()
           
 
Method Summary
 
Methods inherited from class org.apache.ecs.ConcreteElement
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry
 
Methods inherited from class org.apache.ecs.ElementAttributes
addAttribute, addAttribute, addAttribute, addAttribute, attributes, createStartTag, getAttribute, getAttributeEqualitySign, getAttributeFilter, getAttributeFilterState, getAttributeQuote, getAttributeQuoteChar, hasAttribute, removeAttribute, setAttributeEqualitySign, setAttributeFilter, setAttributeFilterState, setAttributeQuote, setAttributeQuoteChar, setClass, setDir, setID, setLang, setStyle, setTitle
 
Methods inherited from class org.apache.ecs.GenericElement
alterCase, createEndTag, getBeginEndModifier, getBeginEndModifierDefined, getBeginStartModifier, getBeginStartModifierDefined, getCase, getCodeSet, getElementHashEntry, getElementType, getEndEndModifier, getEndEndModifierDefined, getEndStartModifier, getEndStartModifierDefined, getEndTagChar, getFilter, getFilterState, getNeedClosingTag, getNeedLineBreak, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, putTabs, putTabs, removeBeginEndModifier, removeBeginStartModifier, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginModifier, setBeginModifier, setBeginStartModifier, setCase, setCodeSet, setElementType, setEndEndModifier, setEndModifier, setEndModifier, setEndStartModifier, setEndTagChar, setFilter, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiPartElement

public MultiPartElement()


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