Uses of Interface
com.sun.xml.xsom.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
Modifier and TypeInterfaceDescriptioninterface
List simple type.interface
Particle schema component.interface
Restriction simple type.interface
Simple type.interface
Union simple type.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Marker interface that says this implementation implements XSContentType.Modifier and TypeClassDescriptionclass
class
class
class
class
class
Modifier and TypeMethodDescriptionEmptyImpl.asEmpty()
ParticleImpl.asEmpty()
final XSContentType
SimpleTypeImpl.asEmpty()
ComplexTypeImpl.getContentType()
EmptyImpl.getContentType()
ParticleImpl.getContentType()
Ref.ContentType.getContentType()
SimpleTypeImpl.getContentType()
SchemaSetImpl.getEmpty()
ComplexTypeImpl.getExplicitContent()
-
Uses of XSContentType in com.sun.xml.xsom.impl.parser
-
Uses of XSContentType in com.sun.xml.xsom.impl.util
Modifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.empty
(XSContentType t) void
SchemaWriter.empty
(XSContentType t) -
Uses of XSContentType in com.sun.xml.xsom.util
Modifier 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
Modifier and TypeMethodDescriptionXSContentTypeFunction.empty
(XSContentType empty) void
XSContentTypeVisitor.empty
(XSContentType empty) -
Uses of XSContentType in io.atlasmap.xml.core.schema