Package org.apache.cocoon.xml.sax
Interface AttributeTypes
-
public interface AttributeTypesInsert the type's description here.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCDATAstatic StringENTITIESstatic StringENTITYstatic StringIDstatic StringIDREFstatic StringIDREFSstatic StringNAMEstatic StringNAMESstatic StringNMTOKENstatic StringNMTOKENSstatic StringNOTATIONstatic StringNUMBERstatic StringNUMBERSstatic StringNUTOKENstatic StringNUTOKENS
-
-
-
Field Detail
-
CDATA
static final String CDATA
- See Also:
- Constant Field Values
-
ENTITY
static final String ENTITY
- See Also:
- Constant Field Values
-
ENTITIES
static final String ENTITIES
- See Also:
- Constant Field Values
-
ID
static final String ID
- See Also:
- Constant Field Values
-
IDREF
static final String IDREF
- See Also:
- Constant Field Values
-
IDREFS
static final String IDREFS
- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
NAMES
static final String NAMES
- See Also:
- Constant Field Values
-
NMTOKEN
static final String NMTOKEN
- See Also:
- Constant Field Values
-
NMTOKENS
static final String NMTOKENS
- See Also:
- Constant Field Values
-
NOTATION
static final String NOTATION
- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
- See Also:
- Constant Field Values
-
NUMBERS
static final String NUMBERS
- See Also:
- Constant Field Values
-
NUTOKEN
static final String NUTOKEN
- See Also:
- Constant Field Values
-
NUTOKENS
static final String NUTOKENS
- See Also:
- Constant Field Values
-
-