From cb8dce6e56f1753c8de6031961b4d6d169170804 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 8 Feb 2001 11:51:55 +0000 Subject: [PATCH] updated and rebuilt the doc list Daniel * doc/libxslt.sgml doc/html/*.html: updated and rebuilt the doc list Daniel --- ChangeLog | 4 + doc/html/book1.html | 20 +- doc/html/libxslt-attributes.html | 16 +- doc/html/libxslt-imports.html | 18 +- doc/html/libxslt-keys.html | 836 +++++++++++++++++++++++++++++++++ doc/html/libxslt-lib.html | 20 +- doc/html/libxslt-namespaces.html | 18 +- doc/html/libxslt-numbersinternals.html | 529 +++++++++++++++++++++ doc/html/libxslt-pattern.html | 66 ++- doc/html/libxslt-templates.html | 24 +- doc/html/libxslt-transform.html | 22 +- doc/html/libxslt-variables.html | 67 ++- doc/html/libxslt-xsltinternals.html | 196 ++++++-- doc/html/libxslt-xsltutils.html | 58 +-- doc/libxslt.sgml | 8 +- 15 files changed, 1750 insertions(+), 152 deletions(-) create mode 100644 doc/html/libxslt-keys.html create mode 100644 doc/html/libxslt-numbersinternals.html diff --git a/ChangeLog b/ChangeLog index f6d66d5..8918c19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 8 12:51:00 CET 2001 Daniel Veillard + + * doc/libxslt.sgml doc/html/*.html: updated and rebuilt the doc list + Thu Feb 8 12:36:23 CET 2001 Daniel Veillard * README configure.in libxslt.spec.in: bumped to 0.1.0, getting diff --git a/doc/html/book1.html b/doc/html/book1.html index e54e6e6..e0117f1 100644 --- a/doc/html/book1.html +++ b/doc/html/book1.html @@ -141,11 +141,6 @@ HREF="libxslt-transform.html" > —
xsltInternals
xsltutils
variables —
keys
xsltInternals
numbersInternals

Name

Synopsis

Description

Details




Name

Synopsis

Description

Details





keys
Gnome XSLT Library Reference Manual
<<< Previous PageHomeUpNext Page >>>

keys

Name

keys -- 

Synopsis


+
+int         xsltAddKey                      (xsltStylesheetPtr style,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *match,
+                                             const xmlChar *use);
+xmlNodeSetPtr xsltGetKey                    (xsltTransformContextPtr ctxt,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *value);
+void        xsltInitCtxtKeys                (xsltTransformContextPtr ctxt);
+void        xsltFreeKeys                    (xsltStylesheetPtr style);
+void        xsltFreeCtxtKeys                (xsltTransformContextPtr ctxt);

Description

Details

xsltAddKey ()

int         xsltAddKey                      (xsltStylesheetPtr style,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *match,
+                                             const xmlChar *use);

add a key definition to a stylesheet

style : an XSLT stylesheet
name : the key name or NULL
nameURI : the name URI or NULL
match : the match value
use : the use value
Returns :0 in case of success, and -1 in case of failure.


xsltGetKey ()

xmlNodeSetPtr xsltGetKey                    (xsltTransformContextPtr ctxt,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *value);

Lookup a key

ctxt : an XSLT transformation context
name : the key name or NULL
nameURI : the name URI or NULL
value : the key value to look for
Returns :the nodeset resulting from the query or NULL


xsltInitCtxtKeys ()

void        xsltInitCtxtKeys                (xsltTransformContextPtr ctxt);

Computes all the keys tables for the current input document. +Should be done before global varibales are initialized.

ctxt : an XSLT transformation context


xsltFreeKeys ()

void        xsltFreeKeys                    (xsltStylesheetPtr style);

Free up the memory used by XSLT keys in a stylesheet

style : an XSLT stylesheet


xsltFreeCtxtKeys ()

void        xsltFreeCtxtKeys                (xsltTransformContextPtr ctxt);

Free up all the space used by the key tables

ctxt : an XSLT transformation context

\ No newline at end of file diff --git a/doc/html/libxslt-lib.html b/doc/html/libxslt-lib.html index ca49fd8..e0d140f 100644 --- a/doc/html/libxslt-lib.html +++ b/doc/html/libxslt-lib.html @@ -142,11 +142,6 @@ HREF="libxslt-transform.html" > —
xsltInternals
xsltutils
variables —
keys
xsltInternals
numbersInternals

Name

Synopsis

Description

Details





numbersInternals
Gnome XSLT Library Reference Manual
<<< Previous PageHomeUp 

numbersInternals

Name

numbersInternals -- 

Synopsis


+
+xmlXPathError xsltFormatNumberConversion    (xsltDecimalFormatPtr,
+                                             xmlChar*,
+                                             double,
+                                             xmlChar**);
+void        xsltNumberFormat                (xsltTransformContextPtr,
+                                             xsltNumberDataPtr,
+                                             xmlNodePtr);

Description

Details

xsltFormatNumberConversion ()

xmlXPathError xsltFormatNumberConversion    (xsltDecimalFormatPtr,
+                                             xmlChar*,
+                                             double,
+                                             xmlChar**);

Param1 : 
Param2 : 
Param3 : 
Param4 : 
Returns :


xsltNumberFormat ()

void        xsltNumberFormat                (xsltTransformContextPtr,
+                                             xsltNumberDataPtr,
+                                             xmlNodePtr);

Param1 : 
Param2 : 
Param3 :



<<< Previous PageHomeUp 
xsltInternals 
\ No newline at end of file diff --git a/doc/html/libxslt-pattern.html b/doc/html/libxslt-pattern.html index ed265d2..adfe306 100644 --- a/doc/html/libxslt-pattern.html +++ b/doc/html/libxslt-pattern.html @@ -154,7 +154,15 @@ HREF="XSLTSTYLESHEETPTR" xsltTemplatePtr cur); +> cur, + const xmlChar *mode, + const xmlChar *modeURI); xsltTemplatePtr

Description

Details

xsltTemplatePtr cur); cur, + const xmlChar *mode, + const xmlChar *modeURI);mode : the mode name or NULLmodeURI : the mode URI or NULLReturns

an XML Node 

Name

Synopsis

Description

Details








Name

Synopsis

Description

Details


Name

Synopsis

Description

Details












Name

Synopsis

xsltStackElemPtr elem); xsltDecimalFormatPtr xsltDecimalFormatGetByName + (xsltStylesheetPtr sheet, + xmlChar *name); +xsltStylesheetPtr

Description

Details



















xsltDecimalFormatGetByName ()

xsltDecimalFormatPtr xsltDecimalFormatGetByName
+                                            (xsltStylesheetPtr sheet,
+                                             xmlChar *name);

Find decimal-format by name

sheet : the XSLT stylesheet
name : the decimal-format name to find
Returns :