net.sf.jaxme.xs.xml.impl
Class XsEAppinfoImpl

java.lang.Object
  extended bynet.sf.jaxme.xs.xml.impl.XsObjectImpl
      extended bynet.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

Constructor Summary
protected XsEAppinfoImpl(XsObject pParent)
           
 
Method Summary
protected  void addChild(java.lang.Object pChild)
           
 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)
           
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Constructor Detail

XsEAppinfoImpl

protected XsEAppinfoImpl(XsObject pParent)
Method Detail

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