org.exist.atom.util
Class DOMDB

java.lang.Object
  extended by org.exist.atom.util.DOMDB

public class DOMDB
extends Object

Author:
R. Alexander Milowski

Method Summary
static void appendChild(Txn txn, ElementImpl parent, Node child)
           
static Node insertBefore(Txn txn, ElementImpl parent, Node child, Node refChild)
           
static void removeChildren(Txn txn, ElementImpl parent)
           
static void replaceText(Txn txn, ElementImpl textE, String value)
           
static Element replaceTextElement(Txn txn, ElementImpl parent, String namespaceName, String localName, String value, boolean firstChild)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

replaceTextElement

public static Element replaceTextElement(Txn txn,
                                         ElementImpl parent,
                                         String namespaceName,
                                         String localName,
                                         String value,
                                         boolean firstChild)

appendChild

public static void appendChild(Txn txn,
                               ElementImpl parent,
                               Node child)

insertBefore

public static Node insertBefore(Txn txn,
                                ElementImpl parent,
                                Node child,
                                Node refChild)

replaceText

public static void replaceText(Txn txn,
                               ElementImpl textE,
                               String value)

removeChildren

public static void removeChildren(Txn txn,
                                  ElementImpl parent)


Copyright (C) Wolfgang Meier. All rights reserved.