TransformFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |