@Element(localName="command-source") public class CommandSourceCommand extends ChainImpl
The <sax:command-source/> command is used in a sax pipeline to get source nodes from a command. When using this element, it is important to understand when it's children will not be executed until the surrounding pipeline element has finished building the pipeline.
<sax:pipeline xmlns:sax="http://www.xchain.org/sax/1.0">
<sax:command-source>
...
</sax:command-source>
...
<sax:result>
</sax:pipeline>
Modifier and Type | Class and Description |
---|---|
class |
CommandSourceCommand.ChildrenCommand |
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
commandList
Constructor and Description |
---|
CommandSourceCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(org.apache.commons.jxpath.JXPathContext context)
The name of the parameter.
|
addCommand, getCommandList
Copyright © 2013 XChain Framework. All Rights Reserved.