C# Class Smartmobili.Cocoa.NSXMLParserWIP

Inheritance: NSObject, IDisposable
ファイルを表示 Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Public Methods

Method Description
Alloc ( ) : NSXMLParserWIP
Dispose ( ) : void
GetDelegate ( ) : id
GetShouldProcessNamespaces ( ) : bool
GetShouldReportNamespacePrefixes ( ) : bool
GetShouldResolveExternalEntities ( ) : bool
InitWithData ( NSData data ) : id
InitWithStream ( NSInputStream aStream ) : id
NSXMLParserWIP ( ) : System
Parse ( ) : bool
SetDelegate ( id dlgate ) : void
SetShouldProcessNamespaces ( bool shouldProcessNamespaces ) : void
SetShouldReportNamespacePrefixes ( bool shouldReportNamespacePrefixes ) : void
SetShouldResolveExternalEntities ( bool shouldResolveExternal ) : void
SetupLibXml ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
FinishIncrementalParse ( ) : bool
GetInfo ( ) : NSXMLParserInfo
InitForIncrementalParsing ( NSInputStream stream ) : NSInputStream
ParseData ( NSData data ) : bool
ParseFromStream ( ) : bool
_HandleParseResult ( int xmlParserError ) : bool
_SetExpandedParserError ( NSError error ) : NSError
_StructuredErrorFunc ( IntPtr userData, IntPtr error ) : void
_endDocument ( IntPtr ctx ) : void
_startDocument ( IntPtr ctx ) : void

Private Methods

Method Description
GetParserContext ( ) : IntPtr
GetParserFlagValue ( NSXMLParserFlags flag ) : bool
InitializeSAX2Callbacks ( ) : void
SetParserFlagValue ( NSXMLParserFlags flag, bool value ) : void
_NSXMLParserNSStringFromBytes ( IntPtr pLocalname, NSXMLParserInfo info ) : string
_NewColonSeparatedStringFromPrefixAndSuffix ( IntPtr pPrefix, IntPtr pLocalname ) : NSString
_attributeDecl ( IntPtr ctx, IntPtr pElem, IntPtr pFullname, int type, int def, IntPtr pDefaultValue, IntPtr tree ) : void
_cdataBlock ( IntPtr ctx, IntPtr value, int len ) : void
_characters ( IntPtr ctx, IntPtr ch, int len ) : void
_comment ( IntPtr ctx, IntPtr pValue ) : void
_elementDecl ( IntPtr ctx, IntPtr pName, int type, IntPtr content ) : void
_endElementNs ( IntPtr ctx, IntPtr localname, IntPtr prefix, IntPtr URI ) : void
_entityDecl ( IntPtr ctx, IntPtr pName, int type, IntPtr pPublicId, IntPtr pSystemId, IntPtr pContent ) : void
_errorCallback ( IntPtr ctx, IntPtr msg ) : void
_externalSubset2 ( IntPtr ctx, IntPtr name, IntPtr ExternalID, IntPtr SystemID ) : void
_getEntity ( IntPtr ctx, IntPtr pName ) : IntPtr
_hasExternalSubset2 ( IntPtr ctx ) : int
_hasInternalSubset2 ( IntPtr ctx ) : int
_internalSubset2 ( IntPtr ctx, IntPtr pName, IntPtr pExternalID, IntPtr pSystemID ) : void
_isStandalone ( IntPtr ctx ) : int
_notationDecl ( IntPtr ctx, IntPtr pName, IntPtr pPublicId, IntPtr pSystemId ) : void
_startElementNs ( IntPtr ctx, IntPtr pLocalname, IntPtr pPrefix, IntPtr URI, int nb_namespaces, string namespaces, int nb_attributes, int nb_defaulted, string attributes ) : void
_unparsedEntityDecl ( IntPtr ctx, IntPtr pName, IntPtr pPublicId, IntPtr pSystemId, IntPtr pNotationName ) : void

Method Details

Alloc() public static method

public static Alloc ( ) : NSXMLParserWIP
return NSXMLParserWIP

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FinishIncrementalParse() protected method

protected FinishIncrementalParse ( ) : bool
return bool

GetDelegate() public method

public GetDelegate ( ) : id
return id

GetInfo() protected method

protected GetInfo ( ) : NSXMLParserInfo
return NSXMLParserInfo

GetShouldProcessNamespaces() public method

public GetShouldProcessNamespaces ( ) : bool
return bool

GetShouldReportNamespacePrefixes() public method

public GetShouldReportNamespacePrefixes ( ) : bool
return bool

GetShouldResolveExternalEntities() public method

public GetShouldResolveExternalEntities ( ) : bool
return bool

InitForIncrementalParsing() protected method

protected InitForIncrementalParsing ( NSInputStream stream ) : NSInputStream
stream NSInputStream
return NSInputStream

InitWithData() public method

public InitWithData ( NSData data ) : id
data NSData
return id

InitWithStream() public method

public InitWithStream ( NSInputStream aStream ) : id
aStream NSInputStream
return id

NSXMLParserWIP() public method

public NSXMLParserWIP ( ) : System
return System

Parse() public method

public Parse ( ) : bool
return bool

ParseData() protected method

protected ParseData ( NSData data ) : bool
data NSData
return bool

ParseFromStream() protected method

protected ParseFromStream ( ) : bool
return bool

SetDelegate() public method

public SetDelegate ( id dlgate ) : void
dlgate id
return void

SetShouldProcessNamespaces() public method

public SetShouldProcessNamespaces ( bool shouldProcessNamespaces ) : void
shouldProcessNamespaces bool
return void

SetShouldReportNamespacePrefixes() public method

public SetShouldReportNamespacePrefixes ( bool shouldReportNamespacePrefixes ) : void
shouldReportNamespacePrefixes bool
return void

SetShouldResolveExternalEntities() public method

public SetShouldResolveExternalEntities ( bool shouldResolveExternal ) : void
shouldResolveExternal bool
return void

SetupLibXml() public static method

public static SetupLibXml ( ) : void
return void

_HandleParseResult() protected method

protected _HandleParseResult ( int xmlParserError ) : bool
xmlParserError int
return bool

_SetExpandedParserError() protected method

protected _SetExpandedParserError ( NSError error ) : NSError
error NSError
return NSError

_StructuredErrorFunc() protected method

protected _StructuredErrorFunc ( IntPtr userData, IntPtr error ) : void
userData System.IntPtr
error System.IntPtr
return void

_endDocument() protected method

protected _endDocument ( IntPtr ctx ) : void
ctx System.IntPtr
return void

_startDocument() protected method

protected _startDocument ( IntPtr ctx ) : void
ctx System.IntPtr
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class