Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
INXMLReport Class Reference

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...
 
- Instance Methods inherited from INXMLNode
(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

- Class Methods inherited from INXMLNode
(INXMLNode *) + nodeWithName:
 Returns an empty node with given node name. More...
 
(INXMLNode *) + nodeWithName:attributes:
 Returns a node with given name and attributes. More...
 
- Properties inherited from INXMLNode
NSMutableDictionary * attributes
 
NSMutableArray * children
 
NSString * name
 
INXMLNodeparent
 
NSString * text
 

Detailed Description

A class to represent a "Report" node in an XML document.

Method Documentation

- (INXMLNode *) aggregateReportNode

Returns the aggregate report node.

- (INXMLNode *) documentNode

Returns the node representing the document.

- (INXMLNode *) metaDocumentNode

Returns the node representing the meta document.


The documentation for this class was generated from the following files: