ObjFW  Diff

Differences From Artifact [134f6deb5b]:

To Artifact [21ba954ddd]:


199
200
201
202
203
204
205
206

207
208
209
210
211
212
213
214
215
199
200
201
202
203
204
205

206

207
208
209
210
211
212
213
214







-
+
-








}

- (void)elementBuilder: (OFXMLElementBuilder*)builder
  didNotExpectCloseTag: (OFString*)name
	    withPrefix: (OFString*)prefix
	     namespace: (OFString*)ns
{
	@throw [OFMalformedXMLException exceptionWithClass: [builder class]
	@throw [OFMalformedXMLException exceptionWithClass: [builder class]];
						    parser: nil];
}

- (OFString*)elementBuilder: (OFXMLElementBuilder*)builder
    foundUnknownEntityNamed: (OFString*)entity
{
	return nil;
}
@end