XSOM 20110809-redhat-3

com.sun.xml.xsom
Interface XSWildcard.Union

All Superinterfaces:
XSComponent, XSTerm, XSWildcard
All Known Implementing Classes:
WildcardImpl.Finite
Enclosing interface:
XSWildcard

public static interface XSWildcard.Union
extends XSWildcard

Wildcard of a set of namespace URIs.


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
 Collection<String> getNamespaces()
          Read-only list of namespace URIs.
 Iterator<String> iterateNamespaces()
          Short for getNamespaces().iterator()
 
Methods inherited from interface com.sun.xml.xsom.XSWildcard
acceptsNamespace, apply, getMode, 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.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
 

Method Detail

iterateNamespaces

Iterator<String> iterateNamespaces()
Short for getNamespaces().iterator()


getNamespaces

Collection<String> getNamespaces()
Read-only list of namespace URIs.


XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.