diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-09-24 05:44:13 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-09-24 05:44:13 +0000 |
commit | 2894cc4eb253859479a13b709faab1e95b7a924c (patch) | |
tree | cabacef1f6c103ea44ff285b6250b9733553b8b1 /docs/manual/access.html | |
parent | ca3f051fbf42b9abf7c22e3f58215cf5010f9727 (diff) |
docs: Reverted accidentally committed HTML documentation
git-svn-id: http://pugixml.googlecode.com/svn/trunk@753 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/manual/access.html')
-rw-r--r-- | docs/manual/access.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/access.html b/docs/manual/access.html index 1accecb..4581583 100644 --- a/docs/manual/access.html +++ b/docs/manual/access.html @@ -624,7 +624,9 @@ <p> This function returns the node with type <code class="computeroutput"><span class="identifier">node_document</span></code>, which is the root node of the document the node belongs to (unless the node - is null, in which case null node is returned). + is null, in which case null node is returned). Currently this function has + logarithmic complexity, since it simply finds such ancestor of the given + node which itself has no parent. </p> <a name="xml_node::path"></a><a name="xml_node::first_element_by_path"></a><p> While pugixml supports complex XPath expressions, sometimes a simple path |