|
Lightweigth HTML Scanner 2.00 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Defines String and primitive constants internal to HTMLScanner.
The tag names here defined require special handling during parsing a HTML document, whether the application programmer requests to return the tags themselves or not.
The integer TGID_xxx fields defined in this interface bear no relation to the tag ID set in HTMLTag.iID.
In most runtime environments this class file is not needed in the distribution package of software using HTMLScanner.
HTMLScanner.getTags(String[] asTagNames, boolean swDiscardOtherTags)| Field Summary | |
static int |
TGID_BLOCK_COMMENT
Block comment tag ID. |
static int |
TGID_LISTING
List block. |
static int |
TGID_NOTAG
Content |
static int |
TGID_PLAINTEXT
Plain text block. Note: stretches till end-of-file. |
static int |
TGID_PRE
Preformatted block. |
static int |
TGID_SCRIPT
Script block. Note: contents need a language-dependent script parser. |
static int |
TGID_TEXTAREA
text area. |
static int |
TGID_TITLE
Title block. |
static int |
TGID_XMP
Example block. |
static java.lang.String |
TGNM_01
Internal use |
static java.lang.String |
TGNM_02
Internal use |
static java.lang.String |
TGNM_03
Internal use |
static java.lang.String |
TGNM_04
Internal use |
static java.lang.String |
TGNM_05
Internal use |
static java.lang.String |
TGNM_06
Internal use |
static java.lang.String |
TGNM_07
Internal use |
static java.lang.String |
TGNM_08
Internal use |
| Field Detail |
public static final int TGID_NOTAG
public static final int TGID_BLOCK_COMMENT
Note:
MS IE also uses "<%" to "%>" and
"<COMMENT>" to "</COMMENT>" as comment delimiters, but
these are not treated as comment by Netscape (mine is 4.5), and therefor should not be used.
public static final java.lang.String TGNM_01
public static final int TGID_SCRIPT
public static final java.lang.String TGNM_02
public static final int TGID_PRE
public static final java.lang.String TGNM_03
public static final int TGID_LISTING
public static final java.lang.String TGNM_04
public static final int TGID_TITLE
public static final java.lang.String TGNM_05
public static final int TGID_XMP
public static final java.lang.String TGNM_06
public static final int TGID_PLAINTEXT
public static final java.lang.String TGNM_07
public static final int TGID_TEXTAREA
public static final java.lang.String TGNM_08
|
Lightweigth HTML Scanner 2.00 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||