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.grammar.util Miscellaneous utility classes.com.sun.msv.reader.relax.core.checker Non-essential schema conformance checks.com.sun.msv.reader.trex.ng parses RELAX NG into AGM. -
-
Uses of StringPair in com.sun.msv.generator
Fields in com.sun.msv.generator declared as StringPair Modifier and Type Field Description private StringPairDriver. rootNamedesignated root element name.Methods in com.sun.msv.generator that return StringPair Modifier and Type Method Description StringPairNameGenerator. generate(NameClass nc)protected StringPairGenerator. generateTypo(StringPair pair)generates 'typo'.private StringPairGenerator. getName(NameClass nc)generaets a name that satisfies given NameClassMethods in com.sun.msv.generator with parameters of type StringPair Modifier and Type Method Description private ExpressionDriver. findElement(Expression exp, StringPair name)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, java.lang.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, java.lang.Object value) -
Uses of StringPair in com.sun.msv.grammar.util
Fields in com.sun.msv.grammar.util declared as StringPair Modifier and Type Field Description private static StringPairPossibleNamesCollector. pairForAny -
Uses of StringPair in com.sun.msv.reader.relax.core.checker
Fields in com.sun.msv.reader.relax.core.checker declared as StringPair Modifier and Type Field Description (package private) StringPairDblAttrConstraintChecker.Eureka. nameConstructors in com.sun.msv.reader.relax.core.checker with parameters of type StringPair Constructor Description Eureka(StringPair an) -
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.
-