# # This file is part of gtkDjs. # # gtkDjs is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # gtkDjs is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with gtkDjs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #DONT BOTHER - XML2 is a mess as far as DOM is concerned. wrap: xml2 jsPackage: Xml2 ########################################################### ### Dom access ######################################### ########################################################### enumCode: xmlCharEncoding ERROR= -1, NONE= 0, UTF8= 1, UTF16LE= 2, UTF16BE= 3, UCS4LE= 4, UCS4BE= 5, EBCDIC= 6, UCS4_2143=7, UCS4_3412=8, UCS2= 9, ISO_8859_1= 10, ISO_8859_2= 11, ISO_8859_3= 12, ISO_8859_4= 13, ISO_8859_5= 14, ISO_8859_6= 15, ISO_8859_7= 16, ISO_8859_8= 17, ISO_8859_9= 18, ISO_2022_JP= 19, SHIFT_JIS=20, EUC_JP= 21, ASCII= 22 enumCode: end structWrapJS: htmlDoc structWrapJS: htmlElemDesc structWrapJS: xmlNode class: Xml2 jsClass: Xml2 pout: Xml2 hfile: libxml/HTMLparser.h class: Html jsClass: Xml2.Html prefix: html import: xml2.HtmlElement import: xml2.HtmlDocument #strictTypes: yes #struct: htmlDoc houtFile: Html hfile: libxml/HTMLparser.h class: HtmlDocument jsClass: Xml2.HtmlDocument prefix: html strictTypes: yes struct: htmlDoc houtFile: HtmlDocument hfile: libxml/HTMLparser.h class: HtmlElement jsClass: Xml2.HtmlElement prefix: html strictTypes: yes struct: htmlElemDesc houtFile: HtmlElement hfile: libxml/tree.h class: HtmlElement jsClass: Xml2.Node prefix: xml strictTypes: yes struct: xmlNode houtFile: Node