bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This is the complete list of members for ncml_module::SaxParser, including all inherited members.
onCharacters(const std::string &content)=0 | ncml_module::SaxParser | pure virtual |
onEndDocument()=0 (defined in ncml_module::SaxParser) | ncml_module::SaxParser | pure virtual |
onEndElement(const std::string &name)=0 | ncml_module::SaxParser | pure virtual |
onEndElementWithNamespace(const std::string &localname, const std::string &prefix, const std::string &uri)=0 | ncml_module::SaxParser | pure virtual |
onParseError(std::string msg)=0 | ncml_module::SaxParser | pure virtual |
onParseWarning(std::string msg)=0 | ncml_module::SaxParser | pure virtual |
onStartDocument()=0 (defined in ncml_module::SaxParser) | ncml_module::SaxParser | pure virtual |
onStartElement(const std::string &name, const XMLAttributeMap &attrs)=0 | ncml_module::SaxParser | pure virtual |
onStartElementWithNamespace(const std::string &localname, const std::string &prefix, const std::string &uri, const XMLAttributeMap &attributes, const XMLNamespaceMap &namespaces)=0 | ncml_module::SaxParser | pure virtual |
SaxParser() (defined in ncml_module::SaxParser) | ncml_module::SaxParser | protected |
setParseLineNumber(int) | ncml_module::SaxParser | inlinevirtual |
~SaxParser() (defined in ncml_module::SaxParser) | ncml_module::SaxParser | inlinevirtual |