Uses of Class
com.sun.msv.datatype.xsd.UnionType
-
Packages that use UnionType Package Description com.sun.msv.generator com.sun.msv.writer.relaxng AGM to RELAX NG converter -
-
Uses of UnionType in com.sun.msv.generator
Methods in com.sun.msv.generator with parameters of type UnionType Modifier and Type Method Description protected java.lang.String
DataTypeGeneratorImpl. generateUnion(UnionType ut, ContextProviderImpl context)
-
Uses of UnionType in com.sun.msv.writer.relaxng
Methods in com.sun.msv.writer.relaxng with parameters of type UnionType Modifier and Type Method Description protected void
PatternWriter. serializeUnionType(UnionType dt)
serializes a union type.
-