Uses of Class
com.sun.msv.reader.datatype.xsd.XSDatatypeExp.RenderingContext
-
Packages that use XSDatatypeExp.RenderingContext Package Description com.sun.msv.reader.datatype.xsd com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of XSDatatypeExp.RenderingContext in com.sun.msv.reader.datatype.xsd
Methods in com.sun.msv.reader.datatype.xsd with parameters of type XSDatatypeExp.RenderingContext Modifier and Type Method Description XSDatatype
XSDatatypeExp. getType(XSDatatypeExp.RenderingContext context)
Gets the type definition.XSDatatype
XSDatatypeExp.Renderer. render(XSDatatypeExp.RenderingContext context)
creates (or retrieves, whatever) the actual, concrete, real XSDatatype object. -
Uses of XSDatatypeExp.RenderingContext in com.sun.msv.reader.xmlschema
Methods in com.sun.msv.reader.xmlschema with parameters of type XSDatatypeExp.RenderingContext Modifier and Type Method Description XSDatatype
SimpleContentRestrictionState.BaseContentTypeRenderer. render(XSDatatypeExp.RenderingContext context)
-