163164165166167168169170
this.extractFooter( matcher ); return; } // Any text. It should not be parsed by the consumer. final Text text = new Text( tapLine ); this.tapLines.add( text ); }
185186187188189190191192193194
return; } // Any text. It should not be parsed by the consumer. final Text text = new Text( tapLine ); this.lastParsedElement = text; this.tapLines.add( text ); }
206207208209210211212213
192193194195196197198199200201
return; // NOPMD by Bruno on 12/01/11 07:47 } // Any text. It should not be parsed by the consumer. final Text text = new Text( tapLine ); this.lastParsedElement = text; this.tapLines.add( text ); }
235236237238239240241242
164165166167168169170171