Uses of Class
org.gxml.xs.SmNamespaceConstraint

Packages that use SmNamespaceConstraint
org.gxml.xs   
 

Uses of SmNamespaceConstraint in org.gxml.xs
 

Methods in org.gxml.xs that return SmNamespaceConstraint
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.Any(SmNameBridge<S> nameBridge)
          Singleton implementation of the namespace constraint allowing any namespaces.
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.exclude(S namespace, SmNameBridge<S> nameBridge)
          Constructs a namespace constraint equivalent to not and a namespace.
 SmNamespaceConstraint<S> SmWildcard.getNamespaceConstraint()
           
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.include(java.util.Set<S> namespaces, SmNameBridge<S> nameBridge)
          Constructs a namespace constraint equivalent to allowing a set of namespaces.
 SmNamespaceConstraint<S> SmNamespaceConstraint.intersection(SmNamespaceConstraint<S> other)
          Calculates the intersection of this namespace constraint and another namespace constraint.
static
<S> SmNamespaceConstraint<S>
SmNamespaceConstraint.NotAbsent(SmNameBridge<S> nameBridge)
          Internal Singleton for Not and Absent
 SmNamespaceConstraint<S> SmNamespaceConstraint.union(SmNamespaceConstraint<S> other)
          Calculates the union of this namespace constraint and another namespace constraint.
 

Methods in org.gxml.xs with parameters of type SmNamespaceConstraint
 SmNamespaceConstraint<S> SmNamespaceConstraint.intersection(SmNamespaceConstraint<S> other)
          Calculates the intersection of this namespace constraint and another namespace constraint.
 boolean SmNamespaceConstraint.isSubset(SmNamespaceConstraint<S> superSet)
          Determines whether this namespace constraint is a subset of another namespace constraint.
 SmNamespaceConstraint<S> SmNamespaceConstraint.union(SmNamespaceConstraint<S> other)
          Calculates the union of this namespace constraint and another namespace constraint.
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.