org.enhydra.xml.xmlc.commands.options.OptionFileParser Parse an XMLC options file. This creates a vector of options and arguments. It does no other processing on options. Vector of entries in the file. Parse a line in the file. @return true if a line was parsed, false on EOF. EOF Check for comment or blank line. EOL Eat comment line Parse option ...
org.apache.turbine.util.parser.TSVParser TSVParser is used to parse a stream with tab-separated values and generate ParameterParser objects which can be used to extract the values in the desired type. <p>The class extends the abstract class DataStreamParser and implements initTokenizer with suitable values for TSV files to provide ...