org.apache.ws.jaxme.xs.xml.impl
Class XsEAppinfoImpl
- XsEAppinfo, XsObject
public class XsEAppinfoImpl
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>
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsEAppinfoImpl
protected XsEAppinfoImpl(XsObject pParent)
addChild
protected void addChild(Object pChild)
addText
public void addText(String pText)
Adds text to the appinfo contents.
getChildHandler
public ContentHandler getChildHandler(String pQName,
String pNamespaceURI,
String pLocalName)
throws SAXException