org.apache.ws.jaxme.xs.xml.impl
Class XsAGDefRefImpl
java.lang.Object
org.apache.ws.jaxme.xs.xml.impl.XsAGDefRefImpl
- XsAGDefRef
public class XsAGDefRefImpl
extends java.lang.Object
Implementation 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.
XsAGDefRefImpl
public XsAGDefRefImpl(XsObject pOwner)
Creates a new instance with the given parent object.
setRef
public void setRef(String pRef)
throws SAXException