A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/namespacexml.html below:

NCBI C++ ToolKit: xml Namespace Reference

XML library namespace. More...

enum   warnings_as_errors_type { type_warnings_are_errors , type_warnings_not_errors }   A type for different approaches to process warnings. More...
  enum   ownership_type { type_own , type_not_own }   Used to specify if xmlwrapp should grab the ownership of various objects. More...
  enum   save_options {
  save_op_compress_level_1 = 1 , save_op_compress_level_2 = 2 , save_op_compress_level_3 = 3 , save_op_compress_level_4 = 4 ,
  save_op_compress_level_5 = 5 , save_op_compress_level_6 = 6 , save_op_compress_level_7 = 7 , save_op_compress_level_8 = 8 ,
  save_op_compress_level_9 = 9 , save_op_no_format = 1 << 16 , save_op_no_decl = 1 << 17 , save_op_no_empty = 1 << 18 ,
  save_op_no_xhtml = 1 << 19 , save_op_xhtml = 1 << 20 , save_op_not_as_xml = 1 << 21 , save_op_as_html = 1 << 22 ,
  save_op_with_non_significant_ws = 1 << 23 , save_op_default = 0
}   enum   canonicalization_option {
  c14n_1_0 , c14n_exclusive_1_0 , c14n_1_1 , sort_attr_and_ns ,
  sort_attr_and_ns_no_decl
}   Canonicalization mode. More...
  enum   canonicalization_comments_option { keep_comments , strip_comments }   enum   canonicalization_format_option { with_formatting , without_formatting }   enum   canonicalization_node_sort_option { with_node_sorting , without_node_sorting }  

XML library namespace.

◆ ns_list_type ◆ save_option_flags

Bitwise save options mask type and a compression level.

Definition at line 78 of file xml_save.hpp.

◆ canonicalization_comments_option Enumerator keep_comments  strip_comments 

Definition at line 103 of file xml_save.hpp.

◆ canonicalization_format_option Enumerator with_formatting  without_formatting 

Definition at line 108 of file xml_save.hpp.

◆ canonicalization_node_sort_option Enumerator with_node_sorting  without_node_sorting 

Definition at line 113 of file xml_save.hpp.

◆ canonicalization_option

Canonicalization mode.

See "Canonical XML" (http://www.w3.org/TR/xml-c14n) or "Exclusive XML Canonicalization" (http://www.w3.org/TR/xml-exc-c14n)

Enumerator c14n_1_0 

Origianal C14N 1.0 spec.

c14n_exclusive_1_0 

Exclusive C14N 1.0 spec.

c14n_1_1 

C14N 1.1 spec.

sort_attr_and_ns 

Essentially it is not a canonicalization.

It will do only a part of what c14n does, namely: sort attributes and namespace definitions. The xml declaration will appear in the output regardless if it was a document or a node.

sort_attr_and_ns_no_decl 

Essentially it is not a canonicalization.

It will do only a part of what c14n does, namely: sort attributes and namespace definitions. The xml declaration will not appear in the output regardless if it was a document or a node.

Definition at line 83 of file xml_save.hpp.

◆ ownership_type

Used to specify if xmlwrapp should grab the ownership of various objects.

Enumerator type_own 

Grab the ownership, i.e.

the object will be freed by xmlwrapp.

type_not_own 

Do not grab the ownership, i.e.

the object will not be freed by xmlwrapp.

Definition at line 43 of file ownership.hpp.

◆ save_options Enumerator save_op_compress_level_1 

better speed

save_op_compress_level_2  save_op_compress_level_3  save_op_compress_level_4  save_op_compress_level_5  save_op_compress_level_6  save_op_compress_level_7  save_op_compress_level_8  save_op_compress_level_9 

smaller size

save_op_no_format 

Do not format save output.

save_op_no_decl 

Drop the xml declaration.

save_op_no_empty 

No empty tags.

save_op_no_xhtml 

Disable XHTML1 specific rules.

save_op_xhtml 

Force XHTML1 specific rules. Ignored if libxml2 version is < 2.7.2.

save_op_not_as_xml 

Do not force XML serialization on HTML doc. Ignored if libxml2 version is < 2.7.2.

save_op_as_html 

Force HTML serialization on XML doc. Ignored if libxml2 version is < 2.7.2.

save_op_with_non_significant_ws 

Format with non-significant whitespace.

Ignored if libxml2 version is < 2.7.8. This flag will automatically set the save_op_no_format as well due to libxml2 implementation.

save_op_default 

Default is:

Definition at line 42 of file xml_save.hpp.

◆ warnings_as_errors_type

A type for different approaches to process warnings.

Enumerator type_warnings_are_errors 

Treat warnings as errors.

type_warnings_not_errors 

Do not treat warnings as errors.

Definition at line 259 of file errors.hpp.

◆ operator!=() [1/2] ◆ operator!=() [2/2] ◆ operator<<() [1/2] std::ostream & xml::operator<< ( std::ostream &  stream, const documentdoc  ) ◆ operator<<() [2/2] std::ostream& xml::operator<< ( std::ostream &  stream, const xml::noden  ) ◆ operator==() [1/2] ◆ operator==() [2/2] ◆ size_t_to_int_conversion() ◆ kAdvError const char* xml::kAdvError = "advancing non initialised or out of range iterator" ◆ kDefaultNamespace const char* xml::kDefaultNamespace = "default namespace cannot be registered" ◆ kDerefError const char* xml::kDerefError = "dereferencing non initialised or out of range iterator" ◆ kEmptyExpression const char* xml::kEmptyExpression = "xpath expression can't be empty" ◆ kRefError const char* xml::kRefError = "referencing non initialised or out of range iterator"

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4