MifToken Class

Summary:

Module: aspose.gis.common.formats.mapinfo.interchangeformat

Full Name: aspose.gis.common.formats.mapinfo.interchangeformat.MifToken

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
MifToken()Initializes a new instance of the MifToken class

Properties

NameTypeAccessDescription
close [static]MifTokenr
comma [static]MifTokenr
eof [static]MifTokenr
newline [static]MifTokenr
open [static]MifTokenr
textstringr
token_typeMifTokenTyper

Methods

NameDescription
is_keyword(keyword)
keyword(text)
number(text)
string(text)

Constructor: MifToken()

 MifToken() 

Initializes a new instance of the MifToken class

Method: is_keyword(keyword)

 is_keyword(keyword) 

Parameters:

ParameterTypeDescription
keywordstring

Returns

TypeDescription
bool

Method: keyword(text) [static]

 keyword(text) 

Parameters:

ParameterTypeDescription
textstring

Returns

TypeDescription
MifToken

Method: number(text) [static]

 number(text) 

Parameters:

ParameterTypeDescription
textstring

Returns

TypeDescription
MifToken

Method: string(text) [static]

 string(text) 

Parameters:

ParameterTypeDescription
textstring

Returns

TypeDescription
MifToken