Uses of Interface
com.sun.xml.xsom.XSContentType
-
Packages that use XSContentType Package Description com.sun.tools.xjc.reader.xmlschema com.sun.xml.xsom Interfaces that the client should use to access schema information.com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsominterfaces. -
-
Uses of XSContentType in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSContentType Modifier and Type Method Description voidBindGreen. empty(XSContentType xsContentType)voidBindPurple. empty(XSContentType ct)voidBindRed. empty(XSContentType xsContentType)voidBindYellow. empty(XSContentType 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. -
Uses of XSContentType in com.sun.xml.xsom.impl
Subinterfaces of XSContentType in com.sun.xml.xsom.impl Modifier and Type Interface Description interfaceContentTypeImplMarker interface that says this implementation implements XSContentType.Classes in com.sun.xml.xsom.impl that implement XSContentType Modifier and Type Class Description classEmptyImplclassListSimpleTypeImplclassParticleImplclassRestrictionSimpleTypeImplclassSimpleTypeImplclassUnionSimpleTypeImplMethods in com.sun.xml.xsom.impl that return XSContentType Modifier and Type Method Description XSContentTypeEmptyImpl. asEmpty()XSContentTypeParticleImpl. asEmpty()XSContentTypeSimpleTypeImpl. asEmpty()XSContentTypeComplexTypeImpl. getContentType()XSContentTypeEmptyImpl. getContentType()XSContentTypeParticleImpl. getContentType()XSContentTypeRef.ContentType. getContentType()XSContentTypeSimpleTypeImpl. getContentType()XSContentTypeSchemaSetImpl. getEmpty()XSContentTypeComplexTypeImpl. getExplicitContent()Methods in com.sun.xml.xsom.impl with parameters of type XSContentType Modifier and Type Method Description voidComplexTypeImpl. setExplicitContent(XSContentType v) -
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)
-