C# Class VDS.RDF.Parsing.JsonLdParser

Inheritance: IRdfReader
Exibir arquivo Open project: alien-mcl/URSA

Public Methods

Method Description
Load ( IGraph g, StreamReader input ) : void
Load ( IGraph g, TextReader input ) : void
Load ( IGraph g, string filename ) : void
Load ( IRdfHandler handler, StreamReader input ) : void
Load ( IRdfHandler handler, TextReader input ) : void
Load ( IRdfHandler handler, string filename ) : void

Private Methods

Method Description
HandleList ( IRdfHandler handler, string subject, JProperty property, Newtonsoft.Json.Linq.JArray list ) : void
HandleProperty ( IRdfHandler handler, string subject, JProperty property ) : void
HandleTriple ( IRdfHandler handler, string subject, string predicate, string obj, string datatype, bool isLiteral ) : void
HandleType ( IRdfHandler handler, string subject, JToken type ) : void
HandleValue ( Newtonsoft.Json.Linq.JObject objectJObject ) : Tuple
MapType ( JTokenType type ) : string

Method Details

Load() public method

public Load ( IGraph g, StreamReader input ) : void
g IGraph
input System.IO.StreamReader
return void

Load() public method

public Load ( IGraph g, TextReader input ) : void
g IGraph
input System.IO.TextReader
return void

Load() public method

public Load ( IGraph g, string filename ) : void
g IGraph
filename string
return void

Load() public method

public Load ( IRdfHandler handler, StreamReader input ) : void
handler IRdfHandler
input System.IO.StreamReader
return void

Load() public method

public Load ( IRdfHandler handler, TextReader input ) : void
handler IRdfHandler
input System.IO.TextReader
return void

Load() public method

public Load ( IRdfHandler handler, string filename ) : void
handler IRdfHandler
filename string
return void