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