|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TagTokens
The TagTokens interface defines the constants for the various pieces of an HTML tag. For example, the tokens in the following HTML tag:
<ul type="circle">
will be:
TK_SYMBOL: <TK_ELEMENT_NAME: ulTK_ATTRIBUTE_NAME: typeTK_SYMBOL: =TK_ATTRIBUTE_VALUE: "circle"TK_SYMBOL: >LexerToken, TagLexer| Field Summary | |
|---|---|
static int |
TK_ATTRIBUTE_NAMEConstant for the attribute name of an attribute name-value pair. |
static int |
TK_ATTRIBUTE_NAME_EMBEDDEDConstant for an attribute name containing an embedded tag. |
static int |
TK_ATTRIBUTE_VALUEConstant for the attribute value of an attribute name-value pair. |
static int |
TK_ATTRIBUTE_VALUE_EMBEDDEDConstant for an attribute value containing an embedded tag. |
static int |
TK_ELEMENT_NAMEConstant for the element name of an HTML tag. |
static int |
TK_SYMBOLConstant for the symbols used in a tag, such as '<', '>', '/' and '='. |
| Field Detail |
|---|
static final int TK_ELEMENT_NAME
static final int TK_ATTRIBUTE_NAME
static final int TK_ATTRIBUTE_VALUE
static final int TK_ATTRIBUTE_NAME_EMBEDDED
static final int TK_ATTRIBUTE_VALUE_EMBEDDED
static final int TK_SYMBOL
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||