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

Inheritance: XmlObject
Afficher le fichier Open project: Catrobat/CatrobatForWindows

Protected Properties

Свойство Type Description
Root System.Xml.Linq.XElement

Méthodes protégées

Méthode Description
LoadFromXml ( String xmlSource ) : void
XmlObjectRoot ( ) : System
XmlObjectRoot ( String xml ) : System

Private Methods

Méthode Description
CreateXml ( ) : System.Xml.Linq.XDocument

Method Details

LoadFromXml() protected abstract méthode

protected abstract LoadFromXml ( String xmlSource ) : void
xmlSource String
Résultat void

XmlObjectRoot() protected méthode

protected XmlObjectRoot ( ) : System
Résultat System

XmlObjectRoot() protected méthode

protected XmlObjectRoot ( String xml ) : System
xml String
Résultat System

Property Details

Root protected_oe property

protected XElement,System.Xml.Linq Root
Résultat System.Xml.Linq.XElement