Interface XSWildcard.Union
- All Superinterfaces:
XSComponent, XSTerm, XSWildcard
- All Known Implementing Classes:
WildcardImpl.Finite
- Enclosing interface:
XSWildcard
Wildcard of a set of namespace URIs.
-
Nested Class Summary
Nested classes/interfaces inherited from interface XSWildcard
XSWildcard.Any, XSWildcard.Other, XSWildcard.Union -
Field Summary
Fields inherited from interface XSWildcard
LAX, SKIP, STRTICT -
Method Summary
Modifier and TypeMethodDescriptionRead-only list of namespace URIs.Short forgetNamespaces().iterator()Methods inherited from interface XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visitMethods inherited from interface XSTerm
apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, visitMethods inherited from interface XSWildcard
acceptsNamespace, apply, getMode, visit
-
Method Details
-
iterateNamespaces
-
getNamespaces
Collection<String> getNamespaces()Read-only list of namespace URIs.
-