ObjFW
|
A class implementing the OFXMLParserDelegate protocol that can build OFXMLElements from the document parsed by the OFXMLParser. More...
#include <OFXMLElementBuilder.h>
Public Member Functions | |
id< OFXMLElementBuilderDelegate > | delegate () |
void | setDelegate: (id< OFXMLElementBuilderDelegate > delegate) |
Static Public Member Functions | |
id | elementBuilder () |
Protected Attributes | |
OFMutableArray * | stack |
Properties | |
id< OFXMLElementBuilderDelegate > | delegate |
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> OFXMLElementBuilder::delegate | ( | ) | [virtual] |
id OFXMLElementBuilder::elementBuilder | ( | ) | [static, virtual] |
void OFXMLElementBuilder::setDelegate: | ( | id <OFXMLElementBuilderDelegate> | delegate | ) | [virtual] |
Sets the delegate for the OFXMLElementBuilder.
delegate | The delegate for the OFXMLElementBuilder |