Package com.sun.xml.xsom.impl
Class WildcardImpl.Finite
java.lang.Object
com.sun.xml.xsom.impl.ComponentImpl
com.sun.xml.xsom.impl.WildcardImpl
com.sun.xml.xsom.impl.WildcardImpl.Finite
- All Implemented Interfaces:
Ref.Term
,XSComponent
,XSTerm
,XSWildcard
,XSWildcard.Union
- Enclosing class:
WildcardImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.xsom.impl.WildcardImpl
WildcardImpl.Any, WildcardImpl.Finite, WildcardImpl.Other
Nested classes/interfaces inherited from interface com.sun.xml.xsom.XSWildcard
XSWildcard.Any, XSWildcard.Other, XSWildcard.Union
-
Field Summary
Fields inherited from class com.sun.xml.xsom.impl.ComponentImpl
ownerDocument
Fields inherited from interface com.sun.xml.xsom.XSWildcard
LAX, SKIP, STRTICT
-
Constructor Summary
ConstructorDescriptionFinite
(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, Set<String> ns, int _mode) -
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptsNamespace
(String namespaceURI) Returns true if the specified namespace URI is valid wrt this wildcard.apply
(XSWildcardFunction function) Read-only list of namespace URIs.Short forgetNamespaces().iterator()
void
visit
(XSWildcardVisitor visitor) Visitor support.Methods inherited from class com.sun.xml.xsom.impl.WildcardImpl
apply, apply, apply, asElementDecl, asModelGroup, asModelGroupDecl, asWildcard, getMode, getTerm, isElementDecl, isModelGroup, isModelGroupDecl, isWildcard, union, visit, visit
Methods inherited from class com.sun.xml.xsom.impl.ComponentImpl
getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
getMode
-
Constructor Details
-
Finite
public Finite(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, Set<String> ns, int _mode)
-
-
Method Details
-
iterateNamespaces
Description copied from interface:XSWildcard.Union
Short forgetNamespaces().iterator()
- Specified by:
iterateNamespaces
in interfaceXSWildcard.Union
-
getNamespaces
Description copied from interface:XSWildcard.Union
Read-only list of namespace URIs.- Specified by:
getNamespaces
in interfaceXSWildcard.Union
-
acceptsNamespace
Description copied from interface:XSWildcard
Returns true if the specified namespace URI is valid wrt this wildcard.- Specified by:
acceptsNamespace
in interfaceXSWildcard
- Parameters:
namespaceURI
- Use the empty string to test the default no-namespace.
-
visit
Description copied from interface:XSWildcard
Visitor support.- Specified by:
visit
in interfaceXSWildcard
-
apply
- Specified by:
apply
in interfaceXSWildcard
-