public Reader autoDetectingReader(InputStream i) {
return new InputStreamReader(i);
}
};
*/
theAutoDetector = new TagSoupAutoDetector();
// END PATCH Setup an AutoDetector which actually does something
}
theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
theNewElement = null;