org.apache.ws.jaxme.xs.xml.impl
Class XsTWildcardImpl
- XsObject, XsTAnnotated, XsTOpenAttrs, XsTWildcard
public class XsTWildcardImpl
Implementation of the
xs:wildcard
type, with the
following specification:
<xs:complexType name="wildcard">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/>
<xs:attribute name="processContents" use="optional" default="strict"
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="skip"/>
<xs:enumeration value="lax"/>
<xs:enumeration value="strict"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
XsTWildcardImpl
protected XsTWildcardImpl(XsObject pParent)
setProcessContents
public void setProcessContents(ProcessContents pProcessContents)