Package | Description |
---|---|
net.sf.layoutParser.context |
This package holds classes that make up the context for the parser execution.
|
net.sf.layoutParser.processor |
Package in charge of parsing and formating data.
The main class in this package is the ClassicLayoutProcessor which is the "interface"of this framework with the user. |
net.sf.layoutParser.to.selector |
Modifier and Type | Method and Description |
---|---|
LayoutTO |
LayoutCatalog.getLayoutTO(LayoutSelector selector)
Apply the selector to retrieve the matching layout.
|
Modifier and Type | Method and Description |
---|---|
LayoutProcessor |
ProcessorBuilder.getProcessorFor(LayoutSelector selector)
Retrieve the processor and layout that matches the selector rule.
|
Modifier and Type | Class and Description |
---|---|
class |
CloseEndVersionLayoutSelector
A layout selector that chooses from layouts within the same name space, with
the same name one that has the greatest version that is equal or smaller than
the seed version.
|
class |
FilterSelector
Select a layout according to a chain of filters.
|
Copyright © 2014. All Rights Reserved.