public class XSWildcardImpl extends XSOpenAttrsImpl implements XSWildcard
Modifier | Constructor and Description |
---|---|
protected |
XSWildcardImpl(XSObject pParent,
XsTWildcard pBaseObject) |
Modifier and Type | Method and Description |
---|---|
XSAnnotation[] |
getAnnotations() |
XsNamespaceList |
getNamespaceList()
Returns the namespace list.
|
XsTWildcard.ProcessContents |
getProcessContents()
Returns how to process unknown content.
|
XsSchemaHeader |
getSchemaHeader()
Returns information on the wildcards syntactical context.
|
protected boolean |
isValidated() |
void |
validate()
Validates the objects internal state.
|
getOpenAttributes
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validateAllIn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOpenAttributes
getLocator, getParentObject, getXSSchema, isTopLevelObject
protected XSWildcardImpl(XSObject pParent, XsTWildcard pBaseObject)
public XsNamespaceList getNamespaceList()
XSWildcard
Returns the namespace list.
getNamespaceList
in interface XSWildcard
public XsTWildcard.ProcessContents getProcessContents()
XSWildcard
Returns how to process unknown content.
getProcessContents
in interface XSWildcard
protected boolean isValidated()
public void validate() throws org.xml.sax.SAXException
XSObject
Validates the objects internal state.
validate
in interface XSObject
validate
in class XSObjectImpl
org.xml.sax.SAXException
public XsSchemaHeader getSchemaHeader()
XSWildcard
Returns information on the wildcards syntactical context.
getSchemaHeader
in interface XSWildcard
public XSAnnotation[] getAnnotations()