18#if !defined(XERCESC_INCLUDE_GUARD_DOMTYPEINFO_HPP)
19#define XERCESC_INCLUDE_GUARD_DOMTYPEINFO_HPP
24#include <xercesc/util/XMLString.hpp>
27XERCES_CPP_NAMESPACE_BEGIN
185 const XMLCh* typeNameArg,
190XERCES_CPP_NAMESPACE_END
The DOMTypeInfo interface represent a type used by DOMElement or DOMAttr nodes, specified in the sche...
Definition DOMTypeInfo.hpp:36
DerivationMethods
These are the available values for the derivationMethod parameter used by the method DOMTypeInfo::isD...
Definition DOMTypeInfo.hpp:129
@ DERIVATION_RESTRICTION
Definition DOMTypeInfo.hpp:130
@ DERIVATION_UNION
Definition DOMTypeInfo.hpp:132
@ DERIVATION_EXTENSION
Definition DOMTypeInfo.hpp:131
@ DERIVATION_LIST
Definition DOMTypeInfo.hpp:133
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 const XMLCh * getTypeNamespace() const =0
The namespace of the type declared for the associated DOMElement or DOMAttr or null if the DOMElement...
DOMTypeInfo()
Definition DOMTypeInfo.hpp:43
virtual ~DOMTypeInfo()
Destructor.
Definition DOMTypeInfo.hpp:67
virtual const XMLCh * getTypeName() const =0
Returns The name of a type declared for the associated DOMElement or DOMAttr, or null if unknown.