22#if !defined(XERCESC_INCLUDE_GUARD_XSNOTATIONDECLARATION_HPP)
23#define XERCESC_INCLUDE_GUARD_XSNOTATIONDECLARATION_HPP
#define XMLPARSER_EXPORT
Definition XercesDefs.hpp:163
#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
Configurable memory manager.
Definition MemoryManager.hpp:40
This class represents the core information about a notation declaration that all validators must at l...
Definition XMLNotationDecl.hpp:42
Definition XSAnnotation.hpp:42
Definition XSModel.hpp:60
Definition XSNamespaceItem.hpp:54
Definition XSNotationDeclaration.hpp:41
const XMLCh * getNamespace() const
The [target namespace] of this object, or null if it is unspecified.
const XMLCh * getPublicId()
The string representing the public identifier for this notation declaration, if present; null otherwi...
const XMLCh * getName() const
The name of type NCName of this declaration as defined in XML Namespaces.
XMLNotationDecl * fXMLNotationDecl
Definition XSNotationDeclaration.hpp:141
const XMLCh * getSystemId()
The URI reference representing the system identifier for the notation declaration,...
XSNotationDeclaration(XMLNotationDecl *const xmlNotationDecl, XSAnnotation *const annot, XSModel *const xsModel, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
The default constructor.
XSNamespaceItem * getNamespaceItem()
A namespace schema information item corresponding to the target namespace of the component,...
XSAnnotation * fAnnotation
Definition XSNotationDeclaration.hpp:142
XSAnnotation * getAnnotation() const
Optional.
Definition XSNotationDeclaration.hpp:145
Definition XSObject.hpp:43