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.
|
getOpenAttributesgetLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validateAllInclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOpenAttributesgetLocator, getParentObject, getXSSchema, isTopLevelObjectprotected XSWildcardImpl(XSObject pParent, XsTWildcard pBaseObject)
public XsNamespaceList getNamespaceList()
XSWildcardReturns the namespace list.
getNamespaceList in interface XSWildcardpublic XsTWildcard.ProcessContents getProcessContents()
XSWildcardReturns how to process unknown content.
getProcessContents in interface XSWildcardprotected boolean isValidated()
public void validate()
throws org.xml.sax.SAXException
XSObjectValidates the objects internal state.
validate in interface XSObjectvalidate in class XSObjectImplorg.xml.sax.SAXExceptionpublic XsSchemaHeader getSchemaHeader()
XSWildcardReturns information on the wildcards syntactical context.
getSchemaHeader in interface XSWildcardpublic XSAnnotation[] getAnnotations()