XSModelGroup Class Reference

Inheritance diagram for XSModelGroup:

XSObject XMemory

List of all members.

Public Types

enum  COMPOSITOR_TYPE { COMPOSITOR_SEQUENCE = 1, COMPOSITOR_CHOICE = 2, COMPOSITOR_ALL = 3 }

Public Member Functions

Constructors
 XSModelGroup (COMPOSITOR_TYPE compositorType, XSParticleList *const particleList, XSAnnotation *const annot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 The default constructor.
Destructor
 ~XSModelGroup ()
XSModelGroup methods
COMPOSITOR_TYPE getCompositor () const
 [compositor]: one of all, choice or sequence.
XSParticleListgetParticles () const
 A list of [particles].
XSAnnotationgetAnnotation () const
 Optional.

Protected Attributes

COMPOSITOR_TYPE fCompositorType
XSParticleListfParticleList
XSAnnotationfAnnotation


Member Enumeration Documentation

Enumerator:
COMPOSITOR_SEQUENCE  This constant value signifies a sequence operator.
COMPOSITOR_CHOICE  This constant value signifies a choice operator.
COMPOSITOR_ALL  This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model.

No element in the all content model may appear more than once.


Constructor & Destructor Documentation

XSModelGroup::XSModelGroup ( COMPOSITOR_TYPE  compositorType,
XSParticleList *const   particleList,
XSAnnotation *const   annot,
XSModel *const   xsModel,
MemoryManager *const   manager = XMLPlatformUtils::fgMemoryManager 
)

The default constructor.

Parameters:
compositorType 
particleList 
annot 
xsModel 
manager The configurable memory manager

XSModelGroup::~XSModelGroup (  ) 


Member Function Documentation

XSModelGroup::COMPOSITOR_TYPE XSModelGroup::getCompositor (  )  const

[compositor]: one of all, choice or sequence.

The valid constants values are: COMPOSITOR_SEQUENCE, COMPOSITOR_CHOICE, COMPOSITOR_ALL.

References fCompositorType.

XSParticleList * XSModelGroup::getParticles (  )  const

A list of [particles].

References fParticleList.

XSAnnotation * XSModelGroup::getAnnotation (  )  const

Optional.

An [annotation].

References fAnnotation.


Member Data Documentation

Referenced by getCompositor().

Referenced by getParticles().

Referenced by getAnnotation().


The documentation for this class was generated from the following file:

Generated on Fri Jan 29 15:30:49 2010 for Xerces-C++ by  doxygen 1.5.6