Uses of Interface
com.sun.xml.xsom.XSContentType
Packages that use XSContentType
Package
Description
Interfaces that the client should use to access schema information.
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.Visitor pattern support for the
com.sun.xml.xsom
interfaces.-
Uses of XSContentType in com.sun.xml.xsom
Subinterfaces of XSContentType in com.sun.xml.xsomModifier and TypeInterfaceDescriptioninterface
List simple type.interface
Particle schema component.interface
Restriction simple type.interface
Simple type.interface
Union simple type.Methods in com.sun.xml.xsom that return XSContentTypeModifier and TypeMethodDescriptionXSContentType.asEmpty()
If this content type represents the empty content, returnthis
, otherwise null.XSComplexType.getContentType()
The content of this complex type.XSSchemaSet.getEmpty()
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.implModifier and TypeInterfaceDescriptioninterface
Marker interface that says this implementation implements XSContentType.Classes in com.sun.xml.xsom.impl that implement XSContentTypeModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in com.sun.xml.xsom.impl that return XSContentTypeModifier and TypeMethodDescriptionEmptyImpl.asEmpty()
ParticleImpl.asEmpty()
final XSContentType
SimpleTypeImpl.asEmpty()
ComplexTypeImpl.getContentType()
EmptyImpl.getContentType()
ParticleImpl.getContentType()
Ref.ContentType.getContentType()
SimpleTypeImpl.getContentType()
SchemaSetImpl.getEmpty()
ComplexTypeImpl.getExplicitContent()
Methods in com.sun.xml.xsom.impl with parameters of type XSContentType -
Uses of XSContentType in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSContentType -
Uses of XSContentType in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSContentTypeModifier and TypeMethodDescriptionvoid
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 XSContentTypeModifier and TypeMethodDescriptionComponentNameFunction.empty
(XSContentType empty) NameGetter.empty
(XSContentType empty) XSFinder.empty
(XSContentType empty) XSFunctionFilter.empty
(XSContentType empty) -
Uses of XSContentType in com.sun.xml.xsom.visitor
Methods in com.sun.xml.xsom.visitor with parameters of type XSContentTypeModifier and TypeMethodDescriptionXSContentTypeFunction.empty
(XSContentType empty) void
XSContentTypeVisitor.empty
(XSContentType empty) -
Uses of XSContentType in io.atlasmap.xml.core.schema
Methods in io.atlasmap.xml.core.schema with parameters of type XSContentType