org.apache.ws.jaxme.xs

Interface XSWildcard

public interface XSWildcard extends XSOpenAttrs, XSAttributable

Interface of a wildcard.

Author: Jochen Wiedmann

Method Summary
XsNamespaceListgetNamespaceList()

Returns the namespace list.

XsTWildcard.ProcessContentsgetProcessContents()

Returns how to process unknown content.

XsSchemaHeadergetSchemaHeader()

Returns information on the wildcards syntactical context.

Method Detail

getNamespaceList

public XsNamespaceList getNamespaceList()

Returns the namespace list.

getProcessContents

public XsTWildcard.ProcessContents getProcessContents()

Returns how to process unknown content.

getSchemaHeader

public XsSchemaHeader getSchemaHeader()

Returns information on the wildcards syntactical context.