[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebindings/kjsembed
From:       Richard J. Moore <rich () kde ! org>
Date:       2003-11-21 1:04:24
[Download RAW message or body]

CVS commit by rich: 

- Renamed the 'global' object to 'Global' for consistency with web browsers.

- Fixed some minor documentation error in the new builtin objects Ian added
  (they're not QObject wrappers!).

- Added basic support for loading files via the SAX api, a callback based
  mechanism for processing XML. The implementation is far from complete, but
  it is enough to let you load some XML without hastle. You can use the api by
  calling saxLoadFile( Object, String ) which takes as parameters, the object
  implementing the callbacks and the name of the file to be loaded.

  The callback methods that are currently working are:

  Boolean startDocument()
  Boolean endDocument()
  Boolean startElement( namespaceURI, localName, qName )
    - note that the attrs argument is missing.
  Boolean endElement( namespaceURI, localName, qName )
  Boolean characters( chars )

  For a more detailed look at what's going on with all this, check out the
  example in docs/examples/sax.


  A            builtins/saxhandler.cpp   1.1 [LGPL (v2+)]
  A            builtins/saxhandler.h   1.1 [LGPL (v2+)]
  A            docs/examples/sax/saxdefaults.js   1.1
  A            docs/examples/sax/saxdemo.js   1.1
  A            docs/examples/sax/saxerror.xml   1.1
  A            docs/examples/sax/saxnamespace.xml   1.1
  A            docs/examples/sax/saxtest.xml   1.1
  M +1 -0      jsbuiltin.cpp   1.10
  M +30 -1     jsbuiltin_imp.cpp   1.8
  M +1 -1      jsbuiltin_imp.h   1.6
  M +2 -0      jsvalueproxy.h   1.7
  M +1 -1      kjsembedpart.cpp   1.30
  M +8 -5      selfbinding.h   1.3
  M +4 -2      builtins/Makefile.am   1.4
  M +2 -2      builtins/resources.h   1.2
  M +1 -0      docs/examples/README   1.12
  M +2 -0      docs/examples/index.html   1.12



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic