org.xmldb.xupdate.lexus.commands
Class InsertCommand
java.lang.Object
|
+--org.xmldb.xupdate.lexus.commands.CommandObject
|
+--org.xmldb.xupdate.lexus.commands.InsertCommand
- Direct Known Subclasses:
- AppendCommand, InsertAfterCommand, InsertBeforeCommand
- public abstract class InsertCommand
- extends CommandObject
- Version:
- $Id: InsertCommand.java,v 1.1.1.1 2002/01/30 09:46:44 lars Exp $
- Author:
- SMB
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATE_COUNT
public static final int STATE_COUNT
InsertCommand
public InsertCommand(org.w3c.dom.Node contextNode)
throws java.lang.Exception
submitAttributes
public void submitAttributes(java.util.Hashtable attributes)
- Overrides:
submitAttributes
in class CommandObject
- Following copied from class:
org.xmldb.xupdate.lexus.commands.CommandObject
- Parameters:
attributes
-
submitCharacters
public void submitCharacters(java.lang.String data)
- Overrides:
submitCharacters
in class CommandObject
- Following copied from class:
org.xmldb.xupdate.lexus.commands.CommandObject
- Parameters:
data
-
submitInstruction
public boolean submitInstruction(int instruction)
throws java.lang.Exception
- Overrides:
submitInstruction
in class CommandObject
- Following copied from class:
org.xmldb.xupdate.lexus.commands.CommandObject
- Parameters:
instruction
-
executeInstruction
public boolean executeInstruction()
throws java.lang.Exception
- Overrides:
executeInstruction
in class CommandObject
execute
public abstract org.w3c.dom.Node execute()
throws java.lang.Exception
- Overrides:
execute
in class CommandObject
Copyright (c) 2001 The XML:DB Initiative All rights reserved