Uses of Class
com.sun.xml.xsom.XSModelGroup.Compositor

Packages that use XSModelGroup.Compositor
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. 
 

Uses of XSModelGroup.Compositor in com.sun.xml.xsom
 

Fields in com.sun.xml.xsom declared as XSModelGroup.Compositor
static XSModelGroup.Compositor XSModelGroup.ALL
          A constant that represents "all" compositor.
static XSModelGroup.Compositor XSModelGroup.CHOICE
          A constant that represents "choice" compositor.
static XSModelGroup.Compositor XSModelGroup.SEQUENCE
          A constant that represents "sequence" compositor.
 

Methods in com.sun.xml.xsom that return XSModelGroup.Compositor
 XSModelGroup.Compositor XSModelGroup.getCompositor()
           
static XSModelGroup.Compositor XSModelGroup.Compositor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XSModelGroup.Compositor[] XSModelGroup.Compositor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of XSModelGroup.Compositor in com.sun.xml.xsom.impl
 

Methods in com.sun.xml.xsom.impl that return XSModelGroup.Compositor
 XSModelGroup.Compositor ModelGroupImpl.getCompositor()
           
 

Constructors in com.sun.xml.xsom.impl with parameters of type XSModelGroup.Compositor
ModelGroupImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, XSModelGroup.Compositor _compositor, ParticleImpl[] _children)
           
 



Copyright © 2012 Oracle. All Rights Reserved.