18 #if !defined(XERCESC_INCLUDE_GUARD_DOMPSVITYPEINFO_HPP)
19 #define XERCESC_INCLUDE_GUARD_DOMPSVITYPEINFO_HPP
24 #include <xercesc/util/XMLString.hpp>
27 XERCES_CPP_NAMESPACE_BEGIN
60 , PSVI_Validation_Attempted
61 , PSVI_Type_Definition_Type
62 , PSVI_Type_Definition_Name
63 , PSVI_Type_Definition_Namespace
64 , PSVI_Type_Definition_Anonymous
66 , PSVI_Member_Type_Definition_Name
67 , PSVI_Member_Type_Definition_Namespace
68 , PSVI_Member_Type_Definition_Anonymous
70 , PSVI_Schema_Normalized_Value
71 , PSVI_Schema_Specified
112 XERCES_CPP_NAMESPACE_END
The DOMPSVITypeInfo interface represent the PSVI info used by DOMElement or DOMAttr nodes,...
Definition: DOMPSVITypeInfo.hpp:35
virtual const XMLCh * getStringProperty(PSVIProperty prop) const =0
Returns the string value of the specified PSVI property associated to a DOMElement or DOMAttr,...
virtual int getNumericProperty(PSVIProperty prop) const =0
Returns the numeric value of the specified PSVI property associated to a DOMElement or DOMAttr,...
virtual ~DOMPSVITypeInfo()
Destructor.
Definition: DOMPSVITypeInfo.hpp:83
DOMPSVITypeInfo()
Definition: DOMPSVITypeInfo.hpp:42
PSVIProperty
Definition: DOMPSVITypeInfo.hpp:58