|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of the attribute group xs:defRef
,
as specified by the following:
<xs:attributeGroup name="defRef"> <xs:annotation> <xs:documentation> for element, group and attributeGroup, which both define and reference </xs:documentation> </xs:annotation> <xs:attribute name="name" type="xs:NCName"/> <xs:attribute name="ref" type="xs:QName"/> </xs:attributeGroup>
Implementation note: The 'name' and 'ref' attributes are mutually exclusive. This is checked by the 'validate' method.
Method Summary | |
XsNCName |
getName()
|
XsQName |
getRef()
|
void |
setName(XsNCName pName)
|
void |
setRef(XsQName pRef)
|
void |
validate()
Validates whether the attribute groups constraints are met. |
Method Detail |
public void setName(XsNCName pName)
public XsNCName getName()
public void setRef(XsQName pRef)
public XsQName getRef()
public void validate() throws org.xml.sax.SAXException
Validates whether the attribute groups constraints are met.
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |