Interface IElement
.NET interface for TO BE DEFINED FROM USER
public interface IElement : INode
- Inherited Members
Properties
SchemaTypeInfo
TypeInfo SchemaTypeInfo { get; }
Property Value
TagName
String TagName { get; }
Property Value
Methods
GetAttribute(String)
String GetAttribute(String arg0)
Parameters
Returns
GetAttributeNS(String, String)
String GetAttributeNS(String arg0, String arg1)
Parameters
Returns
Exceptions
GetAttributeNode(String)
Attr GetAttributeNode(String arg0)
Parameters
Returns
GetAttributeNodeNS(String, String)
Attr GetAttributeNodeNS(String arg0, String arg1)
Parameters
Returns
Exceptions
GetElementsByTagName(String)
NodeList GetElementsByTagName(String arg0)
Parameters
Returns
GetElementsByTagNameNS(String, String)
NodeList GetElementsByTagNameNS(String arg0, String arg1)
Parameters
Returns
Exceptions
HasAttribute(String)
bool HasAttribute(String arg0)
Parameters
Returns
HasAttributeNS(String, String)
bool HasAttributeNS(String arg0, String arg1)
Parameters
Returns
Exceptions
RemoveAttribute(String)
void RemoveAttribute(String arg0)
Parameters
Exceptions
RemoveAttributeNS(String, String)
void RemoveAttributeNS(String arg0, String arg1)
Parameters
Exceptions
RemoveAttributeNode(Attr)
Attr RemoveAttributeNode(Attr arg0)
Parameters
Returns
Exceptions
SetAttribute(String, String)
void SetAttribute(String arg0, String arg1)
Parameters
Exceptions
SetAttributeNS(String, String, String)
void SetAttributeNS(String arg0, String arg1, String arg2)
Parameters
Exceptions
SetAttributeNode(Attr)
Attr SetAttributeNode(Attr arg0)
Parameters
Returns
Exceptions
SetAttributeNodeNS(Attr)
Attr SetAttributeNodeNS(Attr arg0)
Parameters
Returns
Exceptions
SetIdAttribute(String, bool)
void SetIdAttribute(String arg0, bool arg1)
Parameters
Exceptions
SetIdAttributeNS(String, String, bool)
void SetIdAttributeNS(String arg0, String arg1, bool arg2)
Parameters
Exceptions
SetIdAttributeNode(Attr, bool)
void SetIdAttributeNode(Attr arg0, bool arg1)