public class HtmlSplitter extends Object
Constructor and Description |
---|
HtmlSplitter() |
Modifier and Type | Method and Description |
---|---|
List<List<XMLEvent>> |
splitHtml(Reader reader,
int maxLength) |
List<List<XMLEvent>> |
splitHtml(XMLEventReader reader,
int maxLength) |
public List<List<XMLEvent>> splitHtml(Reader reader, int maxLength) throws XMLStreamException
XMLStreamException
public List<List<XMLEvent>> splitHtml(XMLEventReader reader, int maxLength) throws XMLStreamException
XMLStreamException
Copyright © 2009–2017. All rights reserved.