Package | Description |
---|---|
net.sf.layoutParser.build |
This is a implementation of the Builder pattern
where ConfigBuilder do the part of the Builder itself, and MaskBuilder , PluginBuilder , LayoutBuilder do the Director part of the pattern. |
net.sf.layoutParser.build.messages | |
net.sf.layoutParser.constants |
Package containing all the constants used on the framework.
|
net.sf.layoutParser.context |
This package holds classes that make up the context for the parser execution.
|
net.sf.layoutParser.exception |
Package containing the base exceptions of the framework, which other exceptions inherit
these classes. |
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 |
Package containing all the objects regarding the XML's files and their tags.
|
net.sf.layoutParser.to.defaults | |
net.sf.layoutParser.to.selector | |
net.sf.layoutParser.typeHandler |
Package containing all the bundled plugins of the framework.
These plugins should support all the basic types in J2SE. |
net.sf.layoutParser.util.annotation | |
net.sf.layoutParser.util.callback | |
net.sf.layoutParser.util.file | |
net.sf.layoutParser.util.reflection |
Contains all reflection utilities to manipulate bean objects.
|
net.sf.layoutParser.util.xml.validation |
Contains classes to check XML's against XSD's.
|
Copyright © 2014. All Rights Reserved.