File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ extern NSString *const SMXMLDocumentErrorDomain;
54
54
- (NSString *)attributeNamed : (NSString *)name ;
55
55
- (SMXMLElement *)descendantWithPath : (NSString *)path ;
56
56
- (NSString *)valueWithPath : (NSString *)path ;
57
- - (NSString *)fullDescription ;
57
+ - (NSString *)fullDescription ; // like -description, this writes the document out to an XML string, but doesn't truncate the node values.
58
58
59
59
@end
60
60
@@ -65,8 +65,8 @@ extern NSString *const SMXMLDocumentErrorDomain;
65
65
66
66
- (id )initWithData : (NSData *)data error : (NSError **)outError ;
67
67
68
- - (NSString *)fullDescription ; // like -description, this writes the document out to an XML string, but doesn't truncate the node values.
69
-
70
68
+ (SMXMLDocument *)documentWithData : (NSData *)data error : (NSError **)outError ;
71
69
70
+ - (NSString *)fullDescription ;
71
+
72
72
@end
You can’t perform that action at this time.
0 commit comments