Searched refs:nextAttribute (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/configmgr/source/ |
H A D | xcsparser.cxx | 355 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleComponentSchema() 418 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleNodeRef() 472 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleProp() 529 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handlePropValue() 558 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleGroup() 599 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleSet() 645 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleSetItem()
|
H A D | xcuparser.cxx | 279 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleComponentData() 385 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleItem() 455 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handlePropValue() 540 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleLocpropValue() 664 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleGroupProp() 892 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleGroupNode() 966 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in handleSetNode()
|
H A D | xcdparser.cxx | 90 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in startElement()
|
H A D | valueparser.cxx | 321 if (!reader.nextAttribute(&attrNsId, &attrLn)) { in startElement()
|
/aoo42x/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 66 bool nextAttribute(int * nsId, Span * localName);
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | textualservices.cxx | 239 while (reader_.nextAttribute(&nsId, &name)) { in handleComponent() 353 while (reader_.nextAttribute(&nsId, &name)) { in getNameAttribute()
|
/aoo42x/main/xmlreader/source/ |
H A D | xmlreader.cxx | 162 bool XmlReader::nextAttribute(int * nsId, Span * localName) { in nextAttribute() function in xmlreader::XmlReader
|
Completed in 589 milliseconds