public interface Builder
| Modifier and Type | Method and Description |
|---|---|
void |
build(NodeList nodes)
Build the due part from the nodes given.
|
XPathExpression |
getExpression()
Must return the XPath expression that is to be used to fetch
the data for the builder.
|
ExceptionKey |
getParseKey()
It must return the key that is to be used for the exception in case
of parsin error.
|
void build(NodeList nodes) throws BuilderException
nodes - The nodes which contain the data to be used.BuilderExceptionXPathExpression getExpression()
ExceptionKey getParseKey()
Copyright © 2014. All Rights Reserved.