List of usage examples for com.lowagie.text.xml.simpleparser SimpleXMLParser parse
public static void parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, boolean html) throws IOException
From source file:nl.knaw.dans.common.lang.pdf.ExtendedHtmlWorker.java
License:Apache License
public void parse(Reader reader) throws IOException { SimpleXMLParser.parse(this, null, reader, true); }