IXMLElement Interface

Definition

public interface class IXMLElement
[System.Runtime.InteropServices.Guid("3F7F31AC-E15F-11D0-9C25-00C04FC99C8E")]
public interface IXMLElement
[<System.Runtime.InteropServices.Guid("3F7F31AC-E15F-11D0-9C25-00C04FC99C8E")>]
type IXMLElement = interface
Public Interface IXMLElement
Attributes

Properties

children
parent
tagName
text
type

Methods

addChild(IXMLElement, Int32, Int32)
getAttribute(String)
removeAttribute(String)
removeChild(IXMLElement)
setAttribute(String, Object)

Applies to