C# Class Smartmobili.Cocoa.NSXMLElement

Inheritance: NSXMLNode
Mostra file Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_URI NSString
_attributes NSArray
_children NSArray
_childrenHaveMutated bool
_name NSString
_namespaces NSArray
_passing char[]
_prefixIndex int
_zeroOrOneAttributes bool
_zeroOrOneNamespaces bool

Public Methods

Method 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 method

public static Alloc ( ) : NSXMLElement
return NSXMLElement

Elements() public method

public Elements ( ) : NSMutableArray
return NSMutableArray

InitWithName() public method

public InitWithName ( NSString name ) : id
name NSString
return id

InitWithNameStringValue() public method

public InitWithNameStringValue ( NSString name, NSString stringValue ) : id
name NSString
stringValue NSString
return id

InitWithNameURI() public method

public InitWithNameURI ( NSString name, NSString uri ) : id
name NSString
uri NSString
return id

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_URI protected_oe property

protected NSString _URI
return NSString

_attributes protected_oe property

protected NSArray _attributes
return NSArray

_children protected_oe property

protected NSArray _children
return NSArray

_childrenHaveMutated protected_oe property

protected bool _childrenHaveMutated
return bool

_name protected_oe property

protected NSString _name
return NSString

_namespaces protected_oe property

protected NSArray _namespaces
return NSArray

_passing protected_oe property

protected char[] _passing
return char[]

_prefixIndex protected_oe property

protected int _prefixIndex
return int

_zeroOrOneAttributes protected_oe property

protected bool _zeroOrOneAttributes
return bool

_zeroOrOneNamespaces protected_oe property

protected bool _zeroOrOneNamespaces
return bool