Skip to content

Commit 9f37f0c

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

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

20-
new libxml.SaxParser()
20+
##new libxml.SaxParser()##
2121

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)
2525

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
3030

3131

3232
#Parse#

0 commit comments

Comments
 (0)