18#if !defined(XERCESC_INCLUDE_GUARD_DOMTYPEINFO_HPP)
19#define XERCESC_INCLUDE_GUARD_DOMTYPEINFO_HPP
130 DERIVATION_RESTRICTION = 0x001,
131 DERIVATION_EXTENSION = 0x002,
132 DERIVATION_UNION = 0x004,
133 DERIVATION_LIST = 0x008
185 const XMLCh* typeNameArg,
#define CDOM_EXPORT
Definition XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...
Definition DOMTypeInfo.hpp:36
virtual bool isDerivedFrom(const XMLCh *typeNamespaceArg, const XMLCh *typeNameArg, DerivationMethods derivationMethod) const =0
This method returns if there is a derivation between the reference type definition,...
virtual ~DOMTypeInfo()
Destructor.
Definition DOMTypeInfo.hpp:67
DOMTypeInfo()
Definition DOMTypeInfo.hpp:43
virtual const XMLCh * getTypeNamespace() const =0
The namespace of the type declared for the associated DOMElement or DOMAttr or null if the DOMElement...
virtual const XMLCh * getTypeName() const =0
Returns The name of a type declared for the associated DOMElement or DOMAttr, or null if unknown.
DerivationMethods
These are the available values for the derivationMethod parameter used by the method DOMTypeInfo::isD...
Definition DOMTypeInfo.hpp:129