Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_XSMODELGROUP_HPP)
23 #define XERCESC_INCLUDE_GUARD_XSMODELGROUP_HPP
49 COMPOSITOR_SEQUENCE = 1,
53 COMPOSITOR_CHOICE = 2,
XSParticleList * getParticles() const
A list of [particles].
Definition: XSModelGroup.hpp:144
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
COMPOSITOR_TYPE fCompositorType
Definition: XSModelGroup.hpp:134
XSAnnotation * fAnnotation
Definition: XSModelGroup.hpp:136
Definition: XSObject.hpp:43
Definition: XSParticle.hpp:42
Definition: XSModelGroup.hpp:41
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
Definition: XSModel.hpp:60
XSModelGroup(COMPOSITOR_TYPE compositorType, XSParticleList *const particleList, XSAnnotation *const annot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.
RefVectorOf< XSParticle > XSParticleList
Definition: XSConstants.hpp:52
XSAnnotation * getAnnotation() const
Optional.
Definition: XSModelGroup.hpp:149
XSParticleList * fParticleList
Definition: XSModelGroup.hpp:135
Definition: XSAnnotation.hpp:42
COMPOSITOR_TYPE
Definition: XSModelGroup.hpp:45
Configurable memory manager.
Definition: MemoryManager.hpp:40
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
COMPOSITOR_TYPE getCompositor() const
[compositor]: one of all, choice or sequence.
Definition: XSModelGroup.hpp:139