org.apache.crimson.parser
Class AttributeDecl
java.lang.Object
org.apache.crimson.parser.AttributeDecl
- class AttributeDecl
- extends Object
Encapsulate an attribute declaration.
- Author:
- David Brownell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
String name
type
String type
values
String[] values
defaultValue
String defaultValue
isRequired
boolean isRequired
isFixed
boolean isFixed
isFromInternalSubset
boolean isFromInternalSubset
CDATA
static final String CDATA
- 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
ENTITY
static final String ENTITY
- See Also:
- Constant Field Values
ENTITIES
static final String ENTITIES
- 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
ENUMERATION
static final String ENUMERATION
- See Also:
- Constant Field Values
valueDefault
String valueDefault
IMPLIED
static final String IMPLIED
- See Also:
- Constant Field Values
REQUIRED
static final String REQUIRED
- See Also:
- Constant Field Values
FIXED
static final String FIXED
- See Also:
- Constant Field Values
AttributeDecl
AttributeDecl(String s)