|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmNamespaceConstraint | |
---|---|
org.gxml.xs |
Uses of SmNamespaceConstraint in org.gxml.xs |
---|
Methods in org.gxml.xs that return SmNamespaceConstraint | ||
---|---|---|
static
|
SmNamespaceConstraint.Any(SmNameBridge<S> nameBridge)
Singleton implementation of the namespace constraint allowing any namespaces. |
|
static
|
SmNamespaceConstraint.exclude(S namespace,
SmNameBridge<S> nameBridge)
Constructs a namespace constraint equivalent to not and a namespace. |
|
SmNamespaceConstraint<S> |
SmWildcard.getNamespaceConstraint()
|
|
static
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |