| com.sun.xml.xsom.XSWildcard
All known Subclasses: com.sun.xml.xsom.impl.WildcardImpl,
XSWildcard | public interface XSWildcard extends XSComponent,XSTerm(Code) | | Wildcard schema component (used for both attribute wildcard
and element wildcard.)
XSWildcard interface can always be downcasted to either
Any, Other, or Union.
|
Field Summary | |
final static int | LAX | final static int | SKIP | final static int | STRTICT |
SKIP | final static int SKIP(Code) | | |
STRTICT | final static int STRTICT(Code) | | |
acceptsNamespace | boolean acceptsNamespace(String namespaceURI)(Code) | | Returns true if the specified namespace URI is valid
wrt this wildcard.
Parameters: namespaceURI - Use the empty string to test the default no-namespace. |
getMode | int getMode()(Code) | | Gets the processing mode.
Either LAX, STRICT, or SKIP. |
|
|