com.indexdata.torus2.util
Interface DOMSerializable

All Known Implementing Classes:
ParentRealm, RealmDefinition, Record

public interface DOMSerializable

Author:
jakub

Method Summary
 Element toDOM(Element parentElement)
          Serializes object to a DOM Tree and returns the root element for that Tree.
 

Method Detail

toDOM

Element toDOM(Element parentElement)
Serializes object to a DOM Tree and returns the root element for that Tree. If parentElement is null this method creates a new Document on it's own.

Parameters:
parentElement -
Returns:


Copyright © 2008-2013 Index Data. All Rights Reserved.