org.exist.atom.util
Class DOMDB
java.lang.Object
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)
|
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.