| Constructor and Description |
|---|
AliasBuilder(AliasCatalog aliases) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(NodeList nodes)
Extract the aliases from the alias node.
|
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.
|
public AliasBuilder(AliasCatalog aliases)
public void build(NodeList nodes) throws BuilderException
build in interface Buildernodes - The aliases nodes where the alias info is to be extracted.BuilderExceptionpublic XPathExpression getExpression()
BuildergetExpression in interface Builderpublic ExceptionKey getParseKey()
BuildergetParseKey in interface BuilderCopyright © 2014. All Rights Reserved.