|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "SaxParserWrapper.h"#include <exception>#include <iostream>#include <libxml/parser.h>#include <libxml/xmlstring.h>#include <stdio.h>#include <string>#include "BESDebug.h"#include "BESError.h"#include "BESInternalError.h"#include "BESInternalFatalError.h"#include "BESSyntaxUserError.h"#include "BESForbiddenError.h"#include "BESNotFoundError.h"#include "NCMLDebug.h"#include "SaxParser.h"#include "XMLHelpers.h"
Go to the source code of this file.
Macros | |
| #define | BEGIN_SAFE_PARSER_BLOCK(argName) |
| #define | END_SAFE_PARSER_BLOCK |
| #define | NCML_PARSER_USE_SAX2_NAMESPACES 1 |
| #define BEGIN_SAFE_PARSER_BLOCK | ( | argName | ) |
Definition at line 114 of file SaxParserWrapper.cc.
| #define END_SAFE_PARSER_BLOCK |
Definition at line 128 of file SaxParserWrapper.cc.
| #define NCML_PARSER_USE_SAX2_NAMESPACES 1 |
Definition at line 54 of file SaxParserWrapper.cc.