C# Class Smartmobili.Cocoa.NSXMLElement

Inheritance: NSXMLNode
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

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

Protected Properties

Свойство Type Description
_URI NSString
_attributes NSArray
_children NSArray
_childrenHaveMutated bool
_name NSString
_namespaces NSArray
_passing char[]
_prefixIndex int
_zeroOrOneAttributes bool
_zeroOrOneNamespaces bool

Méthodes publiques

Méthode Description
Alloc ( ) : NSXMLElement
Elements ( ) : NSMutableArray
InitWithName ( NSString name ) : id
InitWithNameStringValue ( NSString name, NSString stringValue ) : id
InitWithNameURI ( NSString name, NSString uri ) : id

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSXMLElement
Résultat NSXMLElement

Elements() public méthode

public Elements ( ) : NSMutableArray
Résultat NSMutableArray

InitWithName() public méthode

public InitWithName ( NSString name ) : id
name NSString
Résultat id

InitWithNameStringValue() public méthode

public InitWithNameStringValue ( NSString name, NSString stringValue ) : id
name NSString
stringValue NSString
Résultat id

InitWithNameURI() public méthode

public InitWithNameURI ( NSString name, NSString uri ) : id
name NSString
uri NSString
Résultat id

Property Details

Class public_oe static_oe property

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

_URI protected_oe property

protected NSString _URI
Résultat NSString

_attributes protected_oe property

protected NSArray _attributes
Résultat NSArray

_children protected_oe property

protected NSArray _children
Résultat NSArray

_childrenHaveMutated protected_oe property

protected bool _childrenHaveMutated
Résultat bool

_name protected_oe property

protected NSString _name
Résultat NSString

_namespaces protected_oe property

protected NSArray _namespaces
Résultat NSArray

_passing protected_oe property

protected char[] _passing
Résultat char[]

_prefixIndex protected_oe property

protected int _prefixIndex
Résultat int

_zeroOrOneAttributes protected_oe property

protected bool _zeroOrOneAttributes
Résultat bool

_zeroOrOneNamespaces protected_oe property

protected bool _zeroOrOneNamespaces
Résultat bool