net.sf.jaxme.xs.xml.impl
Class XsEAppinfoImpl
java.lang.Object
net.sf.jaxme.xs.xml.impl.XsObjectImpl
net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
- All Implemented Interfaces:
- XsEAppinfo, XsObject
- Direct Known Subclasses:
- JAXBAppinfoImpl
- 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>
- Author:
- Jochen Wiedmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsEAppinfoImpl
protected XsEAppinfoImpl(XsObject pParent)
addChild
protected void addChild(java.lang.Object pChild)
getXsObjectCreators
protected XsObjectCreator[] getXsObjectCreators()
getChilds
public java.lang.Object[] getChilds()
- Specified by:
getChilds
in interface XsEAppinfo
setSource
public void setSource(XsAnyURI pSource)
- Specified by:
setSource
in interface XsEAppinfo
getSource
public XsAnyURI getSource()
- Specified by:
getSource
in interface XsEAppinfo
getChildHandler
public org.xml.sax.ContentHandler getChildHandler(java.lang.String pQName,
java.lang.String pNamespaceURI,
java.lang.String pLocalName)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException