コード例 #1
0
ファイル: GpxParserRte.java プロジェクト: ThomasCrvsr/H2GIS
 /**
  * Create a new specific parser. It has in memory the default parser, the contentBuffer, the
  * elementNames, the currentLine and the rteID.
  *
  * @param reader The XMLReader used in the default class
  * @param parent The parser used in the default class
  */
 public GpxParserRte(XMLReader reader, GpxParser parent) {
   super.initialise(reader, parent);
 }