20module
com { module sun { module star { module xml { module dom {
encapsulates the details of an XML parse error or warning.
Definition DOMException.idl:28
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:23
The primary dom datatype.
Definition XNode.idl:61
Definition Ambiguous.idl:20