Fixed bugs: canParse & expected type error & html entities method name
This commit is contained in:
@@ -42,4 +42,4 @@ typedef NS_ERROR_ENUM(kRSXMLParserErrorDomain, RSXMLError) {
|
||||
};
|
||||
|
||||
NSError * RSXMLMakeError(RSXMLError code);
|
||||
NSError * RSXMLMakeErrorWrongParser(RSXMLError code, RSXMLError expected);
|
||||
NSError * RSXMLMakeErrorWrongParser(RSXMLError expected, RSXMLError other);
|
||||
|
||||
Reference in New Issue
Block a user