LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_xml_dom_XAttr_idl__
21 #define __com_sun_star_xml_dom_XAttr_idl__
25 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:69
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:34
void setValue([in] string value)
Sets the value of the attribute from a string.
Definition: Ambiguous.idl:22
Definition: XElement.idl:29