public class XsTWildcardImpl extends XsTAnnotatedImpl implements XsTWildcard
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>
XsTWildcard.ProcessContentsLAX, SKIP, STRICT| Modifier | Constructor and Description |
|---|---|
protected |
XsTWildcardImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
XsNamespaceList |
getNamespace() |
XsTWildcard.ProcessContents |
getProcessContents() |
void |
setNamespace(java.lang.String pNamespaceList) |
void |
setProcessContents(XsTWildcard.ProcessContents pProcessContents) |
createAnnotation, getAnnotation, getId, setIdgetOpenAttributes, setAttributeasXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validateprotected XsTWildcardImpl(XsObject pParent)
public void setNamespace(java.lang.String pNamespaceList)
setNamespace in interface XsTWildcardpublic XsNamespaceList getNamespace()
getNamespace in interface XsTWildcardpublic void setProcessContents(XsTWildcard.ProcessContents pProcessContents)
setProcessContents in interface XsTWildcardpublic XsTWildcard.ProcessContents getProcessContents()
getProcessContents in interface XsTWildcard