C# 클래스 EmberLib.Glow.PowerPack.Xml.GlowXmlImport

Provides means to create a Glow tree from XML, which must be in the schema produced by GlowXmlExport.
파일 보기 프로젝트 열기: Lawo/ember-plus 1 사용 예제들

공개 메소드들

메소드 설명
Import ( XmlReader reader ) : GlowContainer

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

비공개 메소드들

메소드 설명
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

메소드 상세

Import() 공개 정적인 메소드

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.
리턴 GlowContainer