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 Builder
nodes
- 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()
Builder
getExpression
in interface Builder
public ExceptionKey getParseKey()
Builder
getParseKey
in interface Builder
Copyright © 2014. All Rights Reserved.