Home » openjdk-7 » javax » swing » text » html » parser » [javadoc | source]
javax.swing.text.html.parser
public interface: DTDConstants [javadoc | source]

All Known Implementing Classes:
    DocumentParser, AttributeList, TagStack, Element, DTDUtilities, Parser, DTD, Entity

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.
Field Summary
 int CDATA     
 int ENTITY     
 int ENTITIES     
 int ID     
 int IDREF     
 int IDREFS     
 int NAME     
 int NAMES     
 int NMTOKEN     
 int NMTOKENS     
 int NOTATION     
 int NUMBER     
 int NUMBERS     
 int NUTOKEN     
 int NUTOKENS     
 int RCDATA     
 int EMPTY     
 int MODEL     
 int ANY     
 int FIXED     
 int REQUIRED     
 int CURRENT     
 int CONREF     
 int IMPLIED     
 int PUBLIC     
 int SDATA     
 int PI     
 int STARTTAG     
 int ENDTAG     
 int MS     
 int MD     
 int SYSTEM     
 int GENERAL     
 int DEFAULT     
 int PARAMETER