C# Class Smartmobili.Cocoa.NSXMLParserInfo

Inheritance: NSObject
Datei anzeigen Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class
bomChunk NSData
chunkSize int
delegateAborted bool
error NSError
haveDetectedEncoding bool
namespaces NSMutableArray
nestingLevel int
parserContext System.IntPtr
parserFlags uint
saxHandler LibXml.xmlSAXHandler
slowStringMap NSMapTable

Public Methods

Method Description
Alloc ( ) : NSXMLParserInfo

Method Details

Alloc() public static method

public static Alloc ( ) : NSXMLParserInfo
return NSXMLParserInfo

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

bomChunk public_oe property

public NSData,Smartmobili.Cocoa bomChunk
return NSData

chunkSize public_oe property

public int chunkSize
return int

delegateAborted public_oe property

public bool delegateAborted
return bool

error public_oe property

public NSError,Smartmobili.Cocoa error
return NSError

haveDetectedEncoding public_oe property

public bool haveDetectedEncoding
return bool

namespaces public_oe property

public NSMutableArray,Smartmobili.Cocoa namespaces
return NSMutableArray

nestingLevel public_oe property

public int nestingLevel
return int

parserContext public_oe property

public IntPtr,System parserContext
return System.IntPtr

parserFlags public_oe property

public uint parserFlags
return uint

saxHandler public_oe property

public LibXml.xmlSAXHandler,Smartmobili.Cocoa saxHandler
return LibXml.xmlSAXHandler

slowStringMap public_oe property

public NSMapTable,Smartmobili.Cocoa slowStringMap
return NSMapTable