C# 클래스 Smartmobili.Cocoa.NSXMLElement

상속: NSXMLNode
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_URI NSString
_attributes NSArray
_children NSArray
_childrenHaveMutated bool
_name NSString
_namespaces NSArray
_passing char[]
_prefixIndex int
_zeroOrOneAttributes bool
_zeroOrOneNamespaces bool

공개 메소드들

메소드 설명
Alloc ( ) : NSXMLElement
Elements ( ) : NSMutableArray
InitWithName ( NSString name ) : id
InitWithNameStringValue ( NSString name, NSString stringValue ) : id
InitWithNameURI ( NSString name, NSString uri ) : id

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSXMLElement
리턴 NSXMLElement

Elements() 공개 메소드

public Elements ( ) : NSMutableArray
리턴 NSMutableArray

InitWithName() 공개 메소드

public InitWithName ( NSString name ) : id
name NSString
리턴 id

InitWithNameStringValue() 공개 메소드

public InitWithNameStringValue ( NSString name, NSString stringValue ) : id
name NSString
stringValue NSString
리턴 id

InitWithNameURI() 공개 메소드

public InitWithNameURI ( NSString name, NSString uri ) : id
name NSString
uri NSString
리턴 id

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_URI 보호되어 있는 프로퍼티

protected NSString _URI
리턴 NSString

_attributes 보호되어 있는 프로퍼티

protected NSArray _attributes
리턴 NSArray

_children 보호되어 있는 프로퍼티

protected NSArray _children
리턴 NSArray

_childrenHaveMutated 보호되어 있는 프로퍼티

protected bool _childrenHaveMutated
리턴 bool

_name 보호되어 있는 프로퍼티

protected NSString _name
리턴 NSString

_namespaces 보호되어 있는 프로퍼티

protected NSArray _namespaces
리턴 NSArray

_passing 보호되어 있는 프로퍼티

protected char[] _passing
리턴 char[]

_prefixIndex 보호되어 있는 프로퍼티

protected int _prefixIndex
리턴 int

_zeroOrOneAttributes 보호되어 있는 프로퍼티

protected bool _zeroOrOneAttributes
리턴 bool

_zeroOrOneNamespaces 보호되어 있는 프로퍼티

protected bool _zeroOrOneNamespaces
리턴 bool