henplus.importparser
Class IgnoreTypeParser

java.lang.Object
  extended by henplus.importparser.TypeParser
      extended by henplus.importparser.IgnoreTypeParser

public class IgnoreTypeParser
extends TypeParser

A TypeParser, that ignores the value and does nothing.


Constructor Summary
IgnoreTypeParser()
           
 
Method Summary
 void parse(char[] buffer, int offset, int len, ValueRecipient recipient)
          parse the value from the character buffer starting from the given offset and with the given length.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreTypeParser

public IgnoreTypeParser()
Method Detail

parse

public void parse(char[] buffer,
                  int offset,
                  int len,
                  ValueRecipient recipient)
           throws Exception
Description copied from class: TypeParser
parse the value from the character buffer starting from the given offset and with the given length. Store the result in the ValueRecipient.

Specified by:
parse in class TypeParser
Throws:
Exception


? 1997..2006 Henner Zeller