Interface IParser
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public interface IParser
Methods
ParseDocument(String)
Declaration
DocumentSyntax ParseDocument(string document)
Parameters
| Type | Name | Description |
|---|---|---|
| String | document |
Returns
| Type | Description |
|---|---|
| Document |
ParseType(String)
Declaration
TypeSyntax ParseType(string type)
Parameters
| Type | Name | Description |
|---|---|---|
| String | type |
Returns
| Type | Description |
|---|---|
| Type |
ParseValue(String)
Declaration
ValueSyntax ParseValue(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| String | value |
Returns
| Type | Description |
|---|---|
| Value |