XmlElement.opIndex
string opIndex(string attrName) const @safeAllows reading an attribute value using index syntax.
Parameters
attrName | The attribute name (QName). |
Returns
The attribute value, or empty string if not present.
string opIndex(string attrName) const @safeAllows reading an attribute value using index syntax.
attrName | The attribute name (QName). |