From: MST 2004 John Fleck Date: Sat, 3 Jan 2004 04:51:10 +0000 (+0000) Subject: rebuild docs X-Git-Tag: v1.1.28~521 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30e7a3f639795fef556e27c4082f223f2b2389c9;p=platform%2Fupstream%2Flibxslt.git rebuild docs Fri Jan 2 21:42:49 MST 2004 John Fleck * doc/*: rebuild docs --- diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html index ef98e84..e88d475 100644 --- a/doc/APIchunk0.html +++ b/doc/APIchunk0.html @@ -118,7 +118,8 @@ A:link, A:visited, A:active { text-decoration: underline } xsltSetSortFunc
xsltSetTransformErrorFunc

Letter G:

General
_xsltStylesheet
-
Get
xsltGetDebuggerStatus
+
Get
xsltDebugGetDefaultTrace
+xsltGetDebuggerStatus
xsltGetDefaultSecurityPrefs
Global
_xsltStylesheet
_xsltTransformContext
diff --git a/doc/APIchunk1.html b/doc/APIchunk1.html index 779c3a7..36b5a9d 100644 --- a/doc/APIchunk1.html +++ b/doc/APIchunk1.html @@ -62,7 +62,8 @@ A:link, A:visited, A:active { text-decoration: underline }
Scaling
_xsltFormatNumberInfo
Search
xsltGetNsProp
xsltVariableLookup
-
Set
xsltSetCtxtSecurityPrefs
+
Set
xsltDebugSetDefaultTrace
+xsltSetCtxtSecurityPrefs
xsltSetDefaultSecurityPrefs
xsltSetXIncludeDefault
Should
xsltInitCtxtKeys
diff --git a/doc/APIchunk2.html b/doc/APIchunk2.html index 84b1cf3..1f53b61 100644 --- a/doc/APIchunk2.html +++ b/doc/APIchunk2.html @@ -236,6 +236,7 @@ A:link, A:visited, A:active { text-decoration: underline } xslAddCall
xsltComputeSortResult
xsltDebug
+xsltDebugGetDefaultTrace
xsltDefaultSortFunction
xsltDoSortFunction
xsltDocumentElem
diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html index 5d199d2..7a17d5e 100644 --- a/doc/APIchunk3.html +++ b/doc/APIchunk3.html @@ -49,6 +49,8 @@ A:link, A:visited, A:active { text-decoration: underline }
dealy
xsltCalibrateAdjust
debug
_xsltTransformContext
xsltDebug
+xsltDebugGetDefaultTrace
+xsltDebugSetDefaultTrace
debugger
xsltSetDebuggerCallbacks
debugging
xslHandleDebugger
debugtrace
XSLT_TRACE
@@ -65,6 +67,8 @@ A:link, A:visited, A:active { text-decoration: underline } xsltParseStylesheetVariable
declared
xsltCheckExtPrefix
default
XSLT_DEFAULT_VERSION
+xsltDebugGetDefaultTrace
+xsltDebugSetDefaultTrace
xsltFormatNumberConversion
xsltGetDefaultSecurityPrefs
xsltGetNsProp
diff --git a/doc/APIchunk5.html b/doc/APIchunk5.html index 8e66f4a..8dcda5e 100644 --- a/doc/APIchunk5.html +++ b/doc/APIchunk5.html @@ -42,6 +42,8 @@ A:link, A:visited, A:active { text-decoration: underline }
len
xsltGetUTF8Char
level
_xsltTransformContext
xsltAddStackElemList
+xsltDebugGetDefaultTrace
+xsltDebugSetDefaultTrace
library
xsltCleanupGlobals
xsltRegisterExtModule
xsltRegisterExtModuleFull
@@ -98,6 +100,8 @@ A:link, A:visited, A:active { text-decoration: underline }
mapping
xsltAttrTemplateValueProcessNode
xsltEvalXPathStringNs
mask
_xsltTransformContext
+xsltDebugGetDefaultTrace
+xsltDebugSetDefaultTrace
match
xsltAddKey
xsltNormalizeCompSteps
match=
xsltGetProfileInformation
diff --git a/doc/APIchunk8.html b/doc/APIchunk8.html index ea11fcb..cb43f77 100644 --- a/doc/APIchunk8.html +++ b/doc/APIchunk8.html @@ -119,6 +119,8 @@ A:link, A:visited, A:active { text-decoration: underline } xsltRegisterExtModuleTopLevel
xsltUnregisterExtModuleTopLevel
topmost
xslDropCall
+
tracing
xsltDebugGetDefaultTrace
+xsltDebugSetDefaultTrace
track
_xsltStylesheet
transfer
xslHandleDebugger
transform
xslHandleDebugger
diff --git a/doc/html/libxslt-xsltutils.html b/doc/html/libxslt-xsltutils.html index 5e09e3d..be7a1be 100644 --- a/doc/html/libxslt-xsltutils.html +++ b/doc/html/libxslt-xsltutils.html @@ -106,10 +106,10 @@ int xsltAddCallCallback (x
delta:a negative dealy value found

Function: xsltComputeSortResult

xmlXPathObjectPtr *	xsltComputeSortResult	(xsltTransformContextPtr ctxt, 
xmlNodePtr sort)

reorder the current node list accordingly to the set of sorting requirement provided by the array of nodes.

ctxt:a XSLT process context
sort:node list
Returns:a ordered XPath nodeset or NULL in case of error.

Function: xsltDebugGetDefaultTrace

xsltDebugTraceCodes	xsltDebugGetDefaultTrace	(void)
-

-
Returns:

Function: xsltDebugSetDefaultTrace

void	xsltDebugSetDefaultTrace	(xsltDebugTraceCodes val)
-

-
val:

Function: xsltDefaultSortFunction

void	xsltDefaultSortFunction		(xsltTransformContextPtr ctxt, 
xmlNodePtr * sorts,
int nbsorts)
+

Get the current default debug tracing level mask

+
Returns:the current default debug tracing level mask

Function: xsltDebugSetDefaultTrace

void	xsltDebugSetDefaultTrace	(xsltDebugTraceCodes val)
+

Set the default debug tracing level mask

+
val:tracing level mask

Function: xsltDefaultSortFunction

void	xsltDefaultSortFunction		(xsltTransformContextPtr ctxt, 
xmlNodePtr * sorts,
int nbsorts)

reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes.

ctxt:a XSLT process context
sorts:array of sort nodes
nbsorts:the number of sorts in the array

Function: xsltDoSortFunction

void	xsltDoSortFunction		(xsltTransformContextPtr ctxt, 
xmlNodePtr * sorts,
int nbsorts)

reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes. This is a wrapper function, the actual function used is specified using xsltSetCtxtSortFunc() to set the context specific sort function, or xsltSetSortFunc() to set the global sort function. If a sort function is set on the context, this will get called. Otherwise the global sort function is called.

diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 3c42221..3a81066 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -1182,13 +1182,13 @@ informations are stored'/> - - + Get the current default debug tracing level mask + - + Set the default debug tracing level mask - + Find decimal-format by name diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 5ad21e3..75653f0 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -2087,6 +2087,7 @@ + @@ -2388,6 +2389,7 @@ + @@ -3193,6 +3195,7 @@ + @@ -3252,6 +3255,8 @@ + + @@ -3286,6 +3291,8 @@ + + @@ -4119,6 +4126,8 @@ + + @@ -4227,6 +4236,8 @@ + + @@ -5689,6 +5700,10 @@ + + + +