C# Class DotNetXri.Client.Xml.SimpleXMLElement

Inheritance: Cloneable, Serializable
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Protected Properties

Свойство Type Description
attributes System.Collections.Hashtable

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ToString ( string tag ) : string
reset ( string tagName ) : void

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SimpleXMLElement() public méthode

public SimpleXMLElement ( SimpleXMLElement s ) : System.Collections
s SimpleXMLElement
Résultat System.Collections

SimpleXMLElement() public méthode

public SimpleXMLElement ( string tagname ) : System.Collections
tagname string
Résultat System.Collections

SimpleXMLElement() public méthode

public SimpleXMLElement ( string tagname, string sValue ) : System.Collections
tagname string
sValue string
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() protected méthode

protected ToString ( string tag ) : string
tag string
Résultat string

addAttribute() public méthode

public addAttribute ( string attrName, string attrValue ) : void
attrName string
attrValue string
Résultat void

fromXML() public méthode

public fromXML ( XmlNode root ) : void
root System.Xml.XmlNode
Résultat void

getAttributeValue() public méthode

public getAttributeValue ( string attrName ) : string
attrName string
Résultat string

getTagname() public méthode

public getTagname ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

removeAttribute() public méthode

public removeAttribute ( string attrName ) : void
attrName string
Résultat void

reset() protected méthode

protected reset ( string tagName ) : void
tagName string
Résultat void

setValue() public méthode

public setValue ( string value ) : void
value string
Résultat void

toXML() public méthode

public toXML ( XmlDocument doc ) : XmlElement
doc System.Xml.XmlDocument
Résultat System.Xml.XmlElement

toXML() public méthode

public toXML ( XmlDocument doc, string tag ) : XmlElement
doc System.Xml.XmlDocument
tag string
Résultat System.Xml.XmlElement

Property Details

attributes protected_oe property

protected Hashtable,System.Collections attributes
Résultat System.Collections.Hashtable