org.apache.ws.jaxme.xs.xml.impl
Class XsEAppinfoImpl
java.lang.Object
   org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
       org.apache.ws.jaxme.xs.xml.impl.XsEAppinfoImpl
org.apache.ws.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 org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl | 
| asXsQName, 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 | 
 
 
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:
- getChildsin interface- XsEAppinfo
 
- 
 
setSource
public void setSource(XsAnyURI pSource)
- 
- Specified by:
- setSourcein interface- XsEAppinfo
 
- 
 
getSource
public XsAnyURI getSource()
- 
- Specified by:
- getSourcein 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
 
addText
public void addText(java.lang.String pText)
- Adds text to the appinfo contents. - 
 
- 
 
-