C# 클래스 Smartmobili.Cocoa.GSXibKeyedUnarchiver

상속: NSKeyedUnarchiver, INSXMLParser
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

Private Properties

프로퍼티 타입 설명
PreProcessXib NSData

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PreProcessXib ( NSData data ) : NSData

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : GSXibKeyedUnarchiver
리턴 GSXibKeyedUnarchiver

AllocObjectForClassName() 공개 메소드

public AllocObjectForClassName ( NSString classname ) : id
classname NSString
리턴 id

ContainsValueForKey() 공개 메소드

public ContainsValueForKey ( NSString aKey ) : bool
aKey NSString
리턴 bool

DecodeBoolForKey() 공개 메소드

public DecodeBoolForKey ( NSString aKey ) : bool
aKey NSString
리턴 bool

DecodeBytesForKey() 공개 메소드

public DecodeBytesForKey ( NSString aKey, int &lengthp ) : byte[]
aKey NSString
lengthp int
리턴 byte[]

DecodeDictionaryForXib() 공개 메소드

public DecodeDictionaryForXib ( GSXibElement element, NSString classname, NSString objID ) : id
element GSXibElement
classname NSString
objID NSString
리턴 id

DecodeDoubleForKey() 공개 메소드

public DecodeDoubleForKey ( NSString aKey ) : double
aKey NSString
리턴 double

DecodeFloatForKey() 공개 메소드

public DecodeFloatForKey ( NSString aKey ) : float
aKey NSString
리턴 float

DecodeInt32ForKey() 공개 메소드

public DecodeInt32ForKey ( NSString aKey ) : int
aKey NSString
리턴 int

DecodeInt64ForKey() 공개 메소드

public DecodeInt64ForKey ( NSString aKey ) : long
aKey NSString
리턴 long

DecodeIntForKey() 공개 메소드

public DecodeIntForKey ( NSString aKey ) : int
aKey NSString
리턴 int

DecodeObjectForKey() 공개 메소드

public DecodeObjectForKey ( NSString aKey ) : id
aKey NSString
리턴 id

DecodeObjectForXib() 공개 메소드

public DecodeObjectForXib ( GSXibElement element, NSString classname, NSString objID ) : id
element GSXibElement
classname NSString
objID NSString
리턴 id

DecodeReferenceForKey() 공개 메소드

public DecodeReferenceForKey ( NSString aKey ) : NSString
aKey NSString
리턴 NSString

GSXibKeyedUnarchiver() 공개 메소드

public GSXibKeyedUnarchiver ( bool shouldCallInit = true ) : System
shouldCallInit bool
리턴 System

InitForReadingWithData() 공개 메소드

public InitForReadingWithData ( NSData data ) : GSXibKeyedUnarchiver
data NSData
리턴 GSXibKeyedUnarchiver

ObjectForXib() 공개 메소드

public ObjectForXib ( GSXibElement element ) : id
element GSXibElement
리턴 id

ParserDidEndElement() 공개 메소드

public ParserDidEndElement ( NSXMLParser parser, NSString elementName, NSString namespaceURI, NSString qualifiedName ) : void
parser NSXMLParser
elementName NSString
namespaceURI NSString
qualifiedName NSString
리턴 void

ParserDidStartElement() 공개 메소드

public ParserDidStartElement ( NSXMLParser parser, NSString elementName, NSString namespaceURI, NSString qualifiedName, NSDictionary attributeDict ) : void
parser NSXMLParser
elementName NSString
namespaceURI NSString
qualifiedName NSString
attributeDict NSDictionary
리턴 void

ParserFoundCharacters() 공개 메소드

public ParserFoundCharacters ( NSXMLParser parser, NSString foundCharacters ) : void
parser NSXMLParser
foundCharacters NSString
리턴 void

ReplaceObject() 공개 메소드

public ReplaceObject ( id oldObj, id newObj ) : bool
oldObj id
newObj id
리턴 bool

_DecodeArrayOfObjectsForElement() 공개 메소드

public _DecodeArrayOfObjectsForElement ( GSXibElement element ) : id
element GSXibElement
리턴 id

_DecodeArrayOfObjectsForKey() 공개 메소드

public _DecodeArrayOfObjectsForKey ( NSString aKey ) : id
aKey NSString
리턴 id

_DecodeDictionaryOfObjectsForElement() 공개 메소드

public _DecodeDictionaryOfObjectsForElement ( GSXibElement element ) : id
element GSXibElement
리턴 id