Uses of Class
org.gxml.xs.SmQuantifier

Packages that use SmQuantifier
org.gxml.xs   
 

Uses of SmQuantifier in org.gxml.xs
 

Methods in org.gxml.xs that return SmQuantifier
static SmQuantifier SmQuantifier.approximate(int minOccurs, int maxOccurs)
          Approximates the schema minOccurs and maxOccurs with the SmQuantifier.
 SmQuantifier SmQuantifier.choice(SmQuantifier other)
           
 SmQuantifier SmMultiplyType.getMultiplier()
           
 SmQuantifier SmQuantifier.product(SmQuantifier other)
           
 SmQuantifier SmSequenceType.quantifier()
          The quantifier method approximates the possible number of items in this type with the occurrence indicators supported by the [XPath/Xquery] type system (?, +, *).
 SmQuantifier SmMetaBridge.quantifier(SmSequenceType<A,S> type)
           
 SmQuantifier SmQuantifier.single()
          Computes the quantifier for a type V when it is replaced by V[1] according to the following table:
this aggregate ? ? * ? 1 1 + 1 none none empty empty
 SmQuantifier SmQuantifier.sum(SmQuantifier other)
           
static SmQuantifier SmQuantifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SmQuantifier[] SmQuantifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gxml.xs with parameters of type SmQuantifier
 SmQuantifier SmQuantifier.choice(SmQuantifier other)
           
 boolean SmQuantifier.contains(SmQuantifier other)
           
 boolean SmQuantifier.in(SmQuantifier... others)
          Determines whether this quantifier is contained in the specified set of quantifiers.
 SmSequenceType<A,S> SmMetaBridge.multiply(SmSequenceType<A,S> argument, SmQuantifier multiplier)
           
 SmQuantifier SmQuantifier.product(SmQuantifier other)
           
 SmQuantifier SmQuantifier.sum(SmQuantifier other)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.