Uses of Interface
com.sun.msv.reader.datatype.xsd.XSTypeIncubator
-
Packages that use XSTypeIncubator Package Description com.sun.msv.reader.datatype.xsd com.sun.msv.reader.relax.core parses RELAX Core into AGM.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM. -
-
Uses of XSTypeIncubator in com.sun.msv.reader.datatype.xsd
Classes in com.sun.msv.reader.datatype.xsd that implement XSTypeIncubator Modifier and Type Class Description (package private) classLazyTypeIncubatorLazy XSTypeIncubatorFields in com.sun.msv.reader.datatype.xsd declared as XSTypeIncubator Modifier and Type Field Description protected XSTypeIncubatorRestrictionState. incubatorMethods in com.sun.msv.reader.datatype.xsd that return XSTypeIncubator Modifier and Type Method Description XSTypeIncubatorXSDatatypeExp. createIncubator()Creates an incubator so that the caller can add more facets and derive a new type.XSTypeIncubatorFacetStateParent. getIncubator()gets an incubator object that the owner holds.XSTypeIncubatorRestrictionState. getIncubator() -
Uses of XSTypeIncubator in com.sun.msv.reader.relax.core
Fields in com.sun.msv.reader.relax.core declared as XSTypeIncubator Modifier and Type Field Description protected XSTypeIncubatorAttributeState. incubatorprotected XSTypeIncubatorElementRuleWithTypeState. incubatorprotected XSTypeIncubatorInlineElementState. incubatorthis field is set to null if this element has label attribute.Methods in com.sun.msv.reader.relax.core that return XSTypeIncubator Modifier and Type Method Description XSTypeIncubatorAttributeState. getIncubator()XSTypeIncubatorElementRuleWithTypeState. getIncubator()XSTypeIncubatorInlineElementState. getIncubator() -
Uses of XSTypeIncubator in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as XSTypeIncubator Modifier and Type Field Description protected XSTypeIncubatorSimpleContentRestrictionState. incubatorused to restrict simpleTypeMethods in com.sun.msv.reader.xmlschema that return XSTypeIncubator Modifier and Type Method Description XSTypeIncubatorSimpleContentRestrictionState. getIncubator()
-