Show / Hide Table of Contents

Class ZptCleanupContextProcessorFactory

Implementation of IGetsZptNodeAndAttributeRemovalContextProcessor which returns a context processor suitable for performing cleanup on a rendered document.

Inheritance
System.Object
ZptCleanupContextProcessorFactory
Implements
IGetsZptNodeAndAttributeRemovalContextProcessor
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 Source

ZptCleanupContextProcessorFactory(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 Source

GetNodeAndAttributeRemovalProcessor()

Gets the source-annotation context processor.

Declaration
public IProcessesExpressionContext GetNodeAndAttributeRemovalProcessor()
Returns
Type Description
IProcessesExpressionContext

The source-annotation context processor.

Implements

IGetsZptNodeAndAttributeRemovalContextProcessor
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX