19#ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__
20#define __com_sun_star_xml_sax_XFastAttributeList_idl__
28module
com { module sun { module star { module xml { module sax {
encapsulates the details of an XML parse error or warning.
Definition SAXException.idl:42
base interface of all UNO interfaces
Definition XInterface.idl:48
a container for the attributes of an XML element.
Definition XFastAttributeList.idl:41
string getValue([in] long Token)
retrieves the value of an attribute.
long getOptionalValueToken([in] long Token, [in] long Default)
retrieves the token of an attribute value.
sequence< ::com::sun::star::xml::FastAttribute > getFastAttributes()
returns a sequence of attributes which names and or namespaces URLS are translated to tokens.
string getOptionalValue([in] long Token)
retrieves the value of an attribute.
long getValueToken([in] long Token)
retrieves the token of an attribute value.
sequence< ::com::sun::star::xml::Attribute > getUnknownAttributes()
returns a sequence of attributes which names and or namespaces URLS can not be translated to tokens.
boolean hasAttribute([in] long Token)
checks if an attribute is available.
Definition Ambiguous.idl:22