SIFWorks ADK 2.0
XmlUtils Class
NamespacesEdustructures.UtilXmlUtils

[This is preliminary documentation and is subject to change.]

Declaration Syntax
C#Visual BasicVisual C++
public class XmlUtils
Public Class XmlUtils
public ref class XmlUtils
Members
All MembersConstructorsMethods



IconMemberDescription
XmlUtilsXmlUtilsNew()()
static memberElementArrayFromNodeList(XmlNodeList, Boolean)
Builds an array of XmlElements from an XmlNodeList

static memberGetAttributeValue(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;

static memberGetElementByAttribute(XmlElement, String, String, String, Boolean)
static memberIsElementEnabled(XmlElement)
Returns true only if the element has an "enabled" property set to "True" or "Yes"

static memberSetProperty(XmlElement, String, String)
Sets the value of a
CopyC#
<property>
child of the specified node. If a
CopyC#
<property>
element already exists, its value is updated; otherwise a new element is appended to the node.

Inheritance Hierarchy
Object
XmlUtils

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10