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