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 StringPairGenerator. generateTypo(StringPair pair)generates 'typo'.Methods in com.sun.msv.generator with parameters of type StringPair Modifier and Type Method Description protected StringPairGenerator. 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 StringPairDataExp. namename of this datatype.StringPairValueExp. namename of this datatype.Methods in com.sun.msv.grammar that return StringPair Modifier and Type Method Description StringPairDataExp. getName()StringPairDataOrValueExp. getName()StringPairValueExp. getName()StringPairSimpleNameClass. toStringPair()Methods in com.sun.msv.grammar with parameters of type StringPair Modifier and Type Method Description booleanNameClass. accepts(StringPair name)ExpressionExpressionPool. createData(org.relaxng.datatype.Datatype dt, StringPair typeName)ExpressionExpressionPool. createData(org.relaxng.datatype.Datatype dt, StringPair typeName, Expression except)ExpressionExpressionPool. 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 StringPairDataState. baseTypeNamethe name of the base type.
-