summaryrefslogtreecommitdiff
path: root/MLKReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKReader.h')
-rw-r--r--MLKReader.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/MLKReader.h b/MLKReader.h
index 9a49ef9..60954f1 100644
--- a/MLKReader.h
+++ b/MLKReader.h
@@ -26,6 +26,13 @@
eofError:(BOOL)eofError
eofValue:(id)eofValue
recursive:(BOOL)recursive
+ preserveWhitespace:(BOOL)preserveWhitespace
+ singleDotMarker:(id)dotMarker;
+
++(id) readFromStream:(MLKStream *)stream
+ eofError:(BOOL)eofError
+ eofValue:(id)eofValue
+ recursive:(BOOL)recursive
preserveWhitespace:(BOOL)preserveWhitespace;
+(id) readFromString:(NSString *)string;