Methods

  NameDescription
Public methodStatic memberAddAttribute(XmlNode, String, String)
Adds an attribute to the specified node.
Public methodStatic memberAddAttribute(XmlNode, String, String, String, String)
Adds an attribute to an XmlNode using the specified namespace.
Public methodStatic memberAddElement(XmlNode, String, String)
Adds an element to the specified XmlNode.
Public methodStatic memberAddElement(XmlNode, String, String, Boolean)
Adds an element to the specified XmlNode.
Public methodStatic memberAddElement(XmlNode, String, String, Boolean, String, String)
Adds an element to the specified XmlNode using the specified namespace.

See Also