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 StringPair
Driver. rootName
designated root element name.Methods in com.sun.msv.generator that return StringPair Modifier and Type Method Description StringPair
NameGenerator. generate(NameClass nc)
protected StringPair
Generator. generateTypo(StringPair pair)
generates 'typo'.private StringPair
Generator. 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 Expression
Driver. findElement(Expression exp, StringPair name)
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, 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 StringPair
PossibleNamesCollector. 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) StringPair
DblAttrConstraintChecker.Eureka. name
Constructors 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 StringPair
DataState. baseTypeName
the name of the base type.
-