Class XmlAttributeExtensions
Summary description for XmlAttributeExtensions.
Inheritance
System.Object
XmlAttributeExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.Xml
Assembly: ImageVault.Common.dll
Syntax
public static class XmlAttributeExtensions
Remarks
2011-10-07 dan: Created
Methods
IsNamespaceDeclaration(XmlAttribute)
Checks the XmlAttribute if it is a xmlns declaration or not.
Declaration
public static bool IsNamespaceDeclaration(this XmlAttribute att)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlAttribute | att |
Returns
Type | Description |
---|---|
System.Boolean | True if namespace is declaration, otherwise false. |