Public Member Functions | |||
virtual void | Dispose () | ||
virtual string | GetAttribute (string name) | ||
Get attribute's value whit given name.
| |||
virtual string | GetAttribute (uint id) | ||
Get attribute's value whit given Id.
| |||
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 |
|
inlinevirtual |
Reimplemented in cohtml.Net.IInputProxy.
|
inlinevirtual |
Get attribute's value whit given name.
name | The name of the attribute. |
|
inlinevirtual |
Get attribute's value whit given Id.
id | the numbered id of the attribute - can be used to iterate over all attributes. |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Gives the value of the Element.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
protected |