Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_PSVIATTRIBUTE_HPP)
23 #define XERCESC_INCLUDE_GUARD_PSVIATTRIBUTE_HPP
27 #include <xercesc/validators/datatype/DatatypeValidator.hpp>
107 const XMLCh *
const valContext
112 ,
const XMLCh *
const defaultValue
113 ,
const bool isSpecified
115 , DatatypeValidator * dv
123 void setValue(
const XMLCh *
const normalizedValue);
150 DatatypeValidator * fDV;
159 return fAttributeDecl;
virtual XSSimpleTypeDefinition * getMemberTypeDefinition()=0
If and only if that type definition is a simple type definition with {variety} union,...
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
XSTypeDefinition * getTypeDefinition()
An item isomorphic to the type definition used to validate this element.
Definition: PSVIAttribute.hpp:162
Definition: PSVIAttribute.hpp:41
Definition: XSAttributeDeclaration.hpp:42
ASSESSMENT_TYPE
Definition: PSVIItem.hpp:65
Definition: PSVIItem.hpp:41
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
MemoryManager *const fMemoryManager
Definition: PSVIItem.hpp:258
void updateValidity(VALIDITY_STATE newValue)
set VALIDITY_STATE to specified value; intended to be called by implementation.
Definition: PSVIAttribute.hpp:172
virtual XSTypeDefinition * getTypeDefinition()=0
An item isomorphic to the type definition used to validate this element.
~PSVIAttribute()
Definition: PSVIAttribute.hpp:152
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
This class represents a complexType or simpleType definition.
Definition: XSTypeDefinition.hpp:39
XSAttributeDeclaration * getAttributeDeclaration()
An item isomorphic to the attribute declaration used to validate this attribute.
Definition: PSVIAttribute.hpp:157
VALIDITY_STATE fValidityState
Definition: PSVIItem.hpp:263
XSSimpleTypeDefinition * fMemberType
Definition: PSVIItem.hpp:267
virtual void deallocate(void *p)=0
This method deallocates memory.
XSTypeDefinition * fType
Definition: PSVIItem.hpp:266
XSSimpleTypeDefinition * getMemberTypeDefinition()
If and only if that type definition is a simple type definition with {variety} union,...
Definition: PSVIAttribute.hpp:167
Configurable memory manager.
Definition: MemoryManager.hpp:39
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
void reset(const XMLCh *const validationContext, const XMLCh *const normalizedValue, const VALIDITY_STATE validityState, const ASSESSMENT_TYPE assessmentType)
reset the object
XMLCh * fCanonicalValue
Definition: PSVIItem.hpp:262
VALIDITY_STATE
Definition: PSVIItem.hpp:45
Definition: XSSimpleTypeDefinition.hpp:43