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

Public Member Functions

virtual void Dispose ()
 
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)
 

Protected Attributes

bool swigCMemOwn
 

Member Function Documentation

◆ Dispose()

virtual void cohtml.Net.INodeProxy.Dispose ( )
inlinevirtual

Reimplemented in cohtml.Net.IInputProxy.

◆ GetAttribute() [1/4]

virtual string cohtml.Net.INodeProxy.GetAttribute ( string  name)
inlinevirtual

Get attribute's value whit given name.

Parameters
nameThe name of the attribute.

Returns
The value of the attribute.

◆ GetAttribute() [2/4]

virtual string cohtml.Net.INodeProxy.GetAttribute ( uint  id)
inlinevirtual

Get attribute's value whit given Id.

Parameters
idthe numbered id of the attribute - can be used to iterate over all attributes.

Returns
The value of the attribute.

◆ GetAttribute() [3/4]

uint cohtml.Net.INodeProxy.GetAttribute ( string  name,
global::System.IntPtr  buffer,
uint  bufferLength 
)
inline

◆ GetAttribute() [4/4]

uint cohtml.Net.INodeProxy.GetAttribute ( uint  id,
global::System.IntPtr  buffer,
uint  bufferLength 
)
inline

◆ GetAttributesCount()

virtual uint cohtml.Net.INodeProxy.GetAttributesCount ( )
inlinevirtual

◆ GetClass()

virtual string cohtml.Net.INodeProxy.GetClass ( uint  id)
inlinevirtual

◆ GetClassesCount()

virtual uint cohtml.Net.INodeProxy.GetClassesCount ( )
inlinevirtual

◆ GetId()

virtual string cohtml.Net.INodeProxy.GetId ( )
inlinevirtual

◆ GetTag()

virtual HTMLTag cohtml.Net.INodeProxy.GetTag ( )
inlinevirtual

◆ GetValueOfElement() [1/2]

virtual string cohtml.Net.INodeProxy.GetValueOfElement ( )
inlinevirtual

Gives the value of the Element.

Returns
The value of the element.

◆ GetValueOfElement() [2/2]

uint cohtml.Net.INodeProxy.GetValueOfElement ( global::System.IntPtr  buffer,
uint  bufferLength 
)
inline

◆ HasAttribute()

virtual bool cohtml.Net.INodeProxy.HasAttribute ( string  name)
inlinevirtual

◆ HasScriptEventListeners()

virtual bool cohtml.Net.INodeProxy.HasScriptEventListeners ( )
inlinevirtual

Member Data Documentation

◆ swigCMemOwn

bool cohtml.Net.INodeProxy.swigCMemOwn
protected