org.merlotxml.util.xml
Interface DTDConstants
- All Known Subinterfaces:
- DTDAttribute
- All Known Implementing Classes:
- DTDAttributeImpl, IDManager
- public interface DTDConstants
provides constant values
- Author:
- Kelly A. Campbell
NONE
public static final int NONE
- See Also:
- Constant Field Values
IMPLIED
public static final int IMPLIED
- See Also:
- Constant Field Values
REQUIRED
public static final int REQUIRED
- See Also:
- Constant Field Values
FIXED
public static final int FIXED
- See Also:
- Constant Field Values
ANY
public static final int ANY
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
TOKEN_GROUP
public static final int TOKEN_GROUP
- See Also:
- Constant Field Values
NMTOKEN
public static final int NMTOKEN
- See Also:
- Constant Field Values
NMTOKENS
public static final int NMTOKENS
- See Also:
- Constant Field Values
ID
public static final int ID
- See Also:
- Constant Field Values
IDREF
public static final int IDREF
- See Also:
- Constant Field Values
IDREFS
public static final int IDREFS
- See Also:
- Constant Field Values
ENTITY
public static final int ENTITY
- See Also:
- Constant Field Values
ENTITIES
public static final int ENTITIES
- See Also:
- Constant Field Values
NOTATION
public static final int NOTATION
- See Also:
- Constant Field Values
CDATA
public static final int CDATA
- See Also:
- Constant Field Values
PCDATA
public static final int PCDATA
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
PROCESSING_INSTRUCTION
public static final int PROCESSING_INSTRUCTION
- See Also:
- Constant Field Values
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
CONTENT_LEAF
public static final int CONTENT_LEAF
- See Also:
- Constant Field Values
CONTENT_GROUP
public static final int CONTENT_GROUP
- See Also:
- Constant Field Values
CONTENT_OR
public static final int CONTENT_OR
- See Also:
- Constant Field Values
CONTENT_CONCAT
public static final int CONTENT_CONCAT
- See Also:
- Constant Field Values
CONTENT_ONEMAX
public static final int CONTENT_ONEMAX
- See Also:
- Constant Field Values
CONTENT_SINGLE
public static final int CONTENT_SINGLE
- See Also:
- Constant Field Values
CONTENT_STAR
public static final int CONTENT_STAR
- See Also:
- Constant Field Values
CONTENT_PLUS
public static final int CONTENT_PLUS
- See Also:
- Constant Field Values
PCDATA_KEY
public static final java.lang.String PCDATA_KEY
- See Also:
- Constant Field Values
COMMENT_KEY
public static final java.lang.String COMMENT_KEY
- See Also:
- Constant Field Values
PROCESSING_INSTRUCTION_KEY
public static final java.lang.String PROCESSING_INSTRUCTION_KEY
- See Also:
- Constant Field Values