[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] typo documentation
- From: Jean Senellart <senellart systran fr>
- To: veillard redhat com
- Cc: xml gnome org
- Subject: Re: [xml] typo documentation
- Date: Sun, 9 Feb 2003 19:36:05 -0800
> > moreover, the xmlXPathCompExpr structure which is stated as "not public" in xpath.h, appears in the documentation at:
> >
> > http://xmlsoft.org/html/libxml-xpath.html#XMLXPATHCOMPEXPRPTR
>
> Right a pointer to an opaque structure, I consider this not public, you can
> just pass the pointer around, not derefernce it.
>
> > but the description has no link with the structure
>
> yes, that's on purpose, and perfectly normal. That is not exposed at the API
> level,
>
agree that it should not appear at API level, but my point was that in place we see the definition of another function that should not appear either.
(here is what we see on the html)
--------------------
struct xmlXPathCompExpr;
[14] Expr ::= OrExpr [21] OrExpr ::= AndExpr | OrExpr 'or' AndExpr
Parse and compile an expression
--------------------
Jean S.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]