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

This file contains definition of the xslt::impl::stylesheet_impl class. More...

#include <string>
#include <vector>
#include <map>
#include <misc/xmlwrapp/ownership.hpp>
#include <misc/xmlwrapp/document.hpp>
#include <misc/xmlwrapp/errors.hpp>
#include "extension_function_impl.hpp"
#include "extension_element_impl.hpp"
+ Include dependency graph for stylesheet_impl.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

struct  xslt::impl::stylesheet_refcount
 
struct  xslt::impl::stylesheet_impl
 

Namespaces

 xslt
 XML library namespace.
 
 xslt::impl
 

Typedefs

typedef std::pair< std::string, std::stringext_func_key
 
typedef std::pair< xslt::extension_function *, xml::ownership_typeext_func_props
 
typedef std::map< ext_func_key, ext_func_propsext_funcs_map_type
 
typedef std::pair< std::string, std::stringext_elem_key
 
typedef std::pair< xslt::extension_element *, xml::ownership_typeext_elem_props
 
typedef std::map< ext_elem_key, ext_elem_propsext_elems_map_type
 

Functions

void xslt::impl::destroy_stylesheet (xsltStylesheetPtr ss)
 
bool xslt::impl::is_xml_output_method (xsltStylesheetPtr ss)
 
void xslt::impl::save_to_string (xmlDocPtr doc, xsltStylesheetPtr ss, std::string &s)
 
bool xslt::impl::save_to_file (xmlDocPtr doc, xsltStylesheetPtr ss, const char *filename, int)
 

Detailed Description

This file contains definition of the xslt::impl::stylesheet_impl class.

Definition in file stylesheet_impl.hpp.

Typedef Documentation

◆ ext_elem_key

typedef std::pair<std::string, std::string> ext_elem_key

Definition at line 76 of file stylesheet_impl.hpp.

◆ ext_elem_props

Definition at line 79 of file stylesheet_impl.hpp.

◆ ext_elems_map_type

Definition at line 82 of file stylesheet_impl.hpp.

◆ ext_func_key

typedef std::pair<std::string, std::string> ext_func_key

Definition at line 65 of file stylesheet_impl.hpp.

◆ ext_func_props

Definition at line 68 of file stylesheet_impl.hpp.

◆ ext_funcs_map_type

Definition at line 71 of file stylesheet_impl.hpp.

Modified on Fri Jun 07 13:34:45 2024 by modify_doxy.py rev. 669887