Skip to main content

CCSAXParser

CCSAXParser

Cocos2D

Inheritance: 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.Boolean

ParseContent(TextReader)

System.Boolean ParseContent(TextReader)(System.IO.TextReader sr)
Parameters:
sr (System.IO.TextReader)
Returns:
System.Boolean

ParseContent(string)

System.Boolean ParseContent(string)(System.String str)
Parameters:
str (System.String)
Returns:
System.Boolean

ParseContentFile(string)

System.Boolean ParseContentFile(string)(System.String pszFile)
Parameters:
pszFile (System.String)
Returns:
System.Boolean

SetDelegator(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)