|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.html.parsing.HTMLDocumentType
public class HTMLDocumentType
| 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 |
|---|
public static final int UNKNOWN
public static final int HTML_2_0
public static final int HTML_3_2
public static final int HTML_4_0_1_STRICT
public static final int HTML_4_0_1_TRANSITIONAL
public static final int HTML_4_0_1_FRAMESET
public static final int XHTML_1_0_STRICT
public static final int XHTML_1_0_TRANSITIONAL
public static final int XHTML_1_0_FRAMESET
public static final int XHTML_1_1_STRICT
| Constructor Detail |
|---|
public HTMLDocumentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||