Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_XSMULTIVALUEFACET_HPP)
23 #define XERCESC_INCLUDE_GUARD_XSMULTIVALUEFACET_HPP
StringList * getLexicalFacetValues()
Definition: XSMultiValueFacet.hpp:139
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
XSAnnotationList * getAnnotations()
Definition: XSMultiValueFacet.hpp:144
Definition: XSMultiValueFacet.hpp:41
Definition: XSObject.hpp:43
bool fIsFixed
Definition: XSMultiValueFacet.hpp:123
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
XSMultiValueFacet(XSSimpleTypeDefinition::FACET facetKind, StringList *lexicalValues, bool isFixed, XSAnnotation *const headAnnot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.
Definition: XSModel.hpp:60
FACET
Definition: XSSimpleTypeDefinition.hpp:68
XSAnnotationList * fXSAnnotationList
Definition: XSMultiValueFacet.hpp:125
Definition: XSAnnotation.hpp:42
RefArrayVectorOf< XMLCh > StringList
Definition: XSConstants.hpp:54
StringList * fLexicalValues
Definition: XSMultiValueFacet.hpp:124
RefVectorOf< XSAnnotation > XSAnnotationList
Definition: XSConstants.hpp:41
Configurable memory manager.
Definition: MemoryManager.hpp:40
XSSimpleTypeDefinition::FACET getFacetKind() const
Definition: XSMultiValueFacet.hpp:129
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
XSSimpleTypeDefinition::FACET fFacetKind
Definition: XSMultiValueFacet.hpp:122
bool isFixed() const
Check whether a facet value is fixed.
Definition: XSMultiValueFacet.hpp:134