Uses of Class
com.sun.msv.util.StringPair

Packages that use StringPair
com.sun.msv.generator   
com.sun.msv.grammar abstract grammar model(AGM): common part. 
com.sun.msv.grammar.util Miscellaneous utility classes. 
com.sun.msv.reader.trex.ng parses RELAX NG into AGM. 
 

Uses of StringPair in com.sun.msv.generator
 

Methods in com.sun.msv.generator that return StringPair
protected  StringPair Generator.generateTypo(StringPair pair)
          generates 'typo'.
 

Methods in com.sun.msv.generator with parameters of type StringPair
protected  StringPair Generator.generateTypo(StringPair pair)
          generates 'typo'.
 

Uses of StringPair in com.sun.msv.grammar
 

Fields in com.sun.msv.grammar declared as StringPair
 StringPair DataExp.name
          name of this datatype.
 StringPair ValueExp.name
          name of this datatype.
 

Methods in com.sun.msv.grammar that return StringPair
 StringPair DataExp.getName()
           
 StringPair DataOrValueExp.getName()
           
 StringPair ValueExp.getName()
           
 StringPair SimpleNameClass.toStringPair()
           
 

Methods in com.sun.msv.grammar with parameters of type StringPair
 boolean NameClass.accepts(StringPair name)
           
 Expression ExpressionPool.createData(org.relaxng.datatype.Datatype dt, StringPair typeName)
           
 Expression ExpressionPool.createData(org.relaxng.datatype.Datatype dt, StringPair typeName, Expression except)
           
 Expression ExpressionPool.createValue(org.relaxng.datatype.Datatype dt, StringPair typeName, Object value)
           
 

Constructors in com.sun.msv.grammar with parameters of type StringPair
DataExp(org.relaxng.datatype.Datatype dt, StringPair typeName, Expression except)
           
SimpleNameClass(StringPair name)
           
ValueExp(org.relaxng.datatype.Datatype dt, StringPair typeName, Object value)
           
 

Uses of StringPair in com.sun.msv.grammar.util
 

Methods in com.sun.msv.grammar.util that return types with arguments of type StringPair
static Set<StringPair> PossibleNamesCollector.calc(NameClass nc)
          computes all possibile names for this name class, and returns the set of StringPair.
 

Uses of StringPair in com.sun.msv.reader.trex.ng
 

Fields in com.sun.msv.reader.trex.ng declared as StringPair
protected  StringPair DataState.baseTypeName
          the name of the base type.
 



MSV