Public Member Functions | Static Public Member Functions | Properties

OFMalformedXMLException Class Reference

An exception indicating that a parser encountered malformed XML. More...

#import <OFMalformedXMLException.h>

Inheritance diagram for OFMalformedXMLException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:parser:
(OFXMLParser *) - parser

Static Public Member Functions

(id) + newWithClass:parser:

Properties

OFXMLParserparser

Detailed Description

An exception indicating that a parser encountered malformed XML.


Member Function Documentation

- (id) initWithClass: (Class)  class_
parser: (OFXMLParser*)  parser 

Initializes an already allocated malformed XML exception.

Parameters:
parser The parser which encountered malformed XML
Returns:
An initialized malformed XML exception
+ (id) newWithClass: (Class)  class_
parser: (OFXMLParser*)  parser 
Parameters:
parser The parser which encountered malformed XML
Returns:
A new malformed XML exception
- (OFXMLParser*) parser  
Returns:
The parser which encountered malformed XML

The documentation for this class was generated from the following files:
 All Classes Functions Variables