19 #ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__
20 #define __com_sun_star_xml_sax_XFastAttributeList_idl__
28 module com { module sun { module star { module xml { module sax {
57 boolean hasAttribute( [in]
long Token );
78 long getValueToken( [in]
long Token )
102 long getOptionalValueToken( [in]
long Token, [in]
long Default );
123 string getValue( [in]
long Token )
142 string getOptionalValue( [in]
long Token );
147 sequence< ::com::sun::star::xml::Attribute > getUnknownAttributes();
152 sequence< ::com::sun::star::xml::FastAttribute > getFastAttributes();