| |
|
| java.lang.Object org.netbeans.modules.xslt.mapper.methoid.LiteralUpdaterFactory
LiteralUpdaterFactory | public class LiteralUpdaterFactory implements ILiteralUpdaterFactory(Code) | | Constructs literal updaters for different literal types.
author: nk160297 |
LiteralUpdaterFactory | public LiteralUpdaterFactory(IBasicMapper mapper)(Code) | | |
createLiteralUpdater | public ILiteralUpdater createLiteralUpdater(String type)(Code) | | Returns the literal updater corresponding to the specified type.
|
getNumericUpdater | public ILiteralUpdater getNumericUpdater()(Code) | | |
getStringUpdater | public ILiteralUpdater getStringUpdater()(Code) | | |
getXPathUpdater | public ILiteralUpdater getXPathUpdater()(Code) | | |
|
|
|