XML:DB Lexus

org.xmldb.xupdate.lexus.commands
Class InsertStates

java.lang.Object
  |
  +--org.xmldb.xupdate.lexus.commands.InsertStates
Direct Known Subclasses:
InsertAttribute, InsertCDATA, InsertComment, InsertElement, InsertProcessingInstruction, InsertText, InsertVariable

public abstract class InsertStates
extends java.lang.Object

Version:
$Id: InsertStates.java,v 1.1.1.1 2002/01/30 09:46:44 lars Exp $
Author:
SMB

Constructor Summary
InsertStates()
           
 
Method Summary
abstract  org.w3c.dom.Node execute(org.w3c.dom.Node contextNode)
           
 void reset()
           
 void submitAttributes(java.util.Hashtable attributes)
           
 void submitCharacters(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertStates

public InsertStates()
Method Detail

reset

public void reset()

submitAttributes

public void submitAttributes(java.util.Hashtable attributes)

submitCharacters

public void submitCharacters(java.lang.String data)

execute

public abstract org.w3c.dom.Node execute(org.w3c.dom.Node contextNode)
                                  throws java.lang.Exception

XML:DB Lexus

Copyright (c) 2001 The XML:DB Initiative All rights reserved