public interface NodeSupportPlugin
| Modifier and Type | Method and Description |
|---|---|
String |
getSupportedNode()
Define which XML keyword this plugin supports
|
Property |
handleNode(Node node,
String name)
Process a special node type and encapsulate the result as a Property
|
void |
setBeanContainer(BeanParser container)
A reference to the bean container
|
void |
setPrefix(String prefix)
Declare the prefix for this namespace in the current document
|
String getSupportedNode()
void setPrefix(String prefix)
prefix - Property handleNode(Node node, String name) throws XPathExpressionException
node - Node to processname - of the property representing the content of the nodeXPathExpressionExceptionvoid setBeanContainer(BeanParser container)
container - Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.