public class LayoutBuilder extends Object implements Builder
LayoutCatalog.| Modifier and Type | Field and Description |
|---|---|
static String |
LISTENER
"listener"
|
static String |
RESOURCE
"resource"
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(NodeList nodes)
|
XPathExpression |
getExpression()
Must return the XPath expression that is to be used to fetch
the data for the builder.
|
static LayoutBuilder |
getInstance()
Plain instantiation method.
|
ExceptionKey |
getParseKey()
It must return the key that is to be used for the exception in case
of parsin error.
|
public static final String RESOURCE
public static final String LISTENER
public static LayoutBuilder getInstance()
public void build(NodeList nodes) throws BuilderException
ListTO in them.ListTO.build in interface Buildernodes - The nodes of the configuration document containing the layouts.BuilderException - In case of any exceptions occurs while the method is being called.public XPathExpression getExpression()
BuildergetExpression in interface Builderpublic ExceptionKey getParseKey()
BuildergetParseKey in interface BuilderCopyright © 2014. All Rights Reserved.