Package org.xmlunit.builder
Class Transform.TransformationBuilder
java.lang.Object
org.xmlunit.builder.AbstractTransformationBuilder<Transform.Builder>
org.xmlunit.builder.Transform.TransformationBuilder
- All Implemented Interfaces:
Transform.Builder
,Transform.TransformationResult
,TransformationBuilderBase<Transform.Builder>
- Enclosing class:
Transform
private static class Transform.TransformationBuilder
extends AbstractTransformationBuilder<Transform.Builder>
implements Transform.Builder, Transform.TransformationResult
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xmlunit.builder.AbstractTransformationBuilder
getHelper, usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.xmlunit.builder.TransformationBuilderBase
usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
-
Constructor Details
-
TransformationBuilder
-
-
Method Details
-
build
Description copied from interface:Transform.Builder
Create the result of the transformation.- Specified by:
build
in interfaceTransform.Builder
-
toString
Description copied from interface:Transform.TransformationResult
Output the result to a String.- Specified by:
toString
in interfaceTransform.TransformationResult
- Overrides:
toString
in classObject
-
toDocument
Description copied from interface:Transform.TransformationResult
Output the result to a DOM Document.- Specified by:
toDocument
in interfaceTransform.TransformationResult
-
to
Description copied from interface:Transform.TransformationResult
Output the result to a TraX Result.- Specified by:
to
in interfaceTransform.TransformationResult
-