Package org.apache.cocoon.xml.sax
Interface AttributeTypes
-
@Deprecated(since="2022-01-27") public interface AttributeTypes
Deprecated.This API is deprecated, migrate code to the XML APIs provided by the JDK.Insert the type's description here.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCDATADeprecated.static StringENTITIESDeprecated.static StringENTITYDeprecated.static StringIDDeprecated.static StringIDREFDeprecated.static StringIDREFSDeprecated.static StringNAMEDeprecated.static StringNAMESDeprecated.static StringNMTOKENDeprecated.static StringNMTOKENSDeprecated.static StringNOTATIONDeprecated.static StringNUMBERDeprecated.static StringNUMBERSDeprecated.static StringNUTOKENDeprecated.static StringNUTOKENSDeprecated.
-
-
-
Field Detail
-
CDATA
static final String CDATA
Deprecated.- See Also:
- Constant Field Values
-
ENTITY
static final String ENTITY
Deprecated.- See Also:
- Constant Field Values
-
ENTITIES
static final String ENTITIES
Deprecated.- See Also:
- Constant Field Values
-
ID
static final String ID
Deprecated.- See Also:
- Constant Field Values
-
IDREF
static final String IDREF
Deprecated.- See Also:
- Constant Field Values
-
IDREFS
static final String IDREFS
Deprecated.- See Also:
- Constant Field Values
-
NAME
static final String NAME
Deprecated.- See Also:
- Constant Field Values
-
NAMES
static final String NAMES
Deprecated.- See Also:
- Constant Field Values
-
NMTOKEN
static final String NMTOKEN
Deprecated.- See Also:
- Constant Field Values
-
NMTOKENS
static final String NMTOKENS
Deprecated.- See Also:
- Constant Field Values
-
NOTATION
static final String NOTATION
Deprecated.- See Also:
- Constant Field Values
-
NUMBER
static final String NUMBER
Deprecated.- See Also:
- Constant Field Values
-
NUMBERS
static final String NUMBERS
Deprecated.- See Also:
- Constant Field Values
-
NUTOKEN
static final String NUTOKEN
Deprecated.- See Also:
- Constant Field Values
-
NUTOKENS
static final String NUTOKENS
Deprecated.- See Also:
- Constant Field Values
-
-