C# Class Smartmobili.Cocoa.NSXMLFidelityElement

Inheritance: NSXMLElement
Exibir arquivo Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_endWhitespace NSString
_fidelity uint
_startWhitespace NSString

Public Methods

Method Description
Alloc ( ) : NSXMLFidelityElement
GetFidelity ( ) : uint
Init ( ) : id
SetEndWhitespace ( NSString endSpace ) : void
SetFidelity ( uint fidelity ) : void
SetWhitespace ( NSString startSpace ) : void

Method Details

Alloc() public static method

public static Alloc ( ) : NSXMLFidelityElement
return NSXMLFidelityElement

GetFidelity() public method

public GetFidelity ( ) : uint
return uint

Init() public method

public Init ( ) : id
return id

SetEndWhitespace() public method

public SetEndWhitespace ( NSString endSpace ) : void
endSpace NSString
return void

SetFidelity() public method

public SetFidelity ( uint fidelity ) : void
fidelity uint
return void

SetWhitespace() public method

public SetWhitespace ( NSString startSpace ) : void
startSpace NSString
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_endWhitespace protected_oe property

protected NSString _endWhitespace
return NSString

_fidelity protected_oe property

protected uint _fidelity
return uint

_startWhitespace protected_oe property

protected NSString _startWhitespace
return NSString