com.stimulsoft.base.serializing.xmlelements
Class BaseElement

java.lang.Object
  extended by com.stimulsoft.base.serializing.xmlelements.BaseElement
Direct Known Subclasses:
IsNullElement, ItemInDocumentElement, ListElement, ReferenceElement, ReferenceToObjectElement, SimpleElement, XMLSerializerRootElement

public abstract class BaseElement
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
protected BaseElement(StiSerializerControler helper, java.lang.String tagName)
           
 
Method Summary
 StiBranch createNewBranch()
           
 org.w3c.dom.Element getXmlElement()
           
protected abstract  void setAttributes(org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseElement

protected BaseElement(StiSerializerControler helper,
                      java.lang.String tagName)
Method Detail

getXmlElement

public org.w3c.dom.Element getXmlElement()

createNewBranch

public StiBranch createNewBranch()

setAttributes

protected abstract void setAttributes(org.w3c.dom.Element element)


Copyright © 2018 Stimulsoft. All Rights Reserved.