com.isti.util
Class IstiXmlUtils.RootElement

java.lang.Object
  extended byElement
      extended bycom.isti.util.IstiXmlUtils.RootElement
Enclosing class:
IstiXmlUtils

public static class IstiXmlUtils.RootElement
extends Element

Root element.

See Also:
Serialized Form

Constructor Summary
IstiXmlUtils.RootElement(java.lang.String name)
          Creates the root element and ensures there is a document.
 
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.