Uses of Interface
com.sun.xml.xsom.XSContentType

Packages that use XSContentType
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds an XSSchemaSet object. 
com.sun.xml.xsom.impl.util   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor 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.xsom
 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
 XSContentType XSContentType.asEmpty()
          If this content type represents the empty content, return this, 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
 interface ContentTypeImpl
          Marker interface that says this implementation implements XSContentType.
 

Classes in com.sun.xml.xsom.impl that implement XSContentType
 class EmptyImpl
           
 class ListSimpleTypeImpl
           
 class ParticleImpl
           
 class RestrictionSimpleTypeImpl
           
 class SimpleTypeImpl
           
 class UnionSimpleTypeImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSContentType
 XSContentType EmptyImpl.asEmpty()
           
 XSContentType SimpleTypeImpl.asEmpty()
           
 XSContentType ParticleImpl.asEmpty()
           
 XSContentType Ref.ContentType.getContentType()
           
 XSContentType EmptyImpl.getContentType()
           
 XSContentType SimpleTypeImpl.getContentType()
           
 XSContentType ParticleImpl.getContentType()
           
 XSContentType ComplexTypeImpl.getContentType()
           
 XSContentType SchemaSetImpl.getEmpty()
           
 XSContentType ComplexTypeImpl.getExplicitContent()
           
 

Methods in com.sun.xml.xsom.impl with parameters of type XSContentType
 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
 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
 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
 T XSFunctionFilter.empty(XSContentType empty)
           
 String ComponentNameFunction.empty(XSContentType empty)
           
 String NameGetter.empty(XSContentType empty)
           
 Boolean XSFinder.empty(XSContentType empty)
           
 

Uses of XSContentType in com.sun.xml.xsom.visitor
 

Methods in com.sun.xml.xsom.visitor with parameters of type XSContentType
 void XSContentTypeVisitor.empty(XSContentType empty)
           
 T XSContentTypeFunction.empty(XSContentType empty)
           
 



Copyright © 2012 Oracle. All Rights Reserved.