public interface NodeParserPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
handleNode(Bean bean,
Node node)
Handle a specific node to enrich the passed bean
|
void |
setBeanParser(BeanParser parser)
A reference to the bean parser context
|
void |
setPrefix(String prefix)
Declare the prefix for this namespace in the current document
|
void handleNode(Bean bean, Node node) throws XPathExpressionException
bean - Bean to enrichnode - full Node to parseXPathExpressionExceptionvoid setBeanParser(BeanParser parser)
parser - void setPrefix(String prefix)
prefix - Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.