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() local134 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByName()140 Reference< sax::XAttributeList > xSubList; in getValueByIndex() local143 if (!seekToIndex(i, xSubList, nLocalIndex)) in getValueByIndex()[all …]
Completed in 7 milliseconds