de.init.its.ds
Class ItsDocument

java.lang.Object
  extended by de.init.its.ds.ItsDocument
All Implemented Interfaces:
java.io.Serializable

public class ItsDocument
extends java.lang.Object
implements java.io.Serializable

An its document consists of the internal tree representation of all its nodes and additional properties

Author:
mkandora
See Also:
Serialized Form

Constructor Summary
ItsDocument()
           
ItsDocument(IitsTagElement root)
          constructs a new its document using an existing its root element
 
Method Summary
 java.lang.String getResourceName()
          get the associated resource name
 IitsTagElement getRoot()
          Returns the root its element
 void setResourceName(java.lang.String resourceName)
          sets the associated resource name
 void setRoot(IitsTagElement root)
          Sets the its root element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItsDocument

public ItsDocument(IitsTagElement root)
constructs a new its document using an existing its root element

Parameters:
root -
nameSpace -

ItsDocument

public ItsDocument()
Method Detail

getRoot

public IitsTagElement getRoot()
Returns the root its element

Returns:

setRoot

public void setRoot(IitsTagElement root)
Sets the its root element

Parameters:
root -

getResourceName

public java.lang.String getResourceName()
get the associated resource name

Returns:

setResourceName

public void setResourceName(java.lang.String resourceName)
sets the associated resource name

Parameters:
resourceName - the associated resource document