Searched refs:xSubList (Results 1 – 1 of 1) sorted by relevance
102 Reference< sax::XAttributeList > xSubList; in getNameByIndex() local105 if (!seekToIndex(i, xSubList, nLocalIndex)) in getNameByIndex()108 return xSubList->getNameByIndex(nLocalIndex); in getNameByIndex()114 Reference< sax::XAttributeList > xSubList; in getTypeByIndex() local117 if (!seekToIndex(i, xSubList, nLocalIndex)) in getTypeByIndex()120 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByIndex()126 Reference< sax::XAttributeList > xSubList; in getTypeByName() local129 if (!seekToName(_rName, xSubList, nLocalIndex)) in getTypeByName()134 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByName()140 Reference< sax::XAttributeList > xSubList; in getValueByIndex() local[all …]