NCBI C++ ToolKit
Classes | Namespaces | Functions
document.hpp File Reference

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>
+ Include dependency graph for document.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

This file contains the definition of the xml::document class.

Definition in file document.hpp.

Function Documentation

◆ xslt_ext_element_cb()

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.

◆ xslt_ext_func_cb()

void xslt_ext_func_cb ( void *  c,
int  arg_num 
)

Definition at line 141 of file stylesheet.cpp.

Modified on Fri Sep 20 14:57:35 2024 by modify_doxy.py rev. 669887