21module
com { module sun { module star { module xml { module sax {
encapsulates the details of an XML parse error or warning.
Definition SAXException.idl:38
base interface of all UNO interfaces
Definition XInterface.idl:46
a container for the attributes of an XML element.
Definition XFastAttributeList.idl:34
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:20