C# Class ATUL_v1.TokenManager

Show file Open project: godaddy/ATUL Class Usage Examples

Public Methods

Method Description
GetTokenKeys ( ) : List
GetTokens ( ) : string>>.List
Load ( string>.List tokens ) : void
Load ( XmlDocument doc ) : void
Load ( string xml ) : void
ProcessTokenizedText ( string tokenizedString ) : string

Private Methods

Method Description
ExtractTokens ( XmlNode x, string nameRoot ) : void

Method Details

GetTokenKeys() public method

public GetTokenKeys ( ) : List
return List

GetTokens() public method

public GetTokens ( ) : string>>.List
return string>>.List

Load() public method

public Load ( string>.List tokens ) : void
tokens string>.List
return void

Load() public method

public Load ( XmlDocument doc ) : void
doc System.Xml.XmlDocument
return void

Load() public method

public Load ( string xml ) : void
xml string
return void

ProcessTokenizedText() public method

public ProcessTokenizedText ( string tokenizedString ) : string
tokenizedString string
return string