CCDictMaker
CCDictMaker
Cocos2DInheritance: System.Object
Implements: Cocos2D.ICCSAXDelegator
Constructors
CCDictMaker()
CCDictMaker()()Fields
m_pArray(System.Collections.Generic.ListSystem.Object)
m_pCurDict(System.Collections.Generic.DictionarySystem.String,System.Object)
m_pRootDict(System.Collections.Generic.DictionarySystem.String,System.Object)
m_sCurKey(System.String)
m_tDictStack(System.Collections.Generic.StackSystem.Collections.Generic.DictionarySystem.String,System.Object)
m_tState(Cocos2D.CCSAXState)
Methods
ArrayWithContentsOfFile(string)
System.Collections.Generic.ListSystem.Object ArrayWithContentsOfFile(string)(System.String pFileName)Parameters:
pFileName (System.String)Returns:
System.Collections.Generic.ListSystem.ObjectDictionaryWithContentsOfFile(string)
System.Collections.Generic.DictionarySystem.String,System.Object DictionaryWithContentsOfFile(string)(System.String pFileName)Parameters:
pFileName (System.String)Returns:
System.Collections.Generic.DictionarySystem.String,System.ObjectEndElement(object, string)
EndElement(object, string)(System.Object ctx, System.String name)Parameters:
ctx (System.Object)name (System.String)Example
StartElement(object, string, string[])
StartElement(object, string, string[])(System.Object ctx, System.String name, System.String[] atts)Parameters:
ctx (System.Object)name (System.String)atts (System.String[])Example
TextHandler(object, byte[], int)
TextHandler(object, byte[], int)(System.Object ctx, System.Byte[] s, System.Int32 len)Parameters:
ctx (System.Object)s (System.Byte[])len (System.Int32)Example