|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
3.2.1 The Attribute Declaration Schema Component.
Method Summary | |
XSAnnotation |
getAnnotation()
Optional. |
short |
getConstraintType()
Value constraint: one of default, fixed. |
java.lang.String |
getConstraintValue()
Value constraint: The actual value (with respect to the {type definition}) Should we return Object instead of DOMString? |
XSComplexTypeDefinition |
getEnclosingCTDefinition()
Locally scoped declarations are available for use only within the complex type definition identified by the scope
property. |
short |
getScope()
Optional. |
XSSimpleTypeDefinition |
getTypeDefinition()
A simple type definition |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
getName, getNamespace, getType |
Method Detail |
public XSSimpleTypeDefinition getTypeDefinition()
public short getScope()
ctDefinition
). This property is absent in the case of
declarations within attribute group definitions: their scope will be
determined when they are used in the construction of complex type
definitions.
public XSComplexTypeDefinition getEnclosingCTDefinition()
scope
property.
public short getConstraintType()
public java.lang.String getConstraintValue()
public XSAnnotation getAnnotation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |