Package org.apache.ecs

Interface Summary
AlignType This interface is intended to be implemented by elements that require alignment attributes.
Attributes This interface describes the attributes within an element.
Element This class describes an ElementFactory.
ElementRegistry Interface for Elements that implement a registry.
Entities This interface describes all html 4.0 entities.
Filter This class creates an interface for all filters.
FocusEvents This interface is intended to be implemented by elements that require javascript page event attributes.
FormEvents This interface is intended to be implemented by elements that require javascript form event attributes.
KeyEvents This interface is intended to be implemented by elements that require javascript key event attributes.
MouseEvents This interface is intended to be implemented by elements that require javascript mouse event attributes.
PageEvents This interface is intended to be implemented by elements that require javascript page event attributes.
Printable Empty interface for determining if an element can be pretty printed.
 

Class Summary
ClearElement A basic ECS element that doesn't have a filter.
ConcreteElement This class is to be subclassed by those elements that are made up of other elements.
Doctype This class creates a <!DOCTYPE> tag.
Doctype.Html401Frameset The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well.
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.
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).
Doctype.Html40Frameset The HTML 4.0 Frameset DTD includes everything in the transitional DTD plus frames as well.
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.
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).
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.
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.
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.
Document This class creates a Document container, for convience.
ECSDefaults This class is responsible for loading the ecs.properties file and getting the default settings for ECS.
ElementAttributes This class provides a common set of attributes set* methods for all classes.
ElementContainer This class is a Element container class.
FrameSetDocument This class creates a FrameSetDocument container, for convience.
GenericElement This class implements the ElementFactory.
HtmlColor This class defines all of the available Html Colors.
MultiPartElement This class is to be subclassed by those elements that are made up of other elements.
SinglePartElement This class is to be subclassed by those elements that are made up of other elements that do not have an end tag.
StringElement This class is used to create a String element in ECS.
XhtmlDocument This class creates an XhtmlDocument container, for convience.
XhtmlFrameSetDocument This class creates a XhtmlFrameSetDocument container, for convience.
 



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