| Constructor and Description |
|---|
HTMLLoader(PCMFactory factory) |
HTMLLoader(PCMFactory factory,
boolean productsAsLines) |
| Modifier and Type | Method and Description |
|---|---|
static List<IOMatrix> |
createMatrices(org.jsoup.nodes.Document doc) |
List<PCMContainer> |
load(File file)
Return a PCM container from a file
|
List<PCMContainer> |
load(IOMatrix matrix) |
List<PCMContainer> |
load(String pcm)
Return a list of PCM container from a string representation
|
public HTMLLoader(PCMFactory factory)
public HTMLLoader(PCMFactory factory, boolean productsAsLines)
public List<PCMContainer> load(String pcm)
PCMLoaderpublic List<PCMContainer> load(File file) throws IOException
PCMLoaderload in interface PCMLoaderFileNotFoundExceptionIOExceptionpublic List<PCMContainer> load(IOMatrix matrix)
Copyright © 2015. All rights reserved.