Home
last modified time | relevance | path

Searched refs:XcuParser (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/configmgr/source/
H A Dxcuparser.cxx66 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()
[all …]
H A Dxcuparser.hxx56 class XcuParser: public Parser { class
58 XcuParser(
63 virtual ~XcuParser();
H A DREADME116 XcuParser Modification Recording
119 - XcuParser records modifications when reading user layer data
H A Dxcdparser.cxx138 nestedParser_ = new XcuParser(layer_ + 1, data_, 0, 0, 0); in startElement()
H A Dcomponents.cxx114 new XcuParser( in parseXcuFile()