File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ SaxParser
17
17
Node-xml provides a SAX2 parser interface that can take a string, file.
18
18
#SAX Parser#
19
19
20
- new libxml.SaxParser()
20
+ ## new libxml.SaxParser()##
21
21
22
- * Instantiate a new SaxParser
23
- * returns: a SaxParser object
24
- new libxml.SaxParser(callback)
22
+ * Instantiate a new SaxParser
23
+ * returns: a SaxParser object
24
+ new libxml.SaxParser(callback)
25
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
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
30
31
31
32
32
#Parse#
You can’t perform that action at this time.
0 commit comments