An NDoc Documented Class Library

AbstractXML.changeAttribute Method 

Change a preexisting attribute.

public virtual void changeAttribute(
   object key,
   object val
);

Parameters

key
Key of the attribute
val
Value of the attribute

See Also

AbstractXML Class | Converter Namespace