org.apache.ws.jaxme.xs
Interface XSWildcard

All Superinterfaces:
XSAttributable, XSObject, XSOpenAttrs
All Known Subinterfaces:
JAXBAny, JAXBWildcard, XSAny
All Known Implementing Classes:
JAXBWildcardImpl, XSAnyImpl, XSWildcardImpl

public interface XSWildcard
extends XSOpenAttrs, XSAttributable

Interface of a wildcard.

Author:
Jochen Wiedmann

Method Summary
 XsNamespaceList getNamespaceList()
          Returns the namespace list.
 XsTWildcard.ProcessContents getProcessContents()
          Returns how to process unknown content.
 XsSchemaHeader getSchemaHeader()
          Returns information on the wildcards syntactical context.
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.XSObject
getLocator, getParentObject, getXSSchema, isTopLevelObject, validate
 

Method Detail

getNamespaceList

XsNamespaceList getNamespaceList()

Returns the namespace list.


getProcessContents

XsTWildcard.ProcessContents getProcessContents()

Returns how to process unknown content.


getSchemaHeader

XsSchemaHeader getSchemaHeader()

Returns information on the wildcards syntactical context.