|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Html.Tag>
org.jnetpcap.protocol.application.Html.Tag
public static enum Html.Tag
Table of supported HTML tags.
| Nested Class Summary | |
|---|---|
static class |
Html.Tag.Param
Table of tag parameters. |
| Enum Constant Summary | |
|---|---|
A
The A. |
|
B
The B. |
|
BODY
The BODY. |
|
BUTTON
The BUTTON. |
|
CAPTION
The CAPTION. |
|
CENTER
The CENTER. |
|
DIV
The DIV. |
|
EM
The EM. |
|
FORM
The FORM. |
|
H1
The H1. |
|
H2
The H2. |
|
H3
The H3. |
|
H4
The H4. |
|
H5
The H5. |
|
H6
The H6. |
|
HEAD
The HEAD. |
|
HTML
The HTML. |
|
I
The I. |
|
IFRAME
The IFRAME. |
|
IMG
The IMG. |
|
INPUT
The INPUT. |
|
LABEL
The LABEL. |
|
LI
The LI. |
|
LINK
The LINK. |
|
META
The META. |
|
NOSCRIPT
The NOSCRIPT. |
|
OBJECT
The OBJECT. |
|
OL
The OL. |
|
P
The P. |
|
REL
The REL. |
|
SCRIPT
The SCRIPT. |
|
SPAN
The SPAN. |
|
TABLE
The TABLE. |
|
TBODY
The TBODY. |
|
TD
The TD. |
|
TEXT
The TEXT. |
|
TH
The TH. |
|
TITLE
The TITLE. |
|
TR
The TR. |
|
U
The U. |
|
UL
The UL. |
|
UNKNOWN
The UNKNOWN. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getParams()
Gets the params. |
static Html.Tag |
parseStringPrefix(java.lang.String name)
Parses the string prefix. |
static Html.Tag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Html.Tag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Html.Tag A
public static final Html.Tag B
public static final Html.Tag BODY
public static final Html.Tag BUTTON
public static final Html.Tag CAPTION
public static final Html.Tag CENTER
public static final Html.Tag DIV
public static final Html.Tag EM
public static final Html.Tag FORM
public static final Html.Tag H1
public static final Html.Tag H2
public static final Html.Tag H3
public static final Html.Tag H4
public static final Html.Tag H5
public static final Html.Tag H6
public static final Html.Tag HEAD
public static final Html.Tag HTML
public static final Html.Tag I
public static final Html.Tag IFRAME
public static final Html.Tag IMG
public static final Html.Tag INPUT
public static final Html.Tag LABEL
public static final Html.Tag LI
public static final Html.Tag LINK
public static final Html.Tag META
public static final Html.Tag NOSCRIPT
public static final Html.Tag OBJECT
public static final Html.Tag OL
public static final Html.Tag P
public static final Html.Tag REL
public static final Html.Tag SCRIPT
public static final Html.Tag SPAN
public static final Html.Tag TABLE
public static final Html.Tag TBODY
public static final Html.Tag TD
public static final Html.Tag TEXT
public static final Html.Tag TH
public static final Html.Tag TITLE
public static final Html.Tag TR
public static final Html.Tag U
public static final Html.Tag UL
public static final Html.Tag UNKNOWN
| Method Detail |
|---|
public static Html.Tag[] values()
for (Html.Tag c : Html.Tag.values()) System.out.println(c);
public static Html.Tag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static Html.Tag parseStringPrefix(java.lang.String name)
name - the name
public final java.lang.String[] getParams()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||