| 316 | } |
| 317 | |
| 318 | void E57XmlParser::parse( InputSource &inputSource ) |
| 319 | { |
| 320 | xmlReader->parse( inputSource ); |
| 321 | } |
| 322 | |
| 323 | void E57XmlParser::startElement( const XMLCh *const uri, const XMLCh *const localName, |
| 324 | const XMLCh *const qName, const Attributes &attributes ) |