Interface IGetsDocumentReaderWriterForFile
An object which selects the correct implementation of IReadsAndWritesDocument for a specified filename or path.
Namespace: ZptSharp.Dom
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsDocumentReaderWriterForFile
Methods
| Improve this Doc View SourceGetDocumentProvider(String)
Gets the document reader/writer for the specified filename.
Declaration
IReadsAndWritesDocument GetDocumentProvider(string filenameOrPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filenameOrPath | A document filename (optionally with its full path). |
Returns
Type | Description |
---|---|
IReadsAndWritesDocument | The document reader/writer. |