Uses of Class
com.stimulsoft.base.serializing.StiBranch

Packages that use StiBranch
com.stimulsoft.base.serializing   
com.stimulsoft.base.serializing.xmlelements   
 

Uses of StiBranch in com.stimulsoft.base.serializing
 

Methods in com.stimulsoft.base.serializing with parameters of type StiBranch
 void StiSerializerControler.serializeBranch(StiBranch branch, IStiSerializableRef serializableParent, java.util.List<IStiSerializableRef> refs, boolean enhanced)
           
 

Constructors in com.stimulsoft.base.serializing with parameters of type StiBranch
StiSerializerToXmlString(StiSerializerControler helper, StiBranch branch, IStiSerializable instance, boolean enhanced)
           
StiSerializerToXmlString(StiSerializerControler helper, StiBranch branch, IStiSerializableRef instance, boolean enhanced)
           
 

Uses of StiBranch in com.stimulsoft.base.serializing.xmlelements
 

Methods in com.stimulsoft.base.serializing.xmlelements that return StiBranch
 StiBranch BaseElement.createNewBranch()