com.isti.util
Class IstiXmlUtils.RootElement

java.lang.Object
  extended by Element
      extended by com.isti.util.IstiXmlUtils.RootElement
Enclosing class:
IstiXmlUtils

public static class IstiXmlUtils.RootElement
extends Element

Root element.


Constructor Summary
IstiXmlUtils.RootElement(java.lang.String name)
          Creates the root element and ensures there is a document.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IstiXmlUtils.RootElement

public IstiXmlUtils.RootElement(java.lang.String name)
Creates the root element and ensures there is a document.

Parameters:
name - String name of element.