Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
A class to represent a "Report" node in an XML document. More...
#import <INXMLReport.h>
Inherits INXMLNode.
Instance Methods | |
(INXMLNode *) | - aggregateReportNode |
Returns the aggregate report node. More... | |
(INXMLNode *) | - documentNode |
Returns the node representing the document. More... | |
(INXMLNode *) | - metaDocumentNode |
Returns the node representing the meta document. More... | |
![]() | |
(void) | - addChild: |
Add a child node. More... | |
(id) | - attr: |
A shortcut to get the object representing the attribute with the given name. More... | |
(BOOL) | - boolAttr: |
Tries to interpret an attribute as a bool value. More... | |
(BOOL) | - boolValue |
Returns a boolean value by interpreting the text content. More... | |
(INXMLNode *) | - childNamed: |
Returns the first child node matching the given name. More... | |
(NSArray *) | - childrenNamed: |
Searches child nodes for a node with given name. More... | |
(NSString *) | - childXML |
(INXMLNode *) | - firstChild |
Return the first child node or nil, if there are none. More... | |
(NSNumber *) | - numAttr: |
Returns the attribute as an NSNumber. More... | |
(void) | - setAttr:forKey: |
Sets an attribute. More... | |
(NSString *) | - xml |
Additional Inherited Members | |
![]() | |
(INXMLNode *) | + nodeWithName: |
Returns an empty node with given node name. More... | |
(INXMLNode *) | + nodeWithName:attributes: |
Returns a node with given name and attributes. More... | |
![]() | |
NSMutableDictionary * | attributes |
NSMutableArray * | children |
NSString * | name |
INXMLNode * | parent |
NSString * | text |
A class to represent a "Report" node in an XML document.
- (INXMLNode *) aggregateReportNode |
Returns the aggregate report node.
- (INXMLNode *) documentNode |
Returns the node representing the document.
- (INXMLNode *) metaDocumentNode |
Returns the node representing the meta document.