org.apache.ws.jaxme.xs.xml.impl
public class XsEDocumentationImpl extends XsObjectImpl implements XsEDocumentation
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>
Constructor Summary | |
---|---|
protected | XsEDocumentationImpl(XsObject pParent) |
Method Summary | |
---|---|
protected void | addChild(Object pObject) |
void | addText(String pText) |
ContentHandler | getChildHandler(String pQName, String pNamespaceURI, String pLocalName) |
Object[] | getChilds() |
XmlLang | getLang() |
XsAnyURI | getSource() |
String | getText() |
boolean | isTextOnly() |
boolean | setAttribute(String pQName, String pNamespaceURI, String pLocalName, String pValue) |
void | setLang(XmlLang pLang) |
void | setSource(XsAnyURI pSource) |