public interface

DTDConstants

javax.swing.text.html.parser.DTDConstants
Known Indirect Subclasses

Class Overview

SGML constants used in a DTD. The names of the constants correspond the the equivalent SGML constructs as described in "The SGML Handbook" by Charles F. Goldfarb.

See Also

Summary

Constants
int ANY
int CDATA
int CONREF
int CURRENT
int DEFAULT
int EMPTY
int ENDTAG
int ENTITIES
int ENTITY
int FIXED
int GENERAL
int ID
int IDREF
int IDREFS
int IMPLIED
int MD
int MODEL
int MS
int NAME
int NAMES
int NMTOKEN
int NMTOKENS
int NOTATION
int NUMBER
int NUMBERS
int NUTOKEN
int NUTOKENS
int PARAMETER
int PI
int PUBLIC
int RCDATA
int REQUIRED
int SDATA
int STARTTAG
int SYSTEM

Constants

public static final int ANY

Constant Value: 19 (0x00000013)

public static final int CDATA

Constant Value: 1 (0x00000001)

public static final int CONREF

Constant Value: 4 (0x00000004)

public static final int CURRENT

Constant Value: 3 (0x00000003)

public static final int DEFAULT

Constant Value: 131072 (0x00020000)

public static final int EMPTY

Constant Value: 17 (0x00000011)

public static final int ENDTAG

Constant Value: 14 (0x0000000e)

public static final int ENTITIES

Constant Value: 3 (0x00000003)

public static final int ENTITY

Constant Value: 2 (0x00000002)

public static final int FIXED

Constant Value: 1 (0x00000001)

public static final int GENERAL

Constant Value: 65536 (0x00010000)

public static final int ID

Constant Value: 4 (0x00000004)

public static final int IDREF

Constant Value: 5 (0x00000005)

public static final int IDREFS

Constant Value: 6 (0x00000006)

public static final int IMPLIED

Constant Value: 5 (0x00000005)

public static final int MD

Constant Value: 16 (0x00000010)

public static final int MODEL

Constant Value: 18 (0x00000012)

public static final int MS

Constant Value: 15 (0x0000000f)

public static final int NAME

Constant Value: 7 (0x00000007)

public static final int NAMES

Constant Value: 8 (0x00000008)

public static final int NMTOKEN

Constant Value: 9 (0x00000009)

public static final int NMTOKENS

Constant Value: 10 (0x0000000a)

public static final int NOTATION

Constant Value: 11 (0x0000000b)

public static final int NUMBER

Constant Value: 12 (0x0000000c)

public static final int NUMBERS

Constant Value: 13 (0x0000000d)

public static final int NUTOKEN

Constant Value: 14 (0x0000000e)

public static final int NUTOKENS

Constant Value: 15 (0x0000000f)

public static final int PARAMETER

Constant Value: 262144 (0x00040000)

public static final int PI

Constant Value: 12 (0x0000000c)

public static final int PUBLIC

Constant Value: 10 (0x0000000a)

public static final int RCDATA

Constant Value: 16 (0x00000010)

public static final int REQUIRED

Constant Value: 2 (0x00000002)

public static final int SDATA

Constant Value: 11 (0x0000000b)

public static final int STARTTAG

Constant Value: 13 (0x0000000d)

public static final int SYSTEM

Constant Value: 17 (0x00000011)