22 #if !defined(XERCESC_INCLUDE_GUARD_PSVIELEMENT_HPP)
23 #define XERCESC_INCLUDE_GUARD_PSVIELEMENT_HPP
90 XSModel *getSchemaInformation();
120 ,
const XMLCh*
const validationContext
126 ,
const XMLCh*
const defaultValue
127 ,
const XMLCh*
const normalizedValue = 0
128 ,
XMLCh*
const canonicalValue = 0
164 return fNotationDecl;
XSNotationDeclaration * getNotationDeclaration()
[notation]
Definition: PSVIElement.hpp:162
virtual XSTypeDefinition * getTypeDefinition()=0
An item isomorphic to the type definition used to validate this element.
Definition: XSElementDeclaration.hpp:44
XSElementDeclaration * getElementDeclaration()
An item isomorphic to the element declaration used to validate this element.
Definition: PSVIElement.hpp:157
#define XMLPARSER_EXPORT
Definition: XercesDefs.hpp:163
Definition: XSModel.hpp:59
Definition: PSVIElement.hpp:41
VALIDITY_STATE
Definition: PSVIItem.hpp:45
XSModel * getSchemaInformation()
[schema information]
Definition: PSVIElement.hpp:167
Configurable memory manager.
Definition: MemoryManager.hpp:39
Definition: XSNotationDeclaration.hpp:40
Definition: XSSimpleTypeDefinition.hpp:43
Definition: PSVIItem.hpp:41
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
void reset(const XMLCh *const validationContext, const XMLCh *const normalizedValue, const VALIDITY_STATE validityState, const ASSESSMENT_TYPE assessmentType)
reset the object
virtual XSSimpleTypeDefinition * getMemberTypeDefinition()=0
If and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.
ASSESSMENT_TYPE
Definition: PSVIItem.hpp:65
This class represents a complexType or simpleType definition.
Definition: XSTypeDefinition.hpp:39