org.planx.xmlstore.convert
Class DOMBuilder

java.lang.Object
  extended by org.planx.xmlstore.convert.DOMBuilder

public class DOMBuilder
extends Object

Author:
Kasper Bøgebjerg, Henning Niss

Method Summary
static Node build(Node domNode)
          Converts a DOM representation of an XML tree to a DVM representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public static Node build(Node domNode)
                  throws XMLException
Converts a DOM representation of an XML tree to a DVM representation. The DVM representation only contains immutable nodes.

Parameters:
domNode - the DOM node representing an XML tree.
Returns:
root node of created DVM representation.
Throws:
XMLException


Copyright © 2010. All Rights Reserved.