org.apache.crimson.parser
Class AttributeDecl

java.lang.Object
  extended byorg.apache.crimson.parser.AttributeDecl

class AttributeDecl
extends Object

Encapsulate an attribute declaration.

Author:
David Brownell

Field Summary
(package private) static String CDATA
           
(package private)  String defaultValue
           
(package private) static String ENTITIES
           
(package private) static String ENTITY
           
(package private) static String ENUMERATION
           
(package private) static String FIXED
           
(package private) static String ID
           
(package private) static String IDREF
           
(package private) static String IDREFS
           
(package private) static String IMPLIED
           
(package private)  boolean isFixed
           
(package private)  boolean isFromInternalSubset
           
(package private)  boolean isRequired
           
(package private)  String name
           
(package private) static String NMTOKEN
           
(package private) static String NMTOKENS
           
(package private) static String NOTATION
           
(package private) static String REQUIRED
           
(package private)  String type
           
(package private)  String valueDefault
           
(package private)  String[] values
           
 
Constructor Summary
(package private) AttributeDecl(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AttributeDecl

AttributeDecl(String s)