|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.html.parsing.nodes.HTMLParseNodeTypes
public class HTMLParseNodeTypes
| Field Summary | |
|---|---|
static int |
DECLARATION
DECLARATION |
static int |
DOCUMENT
DOCUMENT |
static int |
ELEMENT
ELEMENT |
static int |
MAX_VALUE
MAX_VALUE |
static int |
SPECIAL
SPECIAL Used to indicate a transition to another language via and/or <% |
static int |
UNKNOWN
UNKNOWN |
| Constructor Summary | |
|---|---|
protected |
HTMLParseNodeTypes()
HTMLParseNodeTypes |
| Method Summary | |
|---|---|
static int |
getIntValue(java.lang.String name)
getIntValue |
static java.lang.String |
getName(int type)
Get the name associated with the specified token type |
static java.lang.String[] |
getNames()
getNames |
| 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 DOCUMENT
public static final int DECLARATION
public static final int ELEMENT
public static final int SPECIAL
public static final int MAX_VALUE
| Constructor Detail |
|---|
protected HTMLParseNodeTypes()
| Method Detail |
|---|
public static java.lang.String[] getNames()
public static java.lang.String getName(int type)
type - The token type
public static int getIntValue(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||