Skip to content

Commit ee79b35

Browse files
author
Robert Righter
committed
documentation
1 parent 9f37f0c commit ee79b35

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ Node-xml provides a SAX2 parser interface that can take a string, file.
1818
#SAX Parser#
1919

2020
##new libxml.SaxParser()##
21+
* Instantiate a new SaxParser
22+
* returns: a SaxParser object
2123

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+
3230
#Parse#
3331

3432
##parser.parseString(string)##

0 commit comments

Comments
 (0)