C# Class Smartmobili.Cocoa.GSXibKeyedUnarchiver

Inheritance: NSKeyedUnarchiver, INSXMLParser
Afficher le fichier Open project: smartmobili/CocoaBuilder

Private Properties

Свойство Type Description
PreProcessXib NSData

Méthodes publiques

Méthode Description
Alloc ( ) : GSXibKeyedUnarchiver
AllocObjectForClassName ( NSString classname ) : id
ContainsValueForKey ( NSString aKey ) : bool
DecodeBoolForKey ( NSString aKey ) : bool
DecodeBytesForKey ( NSString aKey, int &lengthp ) : byte[]
DecodeDictionaryForXib ( GSXibElement element, NSString classname, NSString objID ) : id
DecodeDoubleForKey ( NSString aKey ) : double
DecodeFloatForKey ( NSString aKey ) : float
DecodeInt32ForKey ( NSString aKey ) : int
DecodeInt64ForKey ( NSString aKey ) : long
DecodeIntForKey ( NSString aKey ) : int
DecodeObjectForKey ( NSString aKey ) : id
DecodeObjectForXib ( GSXibElement element, NSString classname, NSString objID ) : id
DecodeReferenceForKey ( NSString aKey ) : NSString
GSXibKeyedUnarchiver ( bool shouldCallInit = true ) : System
InitForReadingWithData ( NSData data ) : GSXibKeyedUnarchiver
ObjectForXib ( GSXibElement element ) : id
ParserDidEndElement ( NSXMLParser parser, NSString elementName, NSString namespaceURI, NSString qualifiedName ) : void
ParserDidStartElement ( NSXMLParser parser, NSString elementName, NSString namespaceURI, NSString qualifiedName, NSDictionary attributeDict ) : void
ParserFoundCharacters ( NSXMLParser parser, NSString foundCharacters ) : void
ReplaceObject ( id oldObj, id newObj ) : bool
_DecodeArrayOfObjectsForElement ( GSXibElement element ) : id
_DecodeArrayOfObjectsForKey ( NSString aKey ) : id
_DecodeDictionaryOfObjectsForElement ( GSXibElement element ) : id

Private Methods

Méthode Description
PreProcessXib ( NSData data ) : NSData

Method Details

Alloc() public static méthode

public static Alloc ( ) : GSXibKeyedUnarchiver
Résultat GSXibKeyedUnarchiver

AllocObjectForClassName() public méthode

public AllocObjectForClassName ( NSString classname ) : id
classname NSString
Résultat id

ContainsValueForKey() public méthode

public ContainsValueForKey ( NSString aKey ) : bool
aKey NSString
Résultat bool

DecodeBoolForKey() public méthode

public DecodeBoolForKey ( NSString aKey ) : bool
aKey NSString
Résultat bool

DecodeBytesForKey() public méthode

public DecodeBytesForKey ( NSString aKey, int &lengthp ) : byte[]
aKey NSString
lengthp int
Résultat byte[]

DecodeDictionaryForXib() public méthode

public DecodeDictionaryForXib ( GSXibElement element, NSString classname, NSString objID ) : id
element GSXibElement
classname NSString
objID NSString
Résultat id

DecodeDoubleForKey() public méthode

public DecodeDoubleForKey ( NSString aKey ) : double
aKey NSString
Résultat double

DecodeFloatForKey() public méthode

public DecodeFloatForKey ( NSString aKey ) : float
aKey NSString
Résultat float

DecodeInt32ForKey() public méthode

public DecodeInt32ForKey ( NSString aKey ) : int
aKey NSString
Résultat int

DecodeInt64ForKey() public méthode

public DecodeInt64ForKey ( NSString aKey ) : long
aKey NSString
Résultat long

DecodeIntForKey() public méthode

public DecodeIntForKey ( NSString aKey ) : int
aKey NSString
Résultat int

DecodeObjectForKey() public méthode

public DecodeObjectForKey ( NSString aKey ) : id
aKey NSString
Résultat id

DecodeObjectForXib() public méthode

public DecodeObjectForXib ( GSXibElement element, NSString classname, NSString objID ) : id
element GSXibElement
classname NSString
objID NSString
Résultat id

DecodeReferenceForKey() public méthode

public DecodeReferenceForKey ( NSString aKey ) : NSString
aKey NSString
Résultat NSString

GSXibKeyedUnarchiver() public méthode

public GSXibKeyedUnarchiver ( bool shouldCallInit = true ) : System
shouldCallInit bool
Résultat System

InitForReadingWithData() public méthode

public InitForReadingWithData ( NSData data ) : GSXibKeyedUnarchiver
data NSData
Résultat GSXibKeyedUnarchiver

ObjectForXib() public méthode

public ObjectForXib ( GSXibElement element ) : id
element GSXibElement
Résultat id

ParserDidEndElement() public méthode

public ParserDidEndElement ( NSXMLParser parser, NSString elementName, NSString namespaceURI, NSString qualifiedName ) : void
parser NSXMLParser
elementName NSString
namespaceURI NSString
qualifiedName NSString
Résultat void

ParserDidStartElement() public méthode

public ParserDidStartElement ( NSXMLParser parser, NSString elementName, NSString namespaceURI, NSString qualifiedName, NSDictionary attributeDict ) : void
parser NSXMLParser
elementName NSString
namespaceURI NSString
qualifiedName NSString
attributeDict NSDictionary
Résultat void

ParserFoundCharacters() public méthode

public ParserFoundCharacters ( NSXMLParser parser, NSString foundCharacters ) : void
parser NSXMLParser
foundCharacters NSString
Résultat void

ReplaceObject() public méthode

public ReplaceObject ( id oldObj, id newObj ) : bool
oldObj id
newObj id
Résultat bool

_DecodeArrayOfObjectsForElement() public méthode

public _DecodeArrayOfObjectsForElement ( GSXibElement element ) : id
element GSXibElement
Résultat id

_DecodeArrayOfObjectsForKey() public méthode

public _DecodeArrayOfObjectsForKey ( NSString aKey ) : id
aKey NSString
Résultat id

_DecodeDictionaryOfObjectsForElement() public méthode

public _DecodeDictionaryOfObjectsForElement ( GSXibElement element ) : id
element GSXibElement
Résultat id