C# Class Catrobat.IDE.Core.Xml.XmlObjects.XmlObjectRoot

Inheritance: XmlObject
Show file Open project: Catrobat/CatrobatForWindows

Protected Properties

Property Type Description
Root System.Xml.Linq.XElement

Protected Methods

Method Description
LoadFromXml ( String xmlSource ) : void
XmlObjectRoot ( ) : System
XmlObjectRoot ( String xml ) : System

Private Methods

Method Description
CreateXml ( ) : System.Xml.Linq.XDocument

Method Details

LoadFromXml() protected abstract method

protected abstract LoadFromXml ( String xmlSource ) : void
xmlSource String
return void

XmlObjectRoot() protected method

protected XmlObjectRoot ( ) : System
return System

XmlObjectRoot() protected method

protected XmlObjectRoot ( String xml ) : System
xml String
return System

Property Details

Root protected property

protected XElement,System.Xml.Linq Root
return System.Xml.Linq.XElement