From 58609480a1182719d436dae55de66fe483f63f76 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 20 Mar 2015 00:17:51 -0700 Subject: docs: Regenerate documentation --- docs/manual/toc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/manual/toc.html') diff --git a/docs/manual/toc.html b/docs/manual/toc.html index b36f757..5ee8e0e 100644 --- a/docs/manual/toc.html +++ b/docs/manual/toc.html @@ -4,14 +4,14 @@ Table of Contents - - + +
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: @@ -146,7 +146,7 @@
-pugixml 1.5 manual | +pugixml 1.6 manual | Overview | Installation | Document: -- cgit v1.2.3 From 2843f91d008990e9940e19dbdf8cd906ad1c057d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 21 Mar 2015 21:04:28 -0700 Subject: docs: Remove old HTML documentation --- docs/manual/toc.html | 163 --------------------------------------------------- 1 file changed, 163 deletions(-) delete mode 100644 docs/manual/toc.html (limited to 'docs/manual/toc.html') diff --git a/docs/manual/toc.html b/docs/manual/toc.html deleted file mode 100644 index 5ee8e0e..0000000 --- a/docs/manual/toc.html +++ /dev/null @@ -1,163 +0,0 @@ - - - -Table of Contents - - - - - - - - - - -
-pugixml 1.6 manual | - Overview | - Installation | - Document: - Object model · Loading · Accessing · Modifying · Saving | - XPath | - API Reference | - Table of Contents -
-PrevUpHome -
-
-
- -
-
Overview
-
-
Introduction
-
Feedback
-
Acknowledgments
-
License
-
-
Installation
-
-
Getting pugixml
-
-
Source distributions
-
Git repository
-
Subversion repository
-
-
Building pugixml
-
-
Building pugixml as - a part of another static library/executable
-
Building pugixml as - a standalone static library
-
Building pugixml as - a standalone shared library
-
Using pugixml in header-only - mode
-
Additional configuration - options
-
-
Portability
-
-
Document object model
-
-
Tree structure
-
C++ interface
-
Unicode interface
-
Thread-safety guarantees
-
Exception guarantees
-
Memory management
-
-
Custom memory allocation/deallocation - functions
-
Memory consumption tuning
-
Document memory management - internals
-
-
-
Loading document
-
-
Loading document from file
-
Loading document from memory
-
Loading document from C++ IOstreams
-
Handling parsing errors
-
Parsing options
-
Encodings
-
Conformance to W3C specification
-
-
Accessing document data
-
-
Basic traversal functions
-
Getting node data
-
Getting attribute data
-
Contents-based traversal functions
-
Range-based for-loop support
-
Traversing node/attribute lists - via iterators
-
Recursive traversal with xml_tree_walker
-
Searching for nodes/attributes - with predicates
-
Working with text contents
-
Miscellaneous functions
-
-
Modifying document data
-
-
Setting node data
-
Setting attribute data
-
Adding nodes/attributes
-
Removing nodes/attributes
-
Working with text contents
-
Cloning nodes/attributes
-
Moving nodes
-
Assembling document from fragments
-
-
Saving document
-
-
Saving document to a file
-
Saving document to C++ IOstreams
-
Saving document via writer interface
-
Saving a single subtree
-
Output options
-
Encodings
-
Customizing document declaration
-
-
XPath
-
-
XPath types
-
Selecting nodes via XPath expression
-
Using query objects
-
Using variables
-
Error handling
-
Conformance to W3C specification
-
-
Changelog
-
API Reference
-
Table of Contents
-
-
- - - -
-
- - - -
-pugixml 1.6 manual | - Overview | - Installation | - Document: - Object model · Loading · Accessing · Modifying · Saving | - XPath | - API Reference | - Table of Contents -
-PrevUpHome -
- - -- cgit v1.2.3