Property | Type | Description | |
---|---|---|---|
attributes |
Method | Description | |
---|---|---|
Equals ( Object o ) : bool | ||
GetHashCode ( ) : int | ||
SimpleXMLElement ( |
||
SimpleXMLElement ( string tagname ) : System.Collections | ||
SimpleXMLElement ( string tagname, string sValue ) : System.Collections | ||
ToString ( ) : string | ||
addAttribute ( string attrName, string attrValue ) : void | ||
fromXML ( |
||
getAttributeValue ( string attrName ) : string | ||
getTagname ( ) : string | ||
getValue ( ) : string | ||
removeAttribute ( string attrName ) : void | ||
setValue ( string value ) : void | ||
toXML ( |
||
toXML ( |
Method | Description | |
---|---|---|
ToString ( string tag ) : string | ||
reset ( string tagName ) : void |
public SimpleXMLElement ( |
||
s | ||
return | System.Collections |
public SimpleXMLElement ( string tagname ) : System.Collections | ||
tagname | string | |
return | System.Collections |
public SimpleXMLElement ( string tagname, string sValue ) : System.Collections | ||
tagname | string | |
sValue | string | |
return | System.Collections |
public addAttribute ( string attrName, string attrValue ) : void | ||
attrName | string | |
attrValue | string | |
return | void |
public getAttributeValue ( string attrName ) : string | ||
attrName | string | |
return | string |
public removeAttribute ( string attrName ) : void | ||
attrName | string | |
return | void |
public toXML ( |
||
doc | ||
return |
public toXML ( |
||
doc | ||
tag | string | |
return |