Beispiel #1
0
 /**
  * Create a new specific parser. It has in memory the default parser, the contentBuffer, the
  * elementNames, the currentLine and the trkID.
  *
  * @param reader The XMLReader used in the default class
  * @param parent The parser used in the default class
  */
 public GpxParserTrk(XMLReader reader, AbstractGpxParserDefault parent) {
   super.initialise(reader, parent);
 }