Package com.sun.xml.xsom
Interface XSWildcard.Other
-
- All Superinterfaces:
XSComponent
,XSTerm
,XSWildcard
- All Known Implementing Classes:
WildcardImpl.Other
- Enclosing interface:
- XSWildcard
public static interface XSWildcard.Other extends XSWildcard
##other
wildcard.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.xml.xsom.XSWildcard
XSWildcard.Any, XSWildcard.Other, XSWildcard.Union
-
-
Field Summary
-
Fields inherited from interface com.sun.xml.xsom.XSWildcard
LAX, SKIP, STRTICT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOtherNamespace()
Gets the namespace URI excluded from this wildcard.-
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Methods inherited from interface com.sun.xml.xsom.XSTerm
apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, visit
-
Methods inherited from interface com.sun.xml.xsom.XSWildcard
acceptsNamespace, apply, getMode, visit
-
-