Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
log |
static String |
XML_IMPORTER_INITIALIZATION |
Constructor and Description |
---|
XMLImporterServiceImpl(DocumentModel rootDoc,
ParserConfigRegistry registry) |
XMLImporterServiceImpl(DocumentModel rootDoc,
ParserConfigRegistry registry,
Map<String,Object> mvelContext) |
Modifier and Type | Method and Description |
---|---|
List<DocumentModel> |
parse(org.dom4j.Document doc) |
List<DocumentModel> |
parse(File file) |
List<DocumentModel> |
parse(InputStream is) |
public static final org.apache.commons.logging.Log log
public static final String XML_IMPORTER_INITIALIZATION
public XMLImporterServiceImpl(DocumentModel rootDoc, ParserConfigRegistry registry)
public XMLImporterServiceImpl(DocumentModel rootDoc, ParserConfigRegistry registry, Map<String,Object> mvelContext)
public List<DocumentModel> parse(InputStream is) throws IOException
IOException
public List<DocumentModel> parse(File file) throws IOException
IOException
public List<DocumentModel> parse(org.dom4j.Document doc)
Copyright © 2015 Nuxeo SA. All rights reserved.