Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_XSMODELGROUPDEFINITION_HPP)
23 #define XERCESC_INCLUDE_GUARD_XSMODELGROUPDEFINITION_HPP
40 class XercesGroupInfo;
62 XercesGroupInfo*
const groupInfo
~XSModelGroupDefinition()
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
const XMLCh * getNamespace() const
The [target namespace] of this object, or null if it is unspecified.
Definition: XSModelGroupDefinition.hpp:43
char16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
Definition: XSNamespaceItem.hpp:54
XSModelGroup * getModelGroup()
A model group.
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
XSParticle * fModelGroupParticle
Definition: XSModelGroupDefinition.hpp:137
Definition: XSAnnotation.hpp:42
XercesGroupInfo * fGroupInfo
Definition: XSModelGroupDefinition.hpp:136
XSNamespaceItem * getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component,...
XSAnnotation * getAnnotation() const
Optional.
Definition: XSModelGroupDefinition.hpp:141
const XMLCh * getName() const
The name of type NCName of this declaration as defined in XML Namespaces.
Configurable memory manager.
Definition: MemoryManager.hpp:40
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
XSAnnotation * fAnnotation
Definition: XSModelGroupDefinition.hpp:138
XSModelGroupDefinition(XercesGroupInfo *const groupInfo, XSParticle *const groupParticle, XSAnnotation *const annot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.