diff options
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XFastAttributeList.idl')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastAttributeList.idl | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl index 0b6b8f417..bb35dbffa 100644 --- a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl +++ b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl @@ -27,21 +27,10 @@ #ifndef __com_sun_star_xml_sax_XFastAttributeList_idl__ #define __com_sun_star_xml_sax_XFastAttributeList_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_xml_Attribute_idl__ #include <com/sun/star/xml/Attribute.idl> -#endif - -#ifndef __com_sun_star_xml_FastAttribute_idl__ #include <com/sun/star/xml/FastAttribute.idl> -#endif - -#ifndef __com_sun_star_xml_sax_SAXException_idl__ #include <com/sun/star/xml/sax/SAXException.idl> -#endif //============================================================================= @@ -49,9 +38,9 @@ module com { module sun { module star { module xml { module sax { //============================================================================= -/** a container for the attributes of an xml element. +/** a container for the attributes of an XML element. - <br>Attributes are seperated into known attributes and unknown attributes. + <br>Attributes are separated into known attributes and unknown attributes. <p>Known attributes have a local name that is known to the <type>XFastTokenHandler</token> registered at the <type>XFastParser</type> which created the sax event containing this attributes. If an attribute also has a namespace, that must be registered |