|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module xml { module dom {
string getName()
Returns the name of this attribute.
The primary dom datatype.
Definition: XNode.idl:61
XElement getOwnerElement()
The Element node this attribute is attached to or null if this attribute is not in use.
string getValue()
On retrieval, the value of the attribute is returned as a string.
boolean getSpecified()
If this attribute was explicitly given a value in the original document, this is true; otherwise,...
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:28
void setValue([in] string value)
Sets the value of the attribute from a string.
Definition: Ambiguous.idl:20
Definition: XElement.idl:23