public interface DocumentParser
| Modifier and Type | Method and Description |
|---|---|
String |
parseToXml(String filename,
org.springframework.core.io.Resource resource,
org.springframework.util.MultiValueMap<String,String> additionalFields)
Parses the given document and generates an XML file
|
String parseToXml(String filename, org.springframework.core.io.Resource resource, org.springframework.util.MultiValueMap<String,String> additionalFields)
filename - the name of the fileresource - the document to parseadditionalFields - additional fields to addCopyright © 2020 CrafterCMS. All rights reserved.