|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.xml.parser.AttDef
This object describes an attribute type and potential values. This encapsulates the information for one Attribute in an Attribute List in a DTD as described below:
Field Summary | |
static int |
CDATA
type of attribute |
static int |
DEFAULT
presence of attribute |
static int |
ENTITIES
|
static int |
ENTITY
|
static int |
ENUMERATION
|
static int |
FIXED
|
static int |
ID
|
static int |
IDREF
|
static int |
IDREFS
|
static int |
IMPLIED
|
static int |
NMTOKEN
|
static int |
NMTOKENS
|
static int |
NOTATION
|
static int |
REQUIRED
|
Method Summary | |
Object |
getDefault()
Return the default value for the attribute. |
Name |
getName()
Return the name of the attribute. |
int |
getPresence()
Return the precence type for the attribute. |
int |
getType()
Return the attribute type. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int CDATA
public static final int ID
public static final int IDREF
public static final int IDREFS
public static final int ENTITY
public static final int ENTITIES
public static final int NMTOKEN
public static final int NMTOKENS
public static final int NOTATION
public static final int ENUMERATION
public static final int DEFAULT
public static final int REQUIRED
public static final int IMPLIED
public static final int FIXED
Method Detail |
public Object getDefault()
public Name getName()
public int getType()
public int getPresence()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |