NCBI C++ ToolKit
|
This file contains the definition of the xml::document class. More...
#include <ncbiconf.h>
#include <misc/xmlwrapp/xml_init.hpp>
#include <misc/xmlwrapp/node.hpp>
#include <misc/xmlwrapp/errors.hpp>
#include <misc/xmlwrapp/xml_save.hpp>
#include <misc/xmlwrapp/document_proxy.hpp>
#include <iosfwd>
#include <string>
#include <cstddef>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | xml::document |
The xml::document class is used to hold the XML tree and various bits of information about it. More... | |
Namespaces | |
xml | |
XML library namespace. | |
xml::impl | |
Functions | |
void | xslt_ext_func_cb (void *, int) |
void | xslt_ext_element_cb (void *, void *, void *, void *) |
std::ostream & | xml::operator<< (std::ostream &stream, const document &doc) |
This file contains the definition of the xml::document class.
Definition in file document.hpp.
void xslt_ext_element_cb | ( | void * | c, |
void * | input_node_, | ||
void * | instruction_node_, | ||
void * | compiled_stylesheet_info | ||
) |
Definition at line 212 of file stylesheet.cpp.
void xslt_ext_func_cb | ( | void * | c, |
int | arg_num | ||
) |
Definition at line 141 of file stylesheet.cpp.