reader = new BufferedReader(reader, 0x1000);
}
reader = new LineTableBuilder(reader);
try {
parser = new FMParser(this, reader,
getConfiguration().getStrictSyntaxMode(),
getConfiguration().getWhitespaceStripping(),
getConfiguration().getTagSyntax(),
getConfiguration().getIncompatibleImprovements().intValue());
this.rootElement = parser.Root();