Uses of Interface
com.sun.xml.xsom.XSContentType
-
Packages that use XSContentType Package Description com.sun.tools.txw2.builder.xsd Reads XML Schema grammar from XSOM and builds the model for TXW.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.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.util com.sun.xml.xsom.util com.sun.xml.xsom.visitor Visitor pattern support for thecom.sun.xml.xsom
interfaces. -
-
Uses of XSContentType in com.sun.tools.txw2.builder.xsd
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSContentType Modifier and Type Method Description Leaf
XmlSchemaBuilder. empty(XSContentType empty)
-
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 void
BindGreen. empty(XSContentType xsContentType)
void
BindPurple. empty(XSContentType ct)
void
BindRed. empty(XSContentType xsContentType)
void
BindYellow. empty(XSContentType xsContentType)
-
Uses of XSContentType in com.sun.xml.xsom
Subinterfaces of XSContentType in com.sun.xml.xsom Modifier and Type Interface Description interface
XSListSimpleType
List simple type.interface
XSParticle
Particle schema component.interface
XSRestrictionSimpleType
Restriction simple type.interface
XSSimpleType
Simple type.interface
XSUnionSimpleType
Union simple type.Methods in com.sun.xml.xsom that return XSContentType Modifier and Type Method Description XSContentType
XSContentType. asEmpty()
If this content type represents the empty content, returnthis
, otherwise null.XSContentType
XSComplexType. getContentType()
The content of this complex type.XSContentType
XSSchemaSet. getEmpty()
XSContentType
XSComplexType. 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 interface
ContentTypeImpl
Marker interface that says this implementation implements XSContentType.Classes in com.sun.xml.xsom.impl that implement XSContentType Modifier and Type Class Description class
EmptyImpl
class
ListSimpleTypeImpl
class
ParticleImpl
class
RestrictionSimpleTypeImpl
class
SimpleTypeImpl
class
UnionSimpleTypeImpl
Methods in com.sun.xml.xsom.impl that return XSContentType Modifier and Type Method Description XSContentType
EmptyImpl. asEmpty()
XSContentType
ParticleImpl. asEmpty()
XSContentType
SimpleTypeImpl. asEmpty()
XSContentType
ComplexTypeImpl. getContentType()
XSContentType
EmptyImpl. getContentType()
XSContentType
ParticleImpl. getContentType()
XSContentType
Ref.ContentType. getContentType()
XSContentType
SimpleTypeImpl. getContentType()
XSContentType
SchemaSetImpl. getEmpty()
XSContentType
ComplexTypeImpl. getExplicitContent()
Methods in com.sun.xml.xsom.impl with parameters of type XSContentType Modifier and Type Method Description void
ComplexTypeImpl. 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 XSContentType
BaseContentRef. 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 void
SchemaTreeTraverser. empty(XSContentType t)
void
SchemaWriter. 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 java.lang.String
ComponentNameFunction. empty(XSContentType empty)
java.lang.String
NameGetter. empty(XSContentType empty)
java.lang.Boolean
XSFinder. empty(XSContentType empty)
T
XSFunctionFilter. 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 T
XSContentTypeFunction. empty(XSContentType empty)
void
XSContentTypeVisitor. empty(XSContentType empty)
-