C# 클래스 DotNetXri.Client.Xml.SimpleXMLElement

상속: Cloneable, Serializable
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
attributes System.Collections.Hashtable

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
SimpleXMLElement ( SimpleXMLElement s ) : System.Collections
SimpleXMLElement ( string tagname ) : System.Collections
SimpleXMLElement ( string tagname, string sValue ) : System.Collections
ToString ( ) : string
addAttribute ( string attrName, string attrValue ) : void
fromXML ( XmlNode root ) : void
getAttributeValue ( string attrName ) : string
getTagname ( ) : string
getValue ( ) : string
removeAttribute ( string attrName ) : void
setValue ( string value ) : void
toXML ( XmlDocument doc ) : XmlElement
toXML ( XmlDocument doc, string tag ) : XmlElement

보호된 메소드들

메소드 설명
ToString ( string tag ) : string
reset ( string tagName ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SimpleXMLElement() 공개 메소드

public SimpleXMLElement ( SimpleXMLElement s ) : System.Collections
s SimpleXMLElement
리턴 System.Collections

SimpleXMLElement() 공개 메소드

public SimpleXMLElement ( string tagname ) : System.Collections
tagname string
리턴 System.Collections

SimpleXMLElement() 공개 메소드

public SimpleXMLElement ( string tagname, string sValue ) : System.Collections
tagname string
sValue string
리턴 System.Collections

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 보호된 메소드

protected ToString ( string tag ) : string
tag string
리턴 string

addAttribute() 공개 메소드

public addAttribute ( string attrName, string attrValue ) : void
attrName string
attrValue string
리턴 void

fromXML() 공개 메소드

public fromXML ( XmlNode root ) : void
root System.Xml.XmlNode
리턴 void

getAttributeValue() 공개 메소드

public getAttributeValue ( string attrName ) : string
attrName string
리턴 string

getTagname() 공개 메소드

public getTagname ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : string
리턴 string

removeAttribute() 공개 메소드

public removeAttribute ( string attrName ) : void
attrName string
리턴 void

reset() 보호된 메소드

protected reset ( string tagName ) : void
tagName string
리턴 void

setValue() 공개 메소드

public setValue ( string value ) : void
value string
리턴 void

toXML() 공개 메소드

public toXML ( XmlDocument doc ) : XmlElement
doc System.Xml.XmlDocument
리턴 System.Xml.XmlElement

toXML() 공개 메소드

public toXML ( XmlDocument doc, string tag ) : XmlElement
doc System.Xml.XmlDocument
tag string
리턴 System.Xml.XmlElement

프로퍼티 상세

attributes 보호되어 있는 프로퍼티

protected Hashtable,System.Collections attributes
리턴 System.Collections.Hashtable