org.apache.ws.jaxme.xs.xml.impl
public class XsGAttrDeclsImpl extends Object implements XsGAttrDecls
Implementation of xs:attrDecls, with the
following specification:
<xs:group name="attrDecls">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="attribute" type="xs:attribute"/>
<xs:element name="attributeGroup" type="xs:attributeGroupRef"/>
</xs:choice>
<xs:element ref="xs:anyAttribute" minOccurs="0"/>
</xs:sequence>
</xs:group>
| Constructor Summary | |
|---|---|
| protected | XsGAttrDeclsImpl(XsObject pOwner) |
| Method Summary | |
|---|---|
| protected void | addChild(Object o) |
| XsTWildcard | createAnyAttribute() |
| XsTAttribute | createAttribute() |
| XsTAttributeGroupRef | createAttributeGroup() |
| Object[] | getAllAttributes() |
| XsTWildcard | getAnyAttribute() |
| XsTAttributeGroupRef[] | getAttributeGroups() |
| XsTAttribute[] | getAttributes() |