Revision: 3983
          http://vexi.svn.sourceforge.net/vexi/?rev=3983&view=rev
Author:   clrg
Date:     2010-12-21 03:55:55 +0000 (Tue, 21 Dec 2010)

Log Message:
-----------
Stubs for parsexml, xmlwriter documentation

Modified Paths:
--------------
    trunk/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp

Modified: trunk/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp
===================================================================
--- trunk/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp       
2010-12-21 03:18:01 UTC (rev 3982)
+++ trunk/org.vexi-library.js/src/main/jpp/org/vexi/js/VexiJS.jpp       
2010-12-21 03:55:55 UTC (rev 3983)
@@ -335,7 +335,9 @@
             case "unzip": return METHOD;
             case "uncab": return METHOD;
             case "url": return METHOD;
+            /* @constructor @jpp(VexiJS) */
             case "xmlwriter": return METHOD;
+            /* @constructor @jpp(VexiJS) */
             case "parsexml": return METHOD;
             /* @constructor @jpp(VexiJS) */
             case "utf8reader": return METHOD;
@@ -629,6 +631,23 @@
     static private class XMLHelper extends XML {
         final private JS characters, whitespace, endElement, startElement;
         public XMLHelper(Scheduler scheduler, JS b) throws JSExn {
+            // FIXME jsdoc does not like this location
+            
+            //#noswitch - leave, needed for jsdoc
+            /* @PAGE(varname=parsexml,humanname=XML Parser) */
+            
+            /* @method @param() @return() */
+            //also "startElement"
+            
+            /* @method @param() @return() */
+            //also "endtElement"
+            
+            /* @method @param() @return() */
+            //also "characters"
+            
+            /* @method @param() @return() */
+            //also "whitespace"
+            
             super(BUFFER_SIZE, true);
             startElement = scheduler.getAndTriggerTraps(b,SC_startElement);
             endElement   = scheduler.getAndTriggerTraps(b,SC_endElement);
@@ -723,6 +742,7 @@
                 
                 public JS get(JS arg) throws JSExn {
                     //#switch(JSU.toString(arg))
+                    /*...@page(varname=xmlwriter,humanname=XML Writer)*/
                     case "startElement": return METHOD;
                     case "endElement": return METHOD;
                     case "characters": return METHOD;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to