NCBI C++ ToolKit
Namespaces | Typedefs | Enumerations
xml_save.hpp File Reference

Flags for saving XML documents and nodes. More...

+ 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.

Namespaces

 xml
 XML library namespace.
 

Typedefs

typedef int xml::save_option_flags
 Bitwise save options mask type and a compression level. More...
 

Enumerations

enum  xml::save_options {
  xml::save_op_compress_level_1 = 1 , xml::save_op_compress_level_2 = 2 , xml::save_op_compress_level_3 = 3 , xml::save_op_compress_level_4 = 4 ,
  xml::save_op_compress_level_5 = 5 , xml::save_op_compress_level_6 = 6 , xml::save_op_compress_level_7 = 7 , xml::save_op_compress_level_8 = 8 ,
  xml::save_op_compress_level_9 = 9 , xml::save_op_no_format = 1 << 16 , xml::save_op_no_decl = 1 << 17 , xml::save_op_no_empty = 1 << 18 ,
  xml::save_op_no_xhtml = 1 << 19 , xml::save_op_xhtml = 1 << 20 , xml::save_op_not_as_xml = 1 << 21 , xml::save_op_as_html = 1 << 22 ,
  xml::save_op_with_non_significant_ws = 1 << 23 , xml::save_op_default = 0
}
 
enum  xml::canonicalization_option {
  xml::c14n_1_0 , xml::c14n_exclusive_1_0 , xml::c14n_1_1 , xml::sort_attr_and_ns ,
  xml::sort_attr_and_ns_no_decl
}
 Canonicalization mode. More...
 
enum  xml::canonicalization_comments_option { xml::keep_comments , xml::strip_comments }
 
enum  xml::canonicalization_format_option { xml::with_formatting , xml::without_formatting }
 
enum  xml::canonicalization_node_sort_option { xml::with_node_sorting , xml::without_node_sorting }
 

Detailed Description

Flags for saving XML documents and nodes.

Definition in file xml_save.hpp.

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