Uses of Class
com.sun.msv.util.StringPair
-
Packages that use StringPair Package Description com.sun.msv.generator com.sun.msv.grammar abstract grammar model(AGM): common part.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 Modifier and Type Method Description protected StringPair
Generator. generateTypo(StringPair pair)
generates 'typo'.Methods in com.sun.msv.generator with parameters of type StringPair Modifier and Type Method Description 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 Modifier and Type Field Description StringPair
DataExp. name
name of this datatype.StringPair
ValueExp. name
name of this datatype.Methods in com.sun.msv.grammar that return StringPair Modifier and Type Method Description StringPair
DataExp. getName()
StringPair
DataOrValueExp. getName()
StringPair
ValueExp. getName()
StringPair
SimpleNameClass. toStringPair()
Methods in com.sun.msv.grammar with parameters of type StringPair Modifier and Type Method Description 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 Constructor Description 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.reader.trex.ng
Fields in com.sun.msv.reader.trex.ng declared as StringPair Modifier and Type Field Description protected StringPair
DataState. baseTypeName
the name of the base type.
-