Implementation of IZptDocumentProvider which creates XML documents based on System.Xml.Linq.XDocument
.
More...
Implementation of IZptDocumentProvider which creates XML documents based on System.Xml.Linq.XDocument
.
CSF.Zpt.DocumentProviders.XmlLinqZptDocumentProvider.XmlLinqZptDocumentProvider |
( |
| ) |
|
|
inline |
IZptDocument CSF.Zpt.DocumentProviders.XmlLinqZptDocumentProvider.CreateDocument |
( |
System.Xml.Linq.XDocument |
xmlDocument, |
|
|
ISourceInfo |
sourceInfo |
|
) |
| |
|
inline |
Creates a document from an XDocument
object and information about the source of the document.
- Returns
- The ZPT document implementation.
- Parameters
-
xmlDocument | An XML document. |
sourceInfo | The source info. |
IZptDocument CSF.Zpt.DocumentProviders.XmlLinqZptDocumentProvider.CreateDocument |
( |
FileInfo |
sourceFile, |
|
|
Encoding |
encoding |
|
) |
| |
|
inline |
Creates a document from a source file.
- Returns
- The document.
- Parameters
-
sourceFile | Source file. |
encoding | Encoding. |
Implements CSF.Zpt.IZptDocumentProvider.
IZptDocument CSF.Zpt.DocumentProviders.XmlLinqZptDocumentProvider.CreateDocument |
( |
Stream |
sourceStream, |
|
|
ISourceInfo |
sourceInfo, |
|
|
Encoding |
encoding |
|
) |
| |
|
inline |
Creates a document from a stream.
- Returns
- The document.
- Parameters
-
sourceStream | Source stream. |
sourceInfo | Source info. |
encoding | Encoding. |
Implements CSF.Zpt.IZptDocumentProvider.
RenderingMode CSF.Zpt.DocumentProviders.XmlLinqZptDocumentProvider.GetRenderingMode |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /home/craig/Projects/CSF.Zpt/DocumentProviders/CSF.Zpt.DocumentProviders.XmlLinq/XmlLinqZptDocumentProvider.cs