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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected XsEAppinfoImpl(XsObject pParent)
protected void addChild(java.lang.Object pChild)
protected XsObjectCreator[] getXsObjectCreators()
public java.lang.Object[] getChilds()
getChilds
in interface XsEAppinfo
public void setSource(XsAnyURI pSource)
setSource
in interface XsEAppinfo
public XsAnyURI getSource()
getSource
in interface XsEAppinfo
public 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.SAXException
public void addText(java.lang.String pText)
Adds text to the appinfo contents.