mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-02 13:33:20 +03:00
small fix cleanup avoid a problem with $(TESTS) augmented the wrappers
* xsltproc/xsltproc.c: small fix * Makefile.am: cleanup * python/tests/Makefile.am: avoid a problem with $(TESTS) * python/generator.py python/libxml_wrap.h python/libxsl.py python/libxslt.c python/libxsltclass.txt: augmented the wrappers * python/tests/pyxsltproc.py: rewrote xsltproc on top of the libxslt-python API to get an estimate of what is missing Daniel
This commit is contained in:
@@ -15,9 +15,6 @@ unregisterExtModuleTopLevel()
|
||||
# functions from module extra
|
||||
registerAllExtras()
|
||||
|
||||
# functions from module functions
|
||||
registerAllFunctions()
|
||||
|
||||
# functions from module python
|
||||
cleanup()
|
||||
registerExtModuleFunction()
|
||||
@@ -46,6 +43,28 @@ xslDropCall()
|
||||
# Set of classes of the module
|
||||
#
|
||||
|
||||
|
||||
|
||||
Class xpathParserContext(libxml2.xpathParserContext)
|
||||
|
||||
# functions from module extra
|
||||
functionNodeSet()
|
||||
|
||||
# functions from module functions
|
||||
documentFunction()
|
||||
elementAvailableFunction()
|
||||
formatNumberFunction()
|
||||
functionAvailableFunction()
|
||||
generateIdFunction()
|
||||
keyFunction()
|
||||
systemPropertyFunction()
|
||||
unparsedEntityURIFunction()
|
||||
|
||||
|
||||
Class xpathContext(libxml2.xpathContext)
|
||||
|
||||
# functions from module functions
|
||||
registerAllFunctions()
|
||||
Class transformCtxt()
|
||||
|
||||
# functions from module attributes
|
||||
@@ -98,6 +117,7 @@ Class transformCtxt()
|
||||
# functions from module xsltutils
|
||||
message()
|
||||
printErrorContext()
|
||||
saveProfiling()
|
||||
Class stylesheet()
|
||||
|
||||
# functions from module attributes
|
||||
@@ -152,4 +172,5 @@ Class stylesheet()
|
||||
|
||||
# functions from module xsltutils
|
||||
saveResultToFd()
|
||||
saveResultToFile()
|
||||
saveResultToFilename()
|
||||
|
||||
Reference in New Issue
Block a user