File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,15 @@ Node-xml provides a SAX2 parser interface that can take a string, file.
18
18
#SAX Parser#
19
19
20
20
##new libxml.SaxParser()##
21
+ * Instantiate a new SaxParser
22
+ * returns: a SaxParser object
21
23
22
- * Instantiate a new SaxParser
23
- * returns: a SaxParser object
24
- new libxml.SaxParser(callback)
25
-
26
- * Instantiate a new SaxParser
27
- * returns: a SaxParser object
28
- * Arguments
29
- * callback - a function that accepts the new sax parser as an argument
30
-
31
-
24
+ ##new libxml.SaxParser(callback)##
25
+ * Instantiate a new SaxParser
26
+ * returns: a SaxParser object
27
+ * Arguments
28
+ * callback - a function that accepts the new sax parser as an argument
29
+
32
30
#Parse#
33
31
34
32
##parser.parseString(string)##
You can’t perform that action at this time.
0 commit comments