ObjFW
|
A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document parsed by the OFXMLParser. More...
#import <OFXMLElementBuilder.h>
Public Member Functions | |
(id< OFXMLElementBuilderDelegate >) | - delegate |
Returns the delegate for the OFXMLElementBuilder. | |
(void) | - setDelegate: |
Sets the delegate for the OFXMLElementBuilder. | |
Static Public Member Functions | |
(id) | + elementBuilder |
Creates a new element builder. |
A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document parsed by the OFXMLParser.
It can also be used to build OFXMLElements from parts of the document by first parsing stuff using the OFXMLParser with another delegate and then setting the OFXMLElementBuilder as delegate for the parser.
- (id <OFXMLElementBuilderDelegate>) delegate |
Returns the delegate for the OFXMLElementBuilder.
+ (id) elementBuilder |
Creates a new element builder.
- (void) setDelegate: | (id <OFXMLElementBuilderDelegate>) | delegate |
Sets the delegate for the OFXMLElementBuilder.
delegate | The delegate for the OFXMLElementBuilder |