C# Class SimpleFramework.Xml.Strategy.PackageParser.Convert

显示文件 Open project: ngallagher/simplexml

Public Methods

Method Description
Convert ( String type ) : System
Domain ( char work ) : void
FastParse ( ) : String
Path ( char work ) : void
Scheme ( char work ) : void

Method Details

Convert() public method

public Convert ( String type ) : System
type String
return System

Domain() public method

public Domain ( char work ) : void
work char
return void

FastParse() public method

public FastParse ( ) : String
return String

Path() public method

public Path ( char work ) : void
work char
return void

Scheme() public method

public Scheme ( char work ) : void
work char
return void