org.apache.ws.jaxme.xs.xml.impl
Class XsEAnnotationImpl
- XsEAnnotation, XsObject, XsTOpenAttrs
public class XsEAnnotationImpl
Implementation of
xs:annotation
, as specified
by the following:
<xs:element name="annotation" id="annotation">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xs:appinfo"/>
<xs:element ref="xs:documentation"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsEAnnotationImpl
protected XsEAnnotationImpl(XsObject pParent)
addChild
protected void addChild(Object pChild)
getChildHandler
public ContentHandler getChildHandler(String pQName,
String pNamespaceURI,
String pLocalName)
throws SAXException
getChilds
public Object[] getChilds()
Returns all the annotations child elements in the
order of creation.
- getChilds in interface XsEAnnotation