Lines Matching refs:AttributeListImpl

233 class AttributeListImpl :  class
238 AttributeListImpl();
239 AttributeListImpl( const AttributeListImpl & );
240 ~AttributeListImpl();
292 INT16 AttributeListImpl::getLength(void) THROWS( (UsrSystemException) ) in getLength()
298 AttributeListImpl::AttributeListImpl( const AttributeListImpl &r ) in AttributeListImpl() function in AttributeListImpl
304 UString AttributeListImpl::getNameByIndex(INT16 i) THROWS( (UsrSystemException) ) in getNameByIndex()
313 UString AttributeListImpl::getTypeByIndex(INT16 i) THROWS( (UsrSystemException) ) in getTypeByIndex()
321 UString AttributeListImpl::getValueByIndex(INT16 i) THROWS( (UsrSystemException) ) in getValueByIndex()
330 UString AttributeListImpl::getTypeByName( const UString& sName ) THROWS( (UsrSystemException) ) in getTypeByName()
342 UString AttributeListImpl::getValueByName(const UString& sName) THROWS( (UsrSystemException) ) in getValueByName()
355 BOOL AttributeListImpl::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface()
367 AttributeListImpl::AttributeListImpl() in AttributeListImpl() function in AttributeListImpl
374 AttributeListImpl::~AttributeListImpl() in ~AttributeListImpl()
380 void AttributeListImpl::addAttribute( const UString &sName , in addAttribute()
387 void AttributeListImpl::clear() in clear()
571 AttributeListImpl *pList = new AttributeListImpl; in testSimple()
640 AttributeListImpl *pList = new AttributeListImpl; in testExceptions()
691 AttributeListImpl *pList = new AttributeListImpl; in testDTD()
715 AttributeListImpl *pList = new AttributeListImpl; in testPerformance()