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

Represents "xs:integer". More...

#import <INInteger.h>

Inherits INDecimal.

Additional Inherited Members

- Instance Methods inherited from INObject
(NSString *) - asAttribute
 Returns the value of this node usable as attribute to another node. More...
 
(NSString *) - attributeValue
 Returns the string that goes into the attribute value. More...
 
(NSArray *) - flatXMLPartsWithPrefix:
 Indivo 2.0's ugly flat XML format needs this. More...
 
(id) - initFromNode:
 The designated initializer. More...
 
(NSString *) - innerXML
 Returns the XML of all child nodes. More...
 
(BOOL) - isNull
 An object can decide that it is null, i.e. More...
 
(void) - setFromFlatParent:prefix:
 Handling incoming Indivo 2.0 flat XML IndivoAbstractDocument, a subclass of INObject, uses a slightly more diverse implementation of this method. More...
 
(void) - setFromNode:
 The INObject implementation sets the node name and node type (if a "type" attribute is found in the XML node) from an INXMLNode parsed from Indivo XML This method is called from the designated initializer, subclasses should override it to set custom properties and call [super setFromNode:node]. More...
 
(void) - setWithAttr:fromNode:
 Tries to interpret the attribute string as representing our value. More...
 
(NSString *) - tagString
 Returns the tag name and, if mustDeclareType is YES, the xsi:type-attribute, ready to be used as tag name. More...
 
(NSString *) - xml
 Return an XML representation of the object. More...
 
- Class Methods inherited from INDecimal
(id) + newWithDouble:
 
- Protected Attributes inherited from INObject
NSString * _nodeName
 
- Properties inherited from INDecimal
NSDecimalNumber * number
 

Detailed Description

Represents "xs:integer".


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