|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ASObject
.The
constant 'REQUIRED' is missing from this interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
Field Summary | |
static short |
VALUE_DEFAULT
Deprecated. Indicates that the there is a default value constraint. |
static short |
VALUE_FIXED
Deprecated. Indicates that there is a fixed value constraint for this attribute. |
static short |
VALUE_NONE
Deprecated. Describes that the attribute does not have any value constraint. |
Fields inherited from interface org.apache.xerces.dom3.as.ASObject |
AS_ATTRIBUTE_DECLARATION, AS_CONTENTMODEL, AS_ELEMENT_DECLARATION, AS_ENTITY_DECLARATION, AS_MODEL, AS_NOTATION_DECLARATION |
Method Summary | |
ASDataType |
getDataType()
Deprecated. Datatype of the attribute. |
java.lang.String |
getDataValue()
Deprecated. Default or fixed value. |
short |
getDefaultType()
Deprecated. Constraint type if any for this attribute. |
java.lang.String |
getEnumAttr()
Deprecated. Valid attribute values, separated by commas, in a string. |
ASObjectList |
getOwnerElements()
Deprecated. Owner elements ASObject of attribute, meaning that an
attribute declaration can be shared by multiple elements. |
void |
setDataType(ASDataType dataType)
Deprecated. Datatype of the attribute. |
void |
setDataValue(java.lang.String dataValue)
Deprecated. Default or fixed value. |
void |
setDefaultType(short defaultType)
Deprecated. Constraint type if any for this attribute. |
void |
setEnumAttr(java.lang.String enumAttr)
Deprecated. Valid attribute values, separated by commas, in a string. |
void |
setOwnerElements(ASObjectList ownerElements)
Deprecated. Owner elements ASObject of attribute, meaning that an
attribute declaration can be shared by multiple elements. |
Methods inherited from interface org.apache.xerces.dom3.as.ASObject |
cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefix |
Field Detail |
public static final short VALUE_NONE
public static final short VALUE_DEFAULT
public static final short VALUE_FIXED
Method Detail |
public ASDataType getDataType()
public void setDataType(ASDataType dataType)
public java.lang.String getDataValue()
public void setDataValue(java.lang.String dataValue)
public java.lang.String getEnumAttr()
public void setEnumAttr(java.lang.String enumAttr)
public ASObjectList getOwnerElements()
ASObject
of attribute, meaning that an
attribute declaration can be shared by multiple elements.
public void setOwnerElements(ASObjectList ownerElements)
ASObject
of attribute, meaning that an
attribute declaration can be shared by multiple elements.
public short getDefaultType()
public void setDefaultType(short defaultType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |