C# 클래스 Catrobat.IDE.Core.Xml.XmlObjects.XmlObjectRoot

상속: XmlObject
파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

보호된 프로퍼티들

프로퍼티 타입 설명
Root System.Xml.Linq.XElement

보호된 메소드들

메소드 설명
LoadFromXml ( String xmlSource ) : void
XmlObjectRoot ( ) : System
XmlObjectRoot ( String xml ) : System

비공개 메소드들

메소드 설명
CreateXml ( ) : System.Xml.Linq.XDocument

메소드 상세

LoadFromXml() 보호된 추상적인 메소드

protected abstract LoadFromXml ( String xmlSource ) : void
xmlSource String
리턴 void

XmlObjectRoot() 보호된 메소드

protected XmlObjectRoot ( ) : System
리턴 System

XmlObjectRoot() 보호된 메소드

protected XmlObjectRoot ( String xml ) : System
xml String
리턴 System

프로퍼티 상세

Root 보호되어 있는 프로퍼티

protected XElement,System.Xml.Linq Root
리턴 System.Xml.Linq.XElement