public interface DocumentParser
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENT_TYPE |
Modifier and Type | Method and Description |
---|---|
Document |
parse(InputStream inputStream)
Parses an InputStream into a Document.
|
static final String DOCUMENT_TYPE
Document parse(InputStream inputStream)
inputStream
- The InputStream that contains the content of the document.Copyright © 2023. All rights reserved.