TransformFactory Class

Definition

public class TransformFactory
type TransformFactory = class
Public Class TransformFactory
Inheritance
TransformFactory

Constructors

TransformFactory()

Properties

Default

Gets the default instance of TransformFactory

Methods

GetCanonicalizingTransform(String)

Gets a XML transform that is capable of Canonicalizing XML and returning bytes.

GetTransform(String)

Gets a XML transform that modifies a XmlTokenStream.

IsSupportedCanonicalizingTransfrom(String)

Determine if the canonicalizing transform is supported.

IsSupportedTransform(String)

Determine if the transform is supported.

Applies to