Public Attributes |
| attribute wstring | name |
| | The human readable name of the element (not guaranteed to be unique).
|
| readonly attribute dom::Element | domElement |
| | The underlying DOM element.
|
| readonly attribute dom::NodeList | notes |
| | The list of all note elements associated with this element.
|
| readonly attribute dom::NodeList | annotations |
| | The list of all annotations associated with this element.
|
| readonly attribute Base | parent |
| | The parent of this element, or null.
|
| readonly attribute string | objid |
| | Fetches the ID of the object.
|
The base interface for all elements with name attributes.
Definition at line 309 of file SProS.idl.