Uses of Interface
com.sun.xml.xsom.XSContentType
-
Packages that use XSContentType Package Description com.sun.xml.xsom com.sun.xml.xsom.impl.parser com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor -
-
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. -
Uses of XSContentType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSContentType Modifier and Type Method Description XSContentTypeBaseContentRef. getContentType() -
Uses of XSContentType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSContentType Modifier and Type Method Description voidSchemaTreeTraverser. empty(XSContentType t)voidSchemaWriter. empty(XSContentType t) -
Uses of XSContentType in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type XSContentType Modifier and Type Method Description StringComponentNameFunction. empty(XSContentType empty)StringNameGetter. empty(XSContentType empty)BooleanXSFinder. empty(XSContentType empty)TXSFunctionFilter. empty(XSContentType empty) -
Uses of XSContentType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSContentType Modifier and Type Method Description TXSContentTypeFunction. empty(XSContentType empty)voidXSContentTypeVisitor. empty(XSContentType empty)
-