org.apache.ws.jaxme.xs.xml.impl
Class XsEDocumentationImpl
- XsEDocumentation, XsObject
public class XsEDocumentationImpl
Implementation of
xs:documentation
, as specified
by the following:
<xs:element name="documentation" id="documentation">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:any processContents="lax"/>
</xs:sequence>
<xs:attribute name="source" type="xs:anyURI"/>
<xs:attribute ref="xml:lang"/>
</xs:complexType>
</xs:element>
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsEDocumentationImpl
protected XsEDocumentationImpl(XsObject pParent)
addChild
protected void addChild(Object pObject)
addText
public void addText(String pText)
getChildHandler
public ContentHandler getChildHandler(String pQName,
String pNamespaceURI,
String pLocalName)
throws SAXException
setAttribute
public boolean setAttribute(String pQName,
String pNamespaceURI,
String pLocalName,
String pValue)