public final class Empty extends CommandBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Name |
| Constructor and Description |
|---|
Empty()
create an "empty" command
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
newCommand(org.w3c.dom.Node node)
Convert DOM node to command.
|
void |
printCore(java.io.PrintWriter out)
print command
|
void |
process()
Process command "empty": do nothing.
|
getName, toCommand, toNode, toStringpublic static final java.lang.String Name
public void process()
public static Command newCommand(org.w3c.dom.Node node)
node - the DOM representation of the command.public void printCore(java.io.PrintWriter out)
printCore in class CommandBaseout - the stream on which the text is written