public abstract class XmlFieldNodeParserFactory extends XmlFieldFactory
An XmlFieldNodeParserFactory
instance can be used to create
XmlFieldNodeParser
objects.
Thread safety :
See newInstance()
for lookup mechanism.
Constructor and Description |
---|
XmlFieldNodeParserFactory() |
Modifier and Type | Method and Description |
---|---|
static XmlFieldNodeParserFactory |
newInstance()
Get a new
XmlFieldNodeParserFactory instance. |
abstract XmlFieldNodeParser |
newParser(Map<String,String> configuration)
Return a new
XmlFieldNodeParser using the underlying object
model determined when the XmlFieldParserFactory was
instantiated. |
newInstance
public static final XmlFieldNodeParserFactory newInstance()
Get a new XmlFieldNodeParserFactory
instance.
XmlFieldNodeParserFactory
.RuntimeException
- When there is a failure in creating an
XmlFieldNodeParserFactory
public abstract XmlFieldNodeParser newParser(Map<String,String> configuration)
Return a new XmlFieldNodeParser
using the underlying object
model determined when the XmlFieldParserFactory
was
instantiated.
XmlFieldParser
.Copyright © 2011–2014. All rights reserved.