C# Class EmberLib.Glow.PowerPack.Xml.GlowXmlImport

Provides means to create a Glow tree from XML, which must be in the schema produced by GlowXmlExport.
ファイルを表示 Open project: Lawo/ember-plus Class Usage Examples

Public Methods

Method Description
Import ( XmlReader reader ) : GlowContainer

Imports XML in the data schema produced by GlowXmlExport.Export.

Private Methods

Method Description
Convert ( System.Xml.Linq.XElement xml ) : GlowContainer
ConvertCommand ( System.Xml.Linq.XElement xml ) : GlowCommand
ConvertFunction ( System.Xml.Linq.XElement xml ) : GlowContainer
ConvertInvocationResult ( System.Xml.Linq.XElement xml ) : GlowContainer
ConvertMatrix ( System.Xml.Linq.XElement xml ) : GlowMatrix
ConvertMinMax ( System.Xml.Linq.XElement xml ) : GlowMinMax
ConvertNode ( System.Xml.Linq.XElement xml ) : GlowNode
ConvertParameter ( System.Xml.Linq.XElement xml ) : GlowParameter
ConvertParameterType ( string typeStr ) : int?
ConvertPath ( string pathStr ) : int[]
ConvertQualifiedFunction ( System.Xml.Linq.XElement xml ) : GlowContainer
ConvertQualifiedMatrix ( System.Xml.Linq.XElement xml ) : GlowQualifiedMatrix
ConvertQualifiedNode ( System.Xml.Linq.XElement xml ) : GlowQualifiedNode
ConvertQualifiedParameter ( System.Xml.Linq.XElement xml ) : GlowQualifiedParameter
ConvertRoot ( System.Xml.Linq.XElement xml ) : GlowContainer
ConvertStreamCollection ( System.Xml.Linq.XElement xml ) : GlowStreamCollection
ConvertStreamDescription ( BerTag tag, System.Xml.Linq.XElement xml ) : GlowStreamDescription
ConvertStreamEntry ( System.Xml.Linq.XElement xml ) : GlowStreamEntry
ConvertStringIntegerCollection ( BerTag tag, System.Xml.Linq.XElement xml ) : GlowStringIntegerCollection
ConvertTupleDescription ( BerTag tag, System.Xml.Linq.XElement xml ) : EmberSequence
ConvertValue ( System.Xml.Linq.XElement xml ) : GlowValue
FillElementCollection ( GlowElementCollectionBase glow, System.Xml.Linq.XElement xml ) : void
FillFunction ( GlowFunctionBase glow, System.Xml.Linq.XElement xml ) : void
FillMatrix ( GlowMatrixBase glow, System.Xml.Linq.XElement xml ) : void
FillNode ( GlowNodeBase glow, System.Xml.Linq.XElement xml ) : void
FillParameter ( GlowParameterBase glow, System.Xml.Linq.XElement xml ) : void
GlowXmlImport ( ) : System

Method Details

Import() public static method

Imports XML in the data schema produced by GlowXmlExport.Export.
public static Import ( XmlReader reader ) : GlowContainer
reader System.Xml.XmlReader The XmlReader to read XML from.
return GlowContainer