public abstract class AbstractNameSpaceParser extends Object implements NamespaceParser
| Modifier and Type | Field and Description |
|---|---|
protected List<NodeParserPlugin> |
nodeParserPlugins |
protected List<NodeSupportPlugin> |
nodeSupportPlugins |
protected String |
prefix |
| Constructor and Description |
|---|
AbstractNameSpaceParser() |
| Modifier and Type | Method and Description |
|---|---|
List<NodeParserPlugin> |
getNodeParserPlugins() |
List<NodeSupportPlugin> |
getNodeSupportPlugins() |
void |
setBeanParser(BeanParser beanParser)
A reference to the bean container
|
void |
setPrefix(String prefix)
Declare the prefix for this namespace in the current document
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameSpaceUriprotected final List<NodeSupportPlugin> nodeSupportPlugins
protected final List<NodeParserPlugin> nodeParserPlugins
protected String prefix
public List<NodeParserPlugin> getNodeParserPlugins()
getNodeParserPlugins in interface NamespaceParserpublic List<NodeSupportPlugin> getNodeSupportPlugins()
getNodeSupportPlugins in interface NamespaceParserpublic void setBeanParser(BeanParser beanParser)
NamespaceParsersetBeanParser in interface NamespaceParserpublic void setPrefix(String prefix)
NamespaceParsersetPrefix in interface NamespaceParserCopyright © 2012-2013 Static IOC OSS project. All Rights Reserved.