summaryrefslogtreecommitdiff
path: root/python/libxsltclass.txt
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-07 22:34:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-07 22:34:59 +0000
commit3146d5356fa192ef3f27f74ef634b3d7bd411c8e (patch)
treeb1102bbf1d80170b702f563f5e142bdcd276226a /python/libxsltclass.txt
parent9de2bd46fce5d8e9ba9185dbb6044570887603cc (diff)
downloadlibxslt-3146d5356fa192ef3f27f74ef634b3d7bd411c8e.tar.gz
libxslt-3146d5356fa192ef3f27f74ef634b3d7bd411c8e.tar.bz2
libxslt-3146d5356fa192ef3f27f74ef634b3d7bd411c8e.zip
fixup the script and rebuid the API cleanup provided accessors for a lot
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml doc/parsedecl.py: fixup the script and rebuid the API * libxslt/extensions.h: cleanup * python/generator.py python/libxslt-python-api.xml python/libxslt.c python/libxsltclass.txt: provided accessors for a lot of the tructures involved in the transformation. Stylesheet and transformation python object don't free automatically the encapsulated object when deallocated. * python/tests/Makefile.am python/tests/basic.py python/tests/extfunc.py python/tests/pyxsltproc.py: updated the examples Daniel
Diffstat (limited to 'python/libxsltclass.txt')
-rw-r--r--python/libxsltclass.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt
index 0bb2798f..abc5cd99 100644
--- a/python/libxsltclass.txt
+++ b/python/libxsltclass.txt
@@ -46,6 +46,8 @@ xslDropCall()
Class xpathParserContext(libxml2.xpathParserContext)
+ # accessors
+ context()
# functions from module extra
functionNodeSet()
@@ -62,10 +64,28 @@ Class xpathParserContext(libxml2.xpathParserContext)
Class xpathContext(libxml2.xpathContext)
+ # accessors
+ contextDoc()
+ contextNode()
+ contextPosition()
+ contextSize()
+ function()
+ functionURI()
+ transformContext()
# functions from module functions
registerAllFunctions()
Class transformCtxt()
+ # accessors
+ context()
+ current()
+ insertNode()
+ instruction()
+ mode()
+ modeURI()
+ outputDoc()
+ outputURI()
+ style()
# functions from module attributes
applyAttributeSet()
@@ -119,6 +139,17 @@ Class transformCtxt()
printErrorContext()
saveProfiling()
Class stylesheet()
+ # accessors
+ doc()
+ doctypePublic()
+ doctypeSystem()
+ encoding()
+ imports()
+ method()
+ methodURI()
+ next()
+ parent()
+ version()
# functions from module attributes
freeAttributeSetsHashes()