C# Class Smartmobili.Cocoa.NSXMLParserWIP

Inheritance: NSObject, IDisposable
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Свойство Type Description
Class Class

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

public static Alloc ( ) : NSXMLParserWIP
Résultat NSXMLParserWIP

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FinishIncrementalParse() protected méthode

protected FinishIncrementalParse ( ) : bool
Résultat bool

GetDelegate() public méthode

public GetDelegate ( ) : id
Résultat id

GetInfo() protected méthode

protected GetInfo ( ) : NSXMLParserInfo
Résultat NSXMLParserInfo

GetShouldProcessNamespaces() public méthode

public GetShouldProcessNamespaces ( ) : bool
Résultat bool

GetShouldReportNamespacePrefixes() public méthode

public GetShouldReportNamespacePrefixes ( ) : bool
Résultat bool

GetShouldResolveExternalEntities() public méthode

public GetShouldResolveExternalEntities ( ) : bool
Résultat bool

InitForIncrementalParsing() protected méthode

protected InitForIncrementalParsing ( NSInputStream stream ) : NSInputStream
stream NSInputStream
Résultat NSInputStream

InitWithData() public méthode

public InitWithData ( NSData data ) : id
data NSData
Résultat id

InitWithStream() public méthode

public InitWithStream ( NSInputStream aStream ) : id
aStream NSInputStream
Résultat id

NSXMLParserWIP() public méthode

public NSXMLParserWIP ( ) : System
Résultat System

Parse() public méthode

public Parse ( ) : bool
Résultat bool

ParseData() protected méthode

protected ParseData ( NSData data ) : bool
data NSData
Résultat bool

ParseFromStream() protected méthode

protected ParseFromStream ( ) : bool
Résultat bool

SetDelegate() public méthode

public SetDelegate ( id dlgate ) : void
dlgate id
Résultat void

SetShouldProcessNamespaces() public méthode

public SetShouldProcessNamespaces ( bool shouldProcessNamespaces ) : void
shouldProcessNamespaces bool
Résultat void

SetShouldReportNamespacePrefixes() public méthode

public SetShouldReportNamespacePrefixes ( bool shouldReportNamespacePrefixes ) : void
shouldReportNamespacePrefixes bool
Résultat void

SetShouldResolveExternalEntities() public méthode

public SetShouldResolveExternalEntities ( bool shouldResolveExternal ) : void
shouldResolveExternal bool
Résultat void

SetupLibXml() public static méthode

public static SetupLibXml ( ) : void
Résultat void

_HandleParseResult() protected méthode

protected _HandleParseResult ( int xmlParserError ) : bool
xmlParserError int
Résultat bool

_SetExpandedParserError() protected méthode

protected _SetExpandedParserError ( NSError error ) : NSError
error NSError
Résultat NSError

_StructuredErrorFunc() protected méthode

protected _StructuredErrorFunc ( IntPtr userData, IntPtr error ) : void
userData System.IntPtr
error System.IntPtr
Résultat void

_endDocument() protected méthode

protected _endDocument ( IntPtr ctx ) : void
ctx System.IntPtr
Résultat void

_startDocument() protected méthode

protected _startDocument ( IntPtr ctx ) : void
ctx System.IntPtr
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class