diff options
author | William M. Brack <wbrack@src.gnome.org> | 2005-06-06 13:49:18 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2005-06-06 13:49:18 +0000 |
commit | fbb619f4762fd50630e3ec22589838d089cd2f08 (patch) | |
tree | c6f4f820e03e8cafd15b4610f36241a95530f546 /doc/APIchunk11.html | |
parent | 0b13a091e82e5dfcc08c9e809af950b3b304db2a (diff) | |
download | libxml2-fbb619f4762fd50630e3ec22589838d089cd2f08.tar.gz |
Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for cases
* xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
handling of depth/level for cases like union operator
(bug #306348 reported by Bob Stayton). Also enhanced
several comments throughout pattern.c.
* doc/apibuild.py: fixed problem in handling of
'signed' declaration. Rebuilt the docs.
Diffstat (limited to 'doc/APIchunk11.html')
-rw-r--r-- | doc/APIchunk11.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/APIchunk11.html b/doc/APIchunk11.html index 510648fe..89d4ef12 100644 --- a/doc/APIchunk11.html +++ b/doc/APIchunk11.html @@ -362,6 +362,7 @@ A:link, A:visited, A:active { text-decoration: underline } <a href="html/libxml-dict.html#xmlDictCreateSub">xmlDictCreateSub</a><br /> <a href="html/libxml-dict.html#xmlDictReference">xmlDictReference</a><br /> <a href="html/libxml-hash.html#xmlHashCreateDict">xmlHashCreateDict</a><br /> +<a href="html/libxml-pattern.html#xmlPatterncompile">xmlPatterncompile</a><br /> <a href="html/libxml-pattern.html#xmlStreamPush">xmlStreamPush</a><br /> <a href="html/libxml-pattern.html#xmlStreamPushAttr">xmlStreamPushAttr</a><br /> </dd><dt>dictionnary</dt><dd><a href="html/libxml-parser.html#_xmlParserCtxt">_xmlParserCtxt</a><br /> @@ -375,9 +376,6 @@ A:link, A:visited, A:active { text-decoration: underline } <a href="html/libxml-dict.html#xmlDictQLookup">xmlDictQLookup</a><br /> <a href="html/libxml-dict.html#xmlDictReference">xmlDictReference</a><br /> <a href="html/libxml-dict.html#xmlDictSize">xmlDictSize</a><br /> -<a href="html/libxml-pattern.html#xmlPatterncompile">xmlPatterncompile</a><br /> -<a href="html/libxml-pattern.html#xmlStreamPush">xmlStreamPush</a><br /> -<a href="html/libxml-pattern.html#xmlStreamPushAttr">xmlStreamPushAttr</a><br /> </dd><dt>did</dt><dd><a href="html/libxml-schemasInternals.html#XML_SCHEMAS_TYPE_BLOCK_DEFAULT">XML_SCHEMAS_TYPE_BLOCK_DEFAULT</a><br /> <a href="html/libxml-xmlreader.html#xmlTextReaderGetRemainder">xmlTextReaderGetRemainder</a><br /> <a href="html/libxml-xmlreader.html#xmlTextReaderStandalone">xmlTextReaderStandalone</a><br /> |