Uses of Class
org.apache.ecs.SinglePartElement

Packages that use SinglePartElement
org.apache.ecs   
org.apache.ecs.html   
org.apache.ecs.wml   
org.apache.ecs.xhtml   
 

Uses of SinglePartElement in org.apache.ecs
 

Subclasses of SinglePartElement in org.apache.ecs
 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.
 

Uses of SinglePartElement in org.apache.ecs.html
 

Subclasses of SinglePartElement in org.apache.ecs.html
 class Area
          This class creates a <Area> tag.
 class Base
          This class creates a <BASE> tag.
 class BaseFont
          This class creates a <BASEFONT> object.
 class BR
          This class creates a <BR> tag.
 class Col
          This class creates a <COL> object.
 class HR
          This class creates an <HR> tag.
 class IMG
          This class creates an <IMG> tag.
 class Input
          This class creates a <Input> tag.
 class Link
          This class creates a <Link> tag.
 class Meta
          This class creates a <META> tag.
 class Param
          This class creates an Param Element
 

Uses of SinglePartElement in org.apache.ecs.wml
 

Subclasses of SinglePartElement in org.apache.ecs.wml
 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 Postfield
          This class implements the postfield element
 class Prev
          This class implements the prev task without 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 Timer
          This class implements the <timer> element
 

Uses of SinglePartElement in org.apache.ecs.xhtml
 

Subclasses of SinglePartElement in org.apache.ecs.xhtml
 class area
          This class creates a <area> tag.
 class base
          This class creates a <base> tag.
 class basefont
          This class creates a <basefont> object.
 class br
          This class creates a <br> tag.
 class col
          This class creates a <col> object.
 class hr
          This class creates an <hr> tag.
 class img
          This class creates an <img> tag.
 class input
          This class creates a <input> tag.
 class link
          This class creates a <link> tag.
 class meta
          This class creates a <meta> tag.
 class param
          This class creates an param Element
 



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