C# Class DotNetXri.Client.Xml.SimpleXMLElement

Inheritance: Cloneable, Serializable
ファイルを表示 Open project: AArnott/dotnetxri Class Usage Examples

Protected Properties

Property Type Description
attributes System.Collections.Hashtable

Public Methods

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

Protected Methods

Method Description
ToString ( string tag ) : string
reset ( string tagName ) : void

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SimpleXMLElement() public method

public SimpleXMLElement ( SimpleXMLElement s ) : System.Collections
s SimpleXMLElement
return System.Collections

SimpleXMLElement() public method

public SimpleXMLElement ( string tagname ) : System.Collections
tagname string
return System.Collections

SimpleXMLElement() public method

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

ToString() public method

public ToString ( ) : string
return string

ToString() protected method

protected ToString ( string tag ) : string
tag string
return string

addAttribute() public method

public addAttribute ( string attrName, string attrValue ) : void
attrName string
attrValue string
return void

fromXML() public method

public fromXML ( XmlNode root ) : void
root System.Xml.XmlNode
return void

getAttributeValue() public method

public getAttributeValue ( string attrName ) : string
attrName string
return string

getTagname() public method

public getTagname ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string

removeAttribute() public method

public removeAttribute ( string attrName ) : void
attrName string
return void

reset() protected method

protected reset ( string tagName ) : void
tagName string
return void

setValue() public method

public setValue ( string value ) : void
value string
return void

toXML() public method

public toXML ( XmlDocument doc ) : XmlElement
doc System.Xml.XmlDocument
return System.Xml.XmlElement

toXML() public method

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

Property Details

attributes protected_oe property

protected Hashtable,System.Collections attributes
return System.Collections.Hashtable