|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.html.parsing.HTMLTagInfo
public class HTMLTagInfo
| Field Summary | |
|---|---|
static int |
EMPTY
Content of tag must be empty |
static int |
END_FORBIDDEN
The close tag is forbidden |
static int |
END_MASK
Mask used to isolate the end tag info |
static int |
END_OPTIONAL
The close tag is optional |
static int |
END_REQUIRED
The close tag is required |
static int |
UNKNOWN
tag info not defined |
| Constructor Summary | |
|---|---|
HTMLTagInfo()
|
|
| 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 END_REQUIRED
public static final int END_OPTIONAL
public static final int END_FORBIDDEN
public static final int END_MASK
public static final int EMPTY
| Constructor Detail |
|---|
public HTMLTagInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||