public class DocumentLoader extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
load(DocumentSource source,
DocumentParser parser)
Loads a document from the given source using the given parser.
|
public static Document load(DocumentSource source, DocumentParser parser)
Forwards the source Metadata to the parsed Document.
source
- The source from which the document will be loaded.parser
- The parser that will be used to parse the document.Copyright © 2024. All rights reserved.