org.netbeans.modules.xslt.mapper.methoid |
|
Java Source File Name | Type | Comment |
AbstractLiteralUpdater.java | Class | Handles creation of literal editors for the BPEL editor as well
as what to do when the resulting editor value is applied.
Whenever support for a new literal type is added, an editor as well
as an updater must be created to handle it. |
Constants.java | Interface | |
LiteralUpdaterFactory.java | Class | Constructs literal updaters for different literal types. |
MethoidLoader.java | Class | This class is intended to load meta-information from the layer.xml
The only public method returns the IMethoid object which contains all
meta-information. |
NumericLiteralUpdater.java | Class | Updates the xpath expression for number literals. |
StringLiteralUpdater.java | Class | Updates the xpath expression for string literals. |
XPathLiteralUpdater.java | Class | Updates the xpath expression for string literals. |