| 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, LayoutBuilderdo the Director part of the pattern. |
| net.sf.layoutParser.util.xml.validation |
Contains classes to check XML's against XSD's.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginBuilder.build(NodeList nodes)
Parses all the nodes instantiating the plugins and put them into the LayoutCatalog.
|
void |
MaskBuilder.build(NodeList nodes) |
void |
LayoutBuilder.build(NodeList nodes)
|
void |
DefaultsBuilder.build(NodeList nodes)
Parses all the nodes instantiating the defaults and put them into the LayoutCatalog.
|
void |
Builder.build(NodeList nodes)
Build the due part from the nodes given.
|
void |
AliasBuilder.build(NodeList nodes)
Extract the aliases from the alias node.
|
| Constructor and Description |
|---|
ConfigBuilder(String fileName)
Default constructor for the class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XsdChecker.checkLayout(String fileName,
String xsdFileName) |
Copyright © 2014. All Rights Reserved.