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.ProcessContents
LAX, 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, setId
getOpenAttributes, setAttribute
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected XsTWildcardImpl(XsObject pParent)
public void setNamespace(java.lang.String pNamespaceList)
setNamespace
in interface XsTWildcard
public XsNamespaceList getNamespace()
getNamespace
in interface XsTWildcard
public void setProcessContents(XsTWildcard.ProcessContents pProcessContents)
setProcessContents
in interface XsTWildcard
public XsTWildcard.ProcessContents getProcessContents()
getProcessContents
in interface XsTWildcard