Lines Matching refs:XcuParser
66 XcuParser::XcuParser( in XcuParser() function in configmgr::XcuParser
77 XcuParser::~XcuParser() {} in ~XcuParser()
79 xmlreader::XmlReader::Text XcuParser::getTextMode() { in getTextMode()
83 bool XcuParser::startElement( in startElement()
220 void XcuParser::endElement(xmlreader::XmlReader const &) { in endElement()
245 void XcuParser::characters(xmlreader::Span const & text) { in characters()
249 XcuParser::Operation XcuParser::parseOperation(xmlreader::Span const & text) { in parseOperation()
269 void XcuParser::handleComponentData(xmlreader::XmlReader & reader) { in handleComponentData()
380 void XcuParser::handleItem(xmlreader::XmlReader & reader) { in handleItem()
446 void XcuParser::handlePropValue( in handlePropValue()
530 void XcuParser::handleLocpropValue( in handleLocpropValue()
653 void XcuParser::handleGroupProp( in handleGroupProp()
729 void XcuParser::handleUnknownGroupProp( in handleUnknownGroupProp()
770 void XcuParser::handlePlainGroupProp( in handlePlainGroupProp()
824 void XcuParser::handleLocalizedGroupProp( in handleLocalizedGroupProp()
882 void XcuParser::handleGroupNode( in handleGroupNode()
954 void XcuParser::handleSetNode(xmlreader::XmlReader & reader, SetNode * set) { in handleSetNode()
1120 void XcuParser::recordModification(bool addition) { in recordModification()