| Constructor and Description |
|---|
HTMLLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter) |
HTMLLoader(PCMFactory factory,
CellContentInterpreter cellContentInterpreter,
PCMDirection pcmDirection) |
| Modifier and Type | Method and Description |
|---|---|
List<PCMContainer> |
load(File file)
Return a PCM container from a file
|
List<PCMContainer> |
load(ImportMatrix matrix) |
List<PCMContainer> |
load(String pcm)
Return a list of PCM container from a string representation
|
public HTMLLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter)
public HTMLLoader(PCMFactory factory, CellContentInterpreter cellContentInterpreter, PCMDirection pcmDirection)
public List<PCMContainer> load(String pcm)
PCMLoaderpublic List<PCMContainer> load(File file) throws IOException
PCMLoaderload in interface PCMLoaderfile - file to loadIOExceptionpublic List<PCMContainer> load(ImportMatrix matrix)
Copyright © 2016. All rights reserved.