Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 uid=99(nobody) gid=98(nobody) groups=98(nobody) Safe-mode: OFF (not secure) /usr/doc/libxslt-1.0.27/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
xsltutilsSynopsis
DetailsIS_XSLT_REAL_NODE()
Check that a node is a 'real' one: document, element, text or attribute. xsltGetNsProp ()
Similar to Search and get the value of an attribute associated to a node This attribute has to be anchored in the namespace specified, or has no namespace and the element is in that namespace. This does the entity substitution.
This function looks in DTD attribute declaration for xsltGetUTF8Char ()
Read one UTF8 Char from utf
Function copied from libxml2 xsltPrintErrorContext ()
Display the context of an error. xsltMessage ()
Process and xsl:message construct xsltSetGenericErrorFunc ()
Function to reset the handler and the error context for out of context error messages. This simply means that handler will be called for subsequent error messages while not parsing nor validating. And ctx will be passed as first argument to handler One can simply force messages to be emitted to another FILE * than stderr by setting ctx to this file handle and handler to NULL. xsltSetGenericDebugFunc ()
Function to reset the handler and the error context for out of context error messages. This simply means that handler will be called for subsequent error messages while not parsing or validating. And ctx will be passed as first argument to handler One can simply force messages to be emitted to another FILE * than stderr by setting ctx to this file handle and handler to NULL. xsltSetTransformErrorFunc ()
Function to reset the handler and the error context for out of context error messages specific to a given XSLT transromation. This simply means that handler will be called for subsequent error messages while running the transformation. xsltTransformError ()
Display and format an error messages, gives file, line, position and extra parameters, will use the specific transformation context if available xsltDocumentSortFunction ()
reorder the current node list list accordingly to the document order xsltSetSortFunc ()
Function to reset the global handler for XSLT sorting. If the handler is NULL, the default sort function will be used. xsltSetCtxtSortFunc ()
Function to set the handler for XSLT sorting for the specified context. If the handler is NULL, then the global sort function will be called xsltDefaultSortFunction ()
reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes. xsltDoSortFunction ()
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. xsltComputeSortResult ()
reorder the current node list accordingly to the set of sorting requirement provided by the array of nodes. xsltGetQNameURI ()
This function analyzes name, if the name contains a prefix, the function seaches the associated namespace in scope for it. It will also replace name value with the NCName, the old value being freed. Errors in the prefix lookup are signalled by setting name to NULL. NOTE: the namespace returned is a pointer to the place where it is defined and hence has the same lifespan as the document holding it. xsltSaveResultTo ()
Save the result result obtained by applying the style stylesheet to an I/O output channel buf xsltSaveResultToFilename ()
Save the result result obtained by applying the style stylesheet to a file or URL xsltSaveResultToFile ()
Save the result result obtained by applying the style stylesheet to an open FILE * I/O. This does not close the FILE file xsltSaveResultToFd ()
Save the result result obtained by applying the style stylesheet to an open file descriptor This does not close the descriptor. xsltSaveResultToString ()
Save the result result obtained by applying the style stylesheet to a file or URL xsltSaveProfiling ()
Save the profiling informations on output xsltGetProfileInformation ()
This function should be called after the transformation completed
to extract template processing profiling informations if availble.
The informations are returned as an XML document tree like
<?xml version="1.0"?>
<profile>
<template rank="1" match="*" name=""
mode="" calls="6" time="48" average="8"/>
<template rank="2" match="item2|item3" name=""
mode="" calls="10" time="30" average="3"/>
<template rank="3" match="item1" name=""
mode="" calls="5" time="17" average="3"/>
</profile>
The caller will need to free up the returned tree with xsltCalibrateAdjust ()
Used for to correct the calibration for xsltTimestamp() XSLT_TIMESTAMP_TICS_PER_SEC
Sampling precision for profiling enum xsltDebugStatusCodes
xsltHandleDebuggerCallback ()
xsltSetDebuggerCallbacks ()
This function allow to plug a debugger into the XSLT library block points to a block of memory containing the address of no callback routines. xslAddCall ()
Add template "call" to call stack | ||||||||||||||||||||||||||||||||||||||
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0214 ]-- |