C# Class SL2JS.XamlToJsonConverter

Show file Open project: robashton/SLJS Class Usage Examples

Public Methods

Method Description
WriteTo ( string jsonFilepath ) : void
XamlToJsonConverter ( XmlReader input ) : System

Private Methods

Method Description
Ascend ( ) : void
Descend ( ) : void
GetCurrentAttributeName ( ) : string
Next ( ) : bool
ParseContent ( JsonWriter writer ) : void
ParseDocument ( JsonWriter writer ) : void
ParseElement ( JsonWriter writer ) : void
ParseElementAttributes ( JsonWriter writer ) : void
ParseElementChildren ( JsonWriter writer ) : void

Method Details

WriteTo() public method

public WriteTo ( string jsonFilepath ) : void
jsonFilepath string
return void

XamlToJsonConverter() public method

public XamlToJsonConverter ( XmlReader input ) : System
input System.Xml.XmlReader
return System