public class XsEAppinfoImpl extends XsObjectImpl implements XsEAppinfo
Implementation of xs:appinfo, as specified by the
following:
<xs:element name="appinfo" id="appinfo">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/>
</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:complexType>
</xs:element>
| Modifier | Constructor and Description |
|---|---|
protected |
XsEAppinfoImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(java.lang.Object pChild) |
void |
addText(java.lang.String pText)
Adds text to the appinfo contents.
|
org.xml.sax.ContentHandler |
getChildHandler(java.lang.String pQName,
java.lang.String pNamespaceURI,
java.lang.String pLocalName) |
java.lang.Object[] |
getChilds() |
XsAnyURI |
getSource() |
protected XsObjectCreator[] |
getXsObjectCreators() |
void |
setSource(XsAnyURI pSource) |
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected XsEAppinfoImpl(XsObject pParent)
protected void addChild(java.lang.Object pChild)
protected XsObjectCreator[] getXsObjectCreators()
public java.lang.Object[] getChilds()
getChilds in interface XsEAppinfopublic void setSource(XsAnyURI pSource)
setSource in interface XsEAppinfopublic XsAnyURI getSource()
getSource in interface XsEAppinfopublic org.xml.sax.ContentHandler getChildHandler(java.lang.String pQName,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic void addText(java.lang.String pText)
Adds text to the appinfo contents.