Package com.xmlmind.w2x.processor
Class SplitElementCmd
- java.lang.Object
-
- com.xmlmind.xml.xed.Command
-
- com.xmlmind.w2x.processor.SplitElementCmd
-
public final class SplitElementCmd extends Command
-
-
Field Summary
-
Fields inherited from class com.xmlmind.xml.xed.Command
CONTEXT_NODE, NULL_VALUE, VAR_ARGS
-
-
Constructor Summary
Constructors Constructor Description SplitElementCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCommand(Object[] arguments, XNode contextNode, ExprContext context, Script script, Console console)-
Methods inherited from class com.xmlmind.xml.xed.Command
illegalArgument, parseArguments
-
-
-
-
Method Detail
-
executeCommand
public void executeCommand(Object[] arguments, XNode contextNode, ExprContext context, Script script, Console console) throws IllegalArgumentException
- Specified by:
executeCommandin classCommand- Throws:
IllegalArgumentException
-
-