de.goerntkai.scot.app.misc
Interface IMean


public interface IMean

Holds the meanings of the first character of every content line in a SCoT file.

Version:
$Id: IMean.java,v 1.2 2005/05/14 22:30:59 GoerntKai Exp $
Author:
Kai Görnt

Field Summary
static char A
          HTML anchor.
static char ATTRIBUTES
          HTML attributes for elements.
static char COMMENT
          HTML commenting line.
static char DD
          HTML definition list definition element.
static char DIV
          HTML division.
static char DT
          HTML definition list term.
static char FRAGMENT
          HTML fragment for include.
static char H1
          HTML heading line tag of level 1.
static char H2
          HTML heading line tag of level 2.
static char H3
          HTML heading line tag of level 3.
static char H4
          HTML heading line tag of level 4.
static char H5
          HTML heading line tag of level 5.
static char H6
          HTML heading line tag of level 6.
static char HR
          HTML horizontal line.
static char OL_LI
          HTML ordered list element.
static char P
          HTML paragraph line.
static char TD
          HTML table cell.
static char TH
          HTML table heading cell.
static char UL_LI
          HTML unordered list element.
 

Field Detail

A

public static final char A

HTML anchor.

See Also:
Constant Field Values

ATTRIBUTES

public static final char ATTRIBUTES

HTML attributes for elements.

See Also:
Constant Field Values

COMMENT

public static final char COMMENT

HTML commenting line.

See Also:
Constant Field Values

DD

public static final char DD

HTML definition list definition element.

See Also:
Constant Field Values

DIV

public static final char DIV

HTML division.

See Also:
Constant Field Values

DT

public static final char DT
HTML definition list term.

See Also:
Constant Field Values

FRAGMENT

public static final char FRAGMENT
HTML fragment for include.

See Also:
Constant Field Values

H1

public static final char H1
HTML heading line tag of level 1.

See Also:
Constant Field Values

H2

public static final char H2
HTML heading line tag of level 2.

See Also:
Constant Field Values

H3

public static final char H3
HTML heading line tag of level 3.

See Also:
Constant Field Values

H4

public static final char H4
HTML heading line tag of level 4.

See Also:
Constant Field Values

H5

public static final char H5
HTML heading line tag of level 5.

See Also:
Constant Field Values

H6

public static final char H6
HTML heading line tag of level 6.

See Also:
Constant Field Values

HR

public static final char HR
HTML horizontal line.

See Also:
Constant Field Values

OL_LI

public static final char OL_LI
HTML ordered list element.

See Also:
Constant Field Values

P

public static final char P
HTML paragraph line.

See Also:
Constant Field Values

TD

public static final char TD
HTML table cell.

See Also:
Constant Field Values

TH

public static final char TH
HTML table heading cell.

See Also:
Constant Field Values

UL_LI

public static final char UL_LI
HTML unordered list element.

See Also:
Constant Field Values


© 2004 by Kai Görnt