Creates a new transformation without source or stylesheet.
Syntax
public Transformation ()
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Creates a new transformation with a given source.
Syntax
Parameters
-
s
- the source to transform - must not be null.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Add a named extension object.
Syntax
Parameters
-
namespaceUri
-
Documentation for this section has not yet been entered.
-
extension
-
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Add a named parameter.
Syntax
Parameters
-
name
-
Documentation for this section has not yet been entered.
-
nsUri
-
Documentation for this section has not yet been entered.
-
parameter
-
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Clears all extension objects and parameters.
Syntax
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Whether the document() function will be allowed.
Syntax
public
bool EnableDocumentFunction { set; }
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Whether embedded script blocks will be allowed.
Syntax
public
bool EnableScriptBlocks { set; }
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Set the source document to transform - must not be null.
Syntax
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Set the stylesheet to use - may be null in which case an
identity transformation will be performed.
Syntax
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Perform the transformation.
Syntax
Parameters
-
stream
-
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
TransformTo Method
Perform the transformation.
Syntax
Parameters
-
writer
-
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Perform the transformation.
Syntax
Parameters
-
writer
-
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Convenience method that returns the result of the
transformation as a Document.
Syntax
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Convenience method that returns the result of the
transformation as a Document.
Syntax
Parameters
-
resolver
- resolver to use when loading the document
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Convenience method that returns the result of the
transformation as a String.
Syntax
public
string TransformToString ()
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Set the resolver to use for document() and xsl:include/import
Syntax
Value
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.XmlUnit.Transform
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240