28 OUString SAL_CALL AttributeList::getTypeByName(
const OUString& sName )
39 OUString SAL_CALL AttributeList::getValueByName(
const OUString& sName)
50 AttributeList::AttributeList()
53 mAttributes.reserve(20);
57 :
cppu::WeakImplHelper<XAttributeList, XCloneable>(r)
69 return css::uno::Reference< css::util::XCloneable > (
static_cast<css::util::XCloneable *
>(p) );
virtual css::uno::Reference< XCloneable > SAL_CALL createClone() override
std::vector< TagAttribute > mAttributes
virtual ~AttributeList() override