org.apache.ws.jaxme.xs.xml.impl
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>
Constructor Summary | |
---|---|
protected | XsTWildcardImpl(XsObject pParent) |
Method Summary | |
---|---|
XsNamespaceList | getNamespace() |
ProcessContents | getProcessContents() |
void | setNamespace(String pNamespaceList) |
void | setProcessContents(ProcessContents pProcessContents) |