[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
public class XmlUtils
Public Class XmlUtils
public ref class XmlUtils
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| XmlUtilsXmlUtilsNew()() | ||
| ElementArrayFromNodeList(XmlNodeList, Boolean) |
Builds an array of XmlElements from an XmlNodeList
| |
| GetAttributeValue(XmlElement, String) |
This method returns the attribute value or NULL if the attribute does not exist, which differs from the behavior of the
XmlElement.GetAttribute Method;
| |
| GetElementByAttribute(XmlElement, String, String, String, Boolean) | ||
| IsElementEnabled(XmlElement) |
Returns true only if the element has an "enabled" property set to "True" or "Yes"
| |
| SetProperty(XmlElement, String, String) | Sets the value of a <property> <property> |
| Object | |
| XmlUtils | |