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, withURIResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.xmlunit.builder.TransformationBuilderBase
usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
-
Constructor Details
-
TransformationBuilder
-
-
Method Details
-
build
Description copied from interface:Transform.BuilderCreate the result of the transformation.- Specified by:
buildin interfaceTransform.Builder
-
toString
Description copied from interface:Transform.TransformationResultOutput the result to a String.- Specified by:
toStringin interfaceTransform.TransformationResult- Overrides:
toStringin classObject
-
toDocument
Description copied from interface:Transform.TransformationResultOutput the result to a DOM Document.- Specified by:
toDocumentin interfaceTransform.TransformationResult
-
to
Description copied from interface:Transform.TransformationResultOutput the result to a TraX Result.- Specified by:
toin interfaceTransform.TransformationResult
-