C# Class Rhino.Xml.XMLLib.Factory

An object which specifies an XMLLib implementation to be used at runtime.
An object which specifies an XMLLib implementation to be used at runtime. This interface should be considered experimental. It may be better (and certainly more flexible) to write an interface that returns an XMLLib object rather than a class name, for example. But that would cause many more ripple effects in the code, all the way back to Rhino.ScriptRuntime .
Mostrar archivo Open project: hazzik/Rhino.Net

Public Methods

Method Description
Create ( string className ) : XMLLib.Factory
GetImplementationClassName ( ) : string

Method Details

Create() public static method

public static Create ( string className ) : XMLLib.Factory
className string
return XMLLib.Factory

GetImplementationClassName() public abstract method

public abstract GetImplementationClassName ( ) : string
return string