com.stimulsoft.base.serializing
Class StiBranch

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiBranch

public class StiBranch
extends java.lang.Object


Constructor Summary
StiBranch(org.w3c.dom.Element rootElement)
           
 
Method Summary
 void appendChild(BaseElement element)
           
 void appendChild(org.w3c.dom.Element newElement)
           
 org.w3c.dom.Element getRootElement()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiBranch

public StiBranch(org.w3c.dom.Element rootElement)
Method Detail

getRootElement

public org.w3c.dom.Element getRootElement()

appendChild

public void appendChild(org.w3c.dom.Element newElement)

appendChild

public void appendChild(BaseElement element)