Defines an array of the HTML tag names in HTMLTagIDs, for use with
be.arci.html.HTMLScanner.getHTMLTagNames().
We supply this enumeration as a free service to all Lightweigth HTML Scanner users.
You are allowed to modify this source code, provided you move the class out of
the be.arci package hierarchy.
asTagNames
An array of all the HTML tag names in HTMLTagIDs.
Field Detail
asTagNames
public static final java.lang.String[] asTagNames
An array of all the HTML tag names in HTMLTagIDs. This array can be used in calls
to HTMLScanner#getTags(). The constants defined in
HTMLTagIDs can be used as index into asTagNames.