1KayaDoc.readDoc(3kaya) Kaya module reference KayaDoc.readDoc(3kaya)
2
3
4
6 KayaDoc::readDoc - Read an -xmldocs .xml file
7
9 APIDoc readDoc( String filename )
10
12 filename The filename of the documentation
13
15 Reads a file generated with -xmldocs into an ElementTreeData.Elementā
16 Tree (3kaya)
17 This is then used by the other functions in this module.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 KayaDoc.readString (3kaya)
31
32
33
34Kaya December 2010 KayaDoc.readDoc(3kaya)