cohtml::Net::IInputProxy

Inherits from cohtml.Net.INodeProxy, SystemIDisposable

Public Functions

Name
virtual override voidDispose()
virtual stringGetText(uint startIndex)
virtual boolSetText(string buffer, uint length, Range range)
virtual SelectionGetSelection()
virtual boolSetSelection(Selection selection)

Additional inherited members

Public Functions inherited from cohtml.Net.INodeProxy

Name
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 inherited from cohtml.Net.INodeProxy

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual override void Dispose()

Reimplements: cohtml::Net::INodeProxy::Dispose

function GetText

virtual string GetText(
    uint startIndex
)

function SetText

virtual bool SetText(
    string buffer,
    uint length,
    Range range
)

function GetSelection

virtual Selection GetSelection()

function SetSelection

virtual bool SetSelection(
    Selection selection
)