Index: lams_common/src/flash/it/sephiroth/TreeDnd.as =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/flash/it/sephiroth/Attic/TreeDnd.as,v diff -u Binary files differ Index: lams_common/src/flash/it/sephiroth/XML2Object.as =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/flash/it/sephiroth/Attic/XML2Object.as,v diff -u Binary files differ Index: lams_common/src/flash/it/sephiroth/XML2Object_doc.html =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/flash/it/sephiroth/Attic/XML2Object_doc.html,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_common/src/flash/it/sephiroth/XML2Object_doc.html 22 Feb 2006 01:13:47 -0000 1.1 @@ -0,0 +1,88 @@ + + + + it.sephiroth.XML2Object Documentation + + + + + +

it.sephiroth.XML2Object Documentation

+ + +

Author: Alessandro Crugnola +
+ Last Modified: 01/20/04 12:51:09


+ +

Summary

+

it.sephiroth.XML2Object Class:

+
- description
+

it.sephiroth.XML2Object Methods:

+- public parseXML
+- private translateXML
+

+ +
+

it.sephiroth.XML2Object class

+

version: 1.0

+

description:

+

return an object with the content of the XML translated +If a node has more than 1 child with the same name, an array is created with the children contents +The object created will have this structure:
+ - obj {
+ nodeName : {
+ attributes : an object containing the node attributes
+ data : an object containing the node contents
+ }
+

+

usage:

data = new XML2Object().parseXML( anXML); + + +
+

it.sephiroth.XML2Object Methods:

+
+ + +

public parseXML

+

description: + return the parsed Object +

+

usage: XML2Object.parseXML( theXMLtoParse ); +

+

parameters:

+

returns: an Object with the contents of the passed XML +

+ +

private translateXML

+

description: + core of the XML2Object class +

+

usage: Documentation not provided.

+

returns: Void.

+
+ +
+
+
+ generated with AS2docGenerator beta 0.5 + + + Index: lams_common/src/flash/it/sephiroth/iTreeDnd.as =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/flash/it/sephiroth/Attic/iTreeDnd.as,v diff -u Binary files differ