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 {
encapsulates the details of an XML parse error or warning.
Definition: DOMException.idl:34
boolean getSpecified()
If this attribute was explicitly given a value in the original document, this is true; otherwise,...
string getName()
Returns the name of this attribute.
string getValue()
On retrieval, the value of the attribute is returned as a string.
void setValue([in] string value)
Sets the value of the attribute from a string.
XElement getOwnerElement()
The Element node this attribute is attached to or null if this attribute is not in use.
Definition: XElement.idl:29
The primary dom datatype.
Definition: XNode.idl:69
Definition: Ambiguous.idl:22