1.26.2.1
Prysm
cohtml.Net.IInputProxy Class Reference
+ Inheritance diagram for cohtml.Net.IInputProxy:

Public Member Functions

override void Dispose ()
 
virtual string GetText (uint startIndex)
 
virtual bool SetText (string buffer, uint length, Range range)
 
virtual Selection GetSelection ()
 
virtual bool SetSelection (Selection selection)
 
- Public Member Functions inherited from cohtml.Net.INodeProxy
virtual string GetAttribute (string name)
 Get attribute's value whit given name.

Parameters
nameThe name of the attribute.
More...
 
virtual string GetAttribute (uint id)
 Get attribute's value whit given Id.

Parameters
idthe numbered id of the attribute - can be used to iterate over all attributes.
More...
 
virtual string GetValueOfElement ()
 Gives the value of the Element. More...
 
virtual string GetId ()
 
virtual uint GetClassesCount ()
 
virtual string GetClass (uint id)
 
virtual uint GetAttributesCount ()
 
virtual bool HasAttribute (string name)
 
virtual HTMLTag GetTag ()
 
virtual bool HasScriptEventListeners ()
 
uint GetAttribute (string name, global::System.IntPtr buffer, uint bufferLength)
 
uint GetAttribute (uint id, global::System.IntPtr buffer, uint bufferLength)
 
uint GetValueOfElement (global::System.IntPtr buffer, uint bufferLength)
 

Additional Inherited Members

- Protected Attributes inherited from cohtml.Net.INodeProxy
bool swigCMemOwn
 

Member Function Documentation

◆ Dispose()

override void cohtml.Net.IInputProxy.Dispose ( )
inlinevirtual

Reimplemented from cohtml.Net.INodeProxy.

◆ GetSelection()

virtual Selection cohtml.Net.IInputProxy.GetSelection ( )
inlinevirtual

◆ GetText()

virtual string cohtml.Net.IInputProxy.GetText ( uint  startIndex)
inlinevirtual

◆ SetSelection()

virtual bool cohtml.Net.IInputProxy.SetSelection ( Selection  selection)
inlinevirtual

◆ SetText()

virtual bool cohtml.Net.IInputProxy.SetText ( string  buffer,
uint  length,
Range  range 
)
inlinevirtual