|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSWildcard
Wildcard schema component (used for both attribute wildcard and element wildcard.) XSWildcard interface can always be downcasted to either Any, Other, or Union.
Nested Class Summary | |
---|---|
static interface |
XSWildcard.Any
##any wildcard. |
static interface |
XSWildcard.Other
##other wildcard. |
static interface |
XSWildcard.Union
Wildcard of a set of namespace URIs. |
Field Summary | |
---|---|
static int |
LAX
|
static int |
SKIP
|
static int |
STRTICT
|
Method Summary | ||
---|---|---|
boolean |
acceptsNamespace(java.lang.String namespaceURI)
Returns true if the specified namespace URI is valid wrt this wildcard. |
|
|
apply(XSWildcardFunction<T> function)
|
|
int |
getMode()
Gets the processing mode. |
|
void |
visit(XSWildcardVisitor visitor)
Visitor support. |
Methods inherited from interface com.sun.xml.xsom.XSTerm |
---|
apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, visit |
Field Detail |
---|
static final int LAX
static final int STRTICT
static final int SKIP
Method Detail |
---|
int getMode()
boolean acceptsNamespace(java.lang.String namespaceURI)
namespaceURI
- Use the empty string to test the default no-namespace.void visit(XSWildcardVisitor visitor)
<T> T apply(XSWildcardFunction<T> function)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |