This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.swing.text.html.parser
interface DTDConstants

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

public interface DTDConstants

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

Field Detail

ANY

public static final int ANY

CDATA

public static final int CDATA

CONREF

public static final int CONREF

CURRENT

public static final int CURRENT

DEFAULT

public static final int DEFAULT

EMPTY

public static final int EMPTY

ENDTAG

public static final int ENDTAG

ENTITIES

public static final int ENTITIES

ENTITY

public static final int ENTITY

FIXED

public static final int FIXED

GENERAL

public static final int GENERAL

ID

public static final int ID

IDREF

public static final int IDREF

IDREFS

public static final int IDREFS

IMPLIED

public static final int IMPLIED

MD

public static final int MD

MODEL

public static final int MODEL

MS

public static final int MS

NAME

public static final int NAME

NAMES

public static final int NAMES

NMTOKEN

public static final int NMTOKEN

NMTOKENS

public static final int NMTOKENS

NOTATION

public static final int NOTATION

NUMBER

public static final int NUMBER

NUMBERS

public static final int NUMBERS

NUTOKEN

public static final int NUTOKEN

NUTOKENS

public static final int NUTOKENS

PARAMETER

public static final int PARAMETER

PI

public static final int PI

PUBLIC

public static final int PUBLIC

RCDATA

public static final int RCDATA

REQUIRED

public static final int REQUIRED

SDATA

public static final int SDATA

STARTTAG

public static final int STARTTAG

SYSTEM

public static final int SYSTEM


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.