RAPIDXML中文手册
简介:
我的其他作品:
目录
1.RapidXml是什么?
1.1DependenciesAndCompatibility(依赖和兼容)
1.2CharacterTypesAndEncodings(字符类型和编码)Radpid
1.3ErrorHandling(错误处理)
1.4MemoryAllocation(内存分配)
1.5W3CCompliance(W3C兼容)
1.6APIDesign(API设计)
1.7Reliability(可靠性)
1.8Acknowledgements(致谢)
TwoMinuteTutorial(两分钟教程)
2.1Parsing(分析)
2.2AccessingTheDOMTree(访问DOM树)
2.3ModifyingTheDOMTree(修改DOM树)
2.4PrintingXML(打印XML)
3.DifferencesFromRegularXMLParsers(与常规XML分析器的
3.1LifetimeOfSourceText(源文本的生命周期)原位分析需要源文本的生
3.2OwnershipOfStrings(字符串的所有权)
3.3DestructiveVsNon-DestructiveMode(破坏模式和非破坏模式
4.Performance(性能)
4.1ComparisonWithOtherParsers(与其它分析器的比较)
5.Reference(参考)
类模板rapidxml::memory_pool
构造函数memory_pool::memory_pool
析构函数memory_pool::~memory_pool
函数memory_pool::allocate_node
函数memory_pool::allocate_attribute
函数memory_pool::allocate_string
函数memory_pool::clone_node
函数memory_pool::clear
函数memory_pool::set_allocator
类rapidxml::parse_error
构造函数parse_error::parse_error
函数parse_error::what
函数parse_error::where
类模板rapidxml::xml_attribute
构造函数xml_attribute::xml_attribute
函数xml_attribute::document
函数xml_attribute::previous_attribute
函数xml_attribute::next_attribute
类模板rapidxml::xml_base
构造函数xml_base::xml_base
函数xml_base::name
函数xml_base::name_size
函数xml_base::value
函数xml_base::value_size
函数xml_base::name
函数xml_base::name
函数xml_base::value
函数xml_base::value
函数xml_base::parent
类模板rapidxml::xml_document
构造函数xml_document::xml_document
函数xml_document::parse
函数xml_document::clear
类模板rapidxml::xml_node
构造函数xml_node::xml_node
函数xml_node::type
函数xml_node::document
函数xml_node::first_node
函数xml_node::last_node
函数xml_node::previous_sibling
函数xml_node::next_sibling
函数xml_node::first_attribute
函数xml_node::last_attribute
函数xml_node::type
函数xml_node::prepend_node
函数xml_node::append_node
函数xml_node::insert_node
函数xml_node::remove_first_node
函数xml_node::remove_last_node
函数xml_node::remove_node
函数xml_node::remove_all_nodes
函数xml_node::prepend_attribute
函数xml_node::append_attribute
函数xml_node::insert_attribute
函数xml_node::remove_first_attribute
函数xml_node::remove_last_attribute
函数xml_node::remove_attribute
函数xml_node::remove_all_attributes
枚举类型node_type
函数parse_error_handler
函数print
函数print
函数operator<<
常数parse_no_data_nodes
常数parse_no_element_values
常数parse_no_string_terminators
常数parse_no_entity_translation
常数parse_no_utf8
常数parse_declaration_node
常数parse_comment_nodes
常数parse_doctype_node
常数parse_pi_nodes
常数parse_validate_closing_tags
常数parse_trim_whitespace
常数parse_normalize_whitespace
常数parse_default
常数parse_non_destructive
常数parse_fastest
常数parse_full
常数print_no_indenting