C# Class Engine.Objects.XMLDocInstance

Inheritance: Jurassic.Library.ObjectInstance
Mostra file Open project: Radnen/sphere-sfml

Public Methods

Method Description
XMLDocInstance ( ObjectInstance prototype ) : System.IO
XMLDocInstance ( ObjectInstance prototype, string path ) : System.IO

Private Methods

Method Description
Close ( ) : void
Write ( string name, ObjectInstance obj ) : void
WriteArray ( XmlElement parent, string name, ArrayInstance array ) : void
WriteObject ( XmlElement parent, string name, ObjectInstance obj ) : void
WritePrimitive ( XmlElement parent, string name, object obj ) : void

Method Details

XMLDocInstance() public method

public XMLDocInstance ( ObjectInstance prototype ) : System.IO
prototype Jurassic.Library.ObjectInstance
return System.IO

XMLDocInstance() public method

public XMLDocInstance ( ObjectInstance prototype, string path ) : System.IO
prototype Jurassic.Library.ObjectInstance
path string
return System.IO