Uses of Interface
com.sun.xml.xsom.XSContentType
-
-
Uses of XSContentType in com.sun.xml.xsom
Subinterfaces of XSContentType in com.sun.xml.xsom Modifier and Type Interface Description interfaceXSListSimpleTypeList simple type.interfaceXSParticleParticle schema component.interfaceXSRestrictionSimpleTypeRestriction simple type.interfaceXSSimpleTypeSimple type.interfaceXSUnionSimpleTypeUnion simple type.Methods in com.sun.xml.xsom that return XSContentType Modifier and Type Method Description XSContentTypeXSContentType. asEmpty()If this content type represents the empty content, returnthis, otherwise null.XSContentTypeXSComplexType. getContentType()The content of this complex type.XSContentTypeXSSchemaSet. getEmpty()XSContentTypeXSComplexType. getExplicitContent()Gets the explicit content of a complex type with a complex content that was derived by extension.
-