|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDocType
public final class DocType
Field Summary | |
---|---|
static DocType |
HTML4_LOOSE
|
static DocType |
HTML4_LOOSE_QUIRKS
|
static int |
INT_HTML4_LOOSE
|
static int |
INT_HTML4_LOOSE_QUIRKS
|
static int |
INT_XHTML1_TRANSITIONAL
|
static DocType |
XHTML1_TRANSITIONAL
|
Method Summary | |
---|---|
boolean |
equals(Object value)
Equals method. |
int |
getValue()
The doc type's int value. |
int |
hashCode()
Hash code. |
String |
toString()
Convert this doc type to a readable String. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INT_HTML4_LOOSE
public static final int INT_HTML4_LOOSE_QUIRKS
public static final int INT_XHTML1_TRANSITIONAL
public static final DocType HTML4_LOOSE
public static final DocType HTML4_LOOSE_QUIRKS
public static final DocType XHTML1_TRANSITIONAL
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object value)
equals
in class Object
value
- value to check
true
if this doc type matches the value
; false
otherwise.public int hashCode()
hashCode
in class Object
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |