Class ZptCleanupContextProcessorFactory
Implementation of IGetsZptNodeAndAttributeRemovalContextProcessor which returns a context processor suitable for performing cleanup on a rendered document.
Inheritance
System.Object
ZptCleanupContextProcessorFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Rendering
Assembly: ZptSharp.dll
Syntax
public class ZptCleanupContextProcessorFactory : IGetsZptNodeAndAttributeRemovalContextProcessor
Constructors
| Improve this Doc View SourceZptCleanupContextProcessorFactory(IGetsWellKnownNamespace, ILogger<ZptCleanupContextProcessor>, IOmitsNode)
Initializes a new instance of the ZptCleanupContextProcessorFactory class.
Declaration
public ZptCleanupContextProcessorFactory(IGetsWellKnownNamespace namespaceProvider, ILogger<ZptCleanupContextProcessor> logger, IOmitsNode omitter)
Parameters
Type | Name | Description |
---|---|---|
IGetsWellKnownNamespace | namespaceProvider | Namespace provider. |
Microsoft.Extensions.Logging.ILogger<ZptCleanupContextProcessor> | logger | A logger. |
IOmitsNode | omitter | The node omitter. |
Methods
| Improve this Doc View SourceGetNodeAndAttributeRemovalProcessor()
Gets the source-annotation context processor.
Declaration
public IProcessesExpressionContext GetNodeAndAttributeRemovalProcessor()
Returns
Type | Description |
---|---|
IProcessesExpressionContext | The source-annotation context processor. |