diff options
author | Mike Hommey <glandium@debian.org> | 2005-09-13 09:58:33 +0000 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2005-09-13 09:58:33 +0000 |
commit | 17049f05f9ef09b3dc2a9c5d1de3f21de7c03193 (patch) | |
tree | 6137fecd6676ee0e15a04261fe54bbf2924c35fa /doc/html/libxml-xmlregexp.html | |
parent | a464d9993e2acd5b8e1089b218ba74c6fcf215c5 (diff) | |
download | libxml2-17049f05f9ef09b3dc2a9c5d1de3f21de7c03193.tar.gz |
Load /tmp/tmp.2Zlqcz/libxml2-2.6.22 intoupstream/2.6.22
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'doc/html/libxml-xmlregexp.html')
-rw-r--r-- | doc/html/libxml-xmlregexp.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/html/libxml-xmlregexp.html b/doc/html/libxml-xmlregexp.html index 761e105..b507f34 100644 --- a/doc/html/libxml-xmlregexp.html +++ b/doc/html/libxml-xmlregexp.html @@ -71,9 +71,13 @@ The content of this structure is not made public by the API. } </pre><h3><a name="xmlRegExecCtxt" id="xmlRegExecCtxt">Structure xmlRegExecCtxt</a></h3><pre class="programlisting">Structure xmlRegExecCtxt<br />struct _xmlRegExecCtxt { The content of this structure is not made public by the API. -}</pre><h3><a name="xmlRegexp" id="xmlRegexp">Structure xmlRegexp</a></h3><pre class="programlisting">Structure xmlRegexp<br />struct _xmlRegexp { +}</pre> + A libxml progressive regular expression evaluation context + <h3><a name="xmlRegexp" id="xmlRegexp">Structure xmlRegexp</a></h3><pre class="programlisting">Structure xmlRegexp<br />struct _xmlRegexp { The content of this structure is not made public by the API. -}</pre><h3><a name="xmlExpCtxtNbCons" id="xmlExpCtxtNbCons"></a>Function: xmlExpCtxtNbCons</h3><pre class="programlisting">int xmlExpCtxtNbCons (<a href="libxml-xmlregexp.html#xmlExpCtxtPtr">xmlExpCtxtPtr</a> ctxt)<br /> +}</pre> + A libxml regular expression, they can actually be far more complex thank the POSIX regex expressions. + <h3><a name="xmlExpCtxtNbCons" id="xmlExpCtxtNbCons"></a>Function: xmlExpCtxtNbCons</h3><pre class="programlisting">int xmlExpCtxtNbCons (<a href="libxml-xmlregexp.html#xmlExpCtxtPtr">xmlExpCtxtPtr</a> ctxt)<br /> </pre><p>Debugging facility provides the number of allocated nodes over lifetime</p> <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>ctxt</tt></i>:</span></td><td>an expression context</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the number of nodes ever allocated or -1 in case of error</td></tr></tbody></table></div><h3><a name="xmlExpCtxtNbNodes" id="xmlExpCtxtNbNodes"></a>Function: xmlExpCtxtNbNodes</h3><pre class="programlisting">int xmlExpCtxtNbNodes (<a href="libxml-xmlregexp.html#xmlExpCtxtPtr">xmlExpCtxtPtr</a> ctxt)<br /> </pre><p>Debugging facility provides the number of allocated nodes at a that point</p> |