com.aptana.ide.editor.html.parsing
Class HTMLDocumentType

java.lang.Object
  extended by com.aptana.ide.editor.html.parsing.HTMLDocumentType

public class HTMLDocumentType
extends java.lang.Object

Author:
Kevin Lindsey

Field Summary
static int HTML_2_0
          HTML 2.0 document type
static int HTML_3_2
          HTML 3.2 document type
static int HTML_4_0_1_FRAMESET
          HTML 4.0.1 framset document type
static int HTML_4_0_1_STRICT
          HTML 4.0.1 strict document type
static int HTML_4_0_1_TRANSITIONAL
          HTML 4.0.1 transitional document type
static int UNKNOWN
          Unrecognized document type
static int XHTML_1_0_FRAMESET
          XHTML 1.0 frameset document type
static int XHTML_1_0_STRICT
          XHTML 1.0 strict document type
static int XHTML_1_0_TRANSITIONAL
          XHTML 1.0 transitional document type
static int XHTML_1_1_STRICT
          XHTML 1.1 strict document type
 
Constructor Summary
HTMLDocumentType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
Unrecognized document type

See Also:
Constant Field Values

HTML_2_0

public static final int HTML_2_0
HTML 2.0 document type

See Also:
Constant Field Values

HTML_3_2

public static final int HTML_3_2
HTML 3.2 document type

See Also:
Constant Field Values

HTML_4_0_1_STRICT

public static final int HTML_4_0_1_STRICT
HTML 4.0.1 strict document type

See Also:
Constant Field Values

HTML_4_0_1_TRANSITIONAL

public static final int HTML_4_0_1_TRANSITIONAL
HTML 4.0.1 transitional document type

See Also:
Constant Field Values

HTML_4_0_1_FRAMESET

public static final int HTML_4_0_1_FRAMESET
HTML 4.0.1 framset document type

See Also:
Constant Field Values

XHTML_1_0_STRICT

public static final int XHTML_1_0_STRICT
XHTML 1.0 strict document type

See Also:
Constant Field Values

XHTML_1_0_TRANSITIONAL

public static final int XHTML_1_0_TRANSITIONAL
XHTML 1.0 transitional document type

See Also:
Constant Field Values

XHTML_1_0_FRAMESET

public static final int XHTML_1_0_FRAMESET
XHTML 1.0 frameset document type

See Also:
Constant Field Values

XHTML_1_1_STRICT

public static final int XHTML_1_1_STRICT
XHTML 1.1 strict document type

See Also:
Constant Field Values
Constructor Detail

HTMLDocumentType

public HTMLDocumentType()