org.exist.xupdate.test
Class XUpdateTestCases

java.lang.Object
  extended byTestCase
      extended byorg.exist.xupdate.test.XUpdateTestCases

public class XUpdateTestCases
extends TestCase

Author:
berlinge-to To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
XUpdateTestCases(java.lang.String name, XUpdateTest test)
           
 
Method Summary
 void append()
           
 void appendAttribute()
           
 void appendChild()
           
 void conditional()
           
 void insertafter_big()
           
 void insertafter()
           
 void insertbefore()
           
 void namespaces()
           
 void remove()
           
 void replace()
           
 void update()
           
 void variables()
           
 void whitespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUpdateTestCases

public XUpdateTestCases(java.lang.String name,
                        XUpdateTest test)
Method Detail

append

public void append()
            throws java.lang.Exception
Throws:
java.lang.Exception

insertafter

public void insertafter()
                 throws java.lang.Exception
Throws:
java.lang.Exception

insertbefore

public void insertbefore()
                  throws java.lang.Exception
Throws:
java.lang.Exception

remove

public void remove()
            throws java.lang.Exception
Throws:
java.lang.Exception

update

public void update()
            throws java.lang.Exception
Throws:
java.lang.Exception

appendAttribute

public void appendAttribute()
                     throws java.lang.Exception
Throws:
java.lang.Exception

appendChild

public void appendChild()
                 throws java.lang.Exception
Throws:
java.lang.Exception

insertafter_big

public void insertafter_big()
                     throws java.lang.Exception
Throws:
java.lang.Exception

conditional

public void conditional()
                 throws java.lang.Exception
Throws:
java.lang.Exception

variables

public void variables()
               throws java.lang.Exception
Throws:
java.lang.Exception

replace

public void replace()
             throws java.lang.Exception
Throws:
java.lang.Exception

whitespace

public void whitespace()
                throws java.lang.Exception
Throws:
java.lang.Exception

namespaces

public void namespaces()
                throws java.lang.Exception
Throws:
java.lang.Exception


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.