cohtml::Net::INodeProxy

Inherits from SystemIDisposable

Inherited by cohtml.Net.IInputProxy

Public Functions

Name
virtual voidDispose()
virtual stringGetAttribute(string name)
Get attribute’s value whit given name. nameThe name of the attribute.
virtual stringGetAttribute(uint id)
Get attribute’s value whit given Id. idthe numbered id of the attribute - can be used to iterate over all attributes.
virtual stringGetValueOfElement()
Gives the value of the Element.
virtual stringGetId()
virtual uintGetClassesCount()
virtual stringGetClass(uint id)
virtual uintGetAttributesCount()
virtual boolHasAttribute(string name)
virtual HTMLTagGetTag()
virtual boolHasScriptEventListeners()
virtual voidGetBoundingRect(out double x, out double y, out double width, out double height)
uintGetAttribute(string name, global::System.IntPtr buffer, uint bufferLength)
uintGetAttribute(uint id, global::System.IntPtr buffer, uint bufferLength)
uintGetValueOfElement(global::System.IntPtr buffer, uint bufferLength)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

Reimplemented by: cohtml::Net::IInputProxy::Dispose

function GetAttribute

virtual string GetAttribute(
    string name
)

Get attribute’s value whit given name. nameThe name of the attribute.

Return: The value of the attribute.

function GetAttribute

virtual string GetAttribute(
    uint id
)

Get attribute’s value whit given Id. idthe numbered id of the attribute - can be used to iterate over all attributes.

Return: The value of the attribute.

function GetValueOfElement

virtual string GetValueOfElement()

Gives the value of the Element.

Return: The value of the element.

function GetId

virtual string GetId()

function GetClassesCount

virtual uint GetClassesCount()

function GetClass

virtual string GetClass(
    uint id
)

function GetAttributesCount

virtual uint GetAttributesCount()

function HasAttribute

virtual bool HasAttribute(
    string name
)

function GetTag

virtual HTMLTag GetTag()

function HasScriptEventListeners

virtual bool HasScriptEventListeners()

function GetBoundingRect

virtual void GetBoundingRect(
    out double x,
    out double y,
    out double width,
    out double height
)

function GetAttribute

uint GetAttribute(
    string name,
    global::System.IntPtr buffer,
    uint bufferLength
)

function GetAttribute

uint GetAttribute(
    uint id,
    global::System.IntPtr buffer,
    uint bufferLength
)

function GetValueOfElement

uint GetValueOfElement(
    global::System.IntPtr buffer,
    uint bufferLength
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;