CCSAXParser
CCSAXParser
Cocos2DInheritance: System.Object
Constructors
CCSAXParser()
CCSAXParser()()Methods
EndElement(object, string)
EndElement(object, string)(System.Object ctx, System.String name)Parameters:
ctx (System.Object)name (System.String)Init(string)
System.Boolean Init(string)(System.String pszEncoding)Parameters:
pszEncoding (System.String)Returns:
System.BooleanParseContent(TextReader)
System.Boolean ParseContent(TextReader)(System.IO.TextReader sr)Parameters:
sr (System.IO.TextReader)Returns:
System.BooleanParseContent(string)
System.Boolean ParseContent(string)(System.String str)Parameters:
str (System.String)Returns:
System.BooleanParseContentFile(string)
System.Boolean ParseContentFile(string)(System.String pszFile)Parameters:
pszFile (System.String)Returns:
System.BooleanSetDelegator(ICCSAXDelegator)
SetDelegator(ICCSAXDelegator)(Cocos2D.ICCSAXDelegator pDelegator)Parameters:
pDelegator (Cocos2D.ICCSAXDelegator)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[])TextHandler(object, byte[], int)
TextHandler(object, byte[], int)(System.Object ctx, System.Byte[] ch, System.Int32 len)Parameters:
ctx (System.Object)ch (System.Byte[])len (System.Int32)