![]() |
CPTiOSApi
1.25
|
Dictionary Item class for CustomXmliOSApi More...
Instance Methods | |
(id) | - initCustomXmlDictionaryItem:: |
Create CustomXmlDictionaryItem object with tag and value More... | |
Public Attributes | |
NSString * | Tag |
Tag to find inside Xml More... | |
NSString * | Value |
Value found and associated with Tag More... | |
Dictionary Item class for CustomXmliOSApi
- (id) initCustomXmlDictionaryItem: | (NSString*) | tag | |
: | (NSString*) | value | |
Create CustomXmlDictionaryItem object with tag and value
tag | Tag to find inside Xml |
value | Value associated with Tag |
- (NSString*) Tag |
Tag to find inside Xml
Referenced by initCustomXmlDictionaryItem::.
- (NSString*) Value |
Value found and associated with Tag
Referenced by initCustomXmlDictionaryItem::.