public interface BeanParser
| Modifier and Type | Method and Description |
|---|---|
BeanContainer |
getBeanContainer() |
Collection<NodeParserPlugin> |
getNodeParserPlugins()
the list of all NodeSupportPlugins that have been registered by various NamespaceParser to match the XML namespaces defined in the document
|
XPathFactory |
getXPathFactory() |
Property |
handleNode(Node subNode,
String propName)
Handle a sub-node and encapsulate result as a property
|
void |
handleNodes(Bean bean,
String propName,
NodeList propChilds)
Handle a bean's sub property
|
void handleNodes(Bean bean, String propName, NodeList propChilds) throws XPathExpressionException
bean - the current beanpropName - the current property namepropChilds - then children property that the container must resolveXPathExpressionExceptionProperty handleNode(Node subNode, String propName) throws XPathExpressionException
subNode - to parsepropName - name of the resulting PropertyXPathExpressionExceptionBeanContainer getBeanContainer()
Collection<NodeParserPlugin> getNodeParserPlugins()
XPathFactory getXPathFactory()
Copyright © 2012-2013 Static IOC OSS project. All Rights Reserved.