Lines Matching refs:xSubList
102 Reference< sax::XAttributeList > xSubList; in getNameByIndex() local
105 if (!seekToIndex(i, xSubList, nLocalIndex)) in getNameByIndex()
108 return xSubList->getNameByIndex(nLocalIndex); in getNameByIndex()
114 Reference< sax::XAttributeList > xSubList; in getTypeByIndex() local
117 if (!seekToIndex(i, xSubList, nLocalIndex)) in getTypeByIndex()
120 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByIndex()
126 Reference< sax::XAttributeList > xSubList; in getTypeByName() local
129 if (!seekToName(_rName, xSubList, nLocalIndex)) in getTypeByName()
134 return xSubList->getTypeByIndex(nLocalIndex); in getTypeByName()
140 Reference< sax::XAttributeList > xSubList; in getValueByIndex() local
143 if (!seekToIndex(i, xSubList, nLocalIndex)) in getValueByIndex()
146 return xSubList->getValueByIndex(nLocalIndex); in getValueByIndex()
152 Reference< sax::XAttributeList > xSubList; in getValueByName() local
155 if (!seekToName(_rName, xSubList, nLocalIndex)) in getValueByName()
160 return xSubList->getValueByIndex(nLocalIndex); in getValueByName()