Uses of Interface
org.xmlunit.builder.Input.Builder
Packages that use Input.Builder
Package
Description
Root of the XMLUnit 1.x compatibility layer.
Provides fluent builders for core parts of XMLUnit.
-
Uses of Input.Builder in org.custommonkey.xmlunit
Constructors in org.custommonkey.xmlunit with parameters of type Input.Builder -
Uses of Input.Builder in org.xmlunit.builder
Subinterfaces of Input.Builder in org.xmlunit.builderModifier and TypeInterfaceDescriptionstatic interface
BuildsSource
s by transforming other sources.Classes in org.xmlunit.builder that implement Input.BuilderModifier and TypeClassDescriptionprivate static class
private static class
private static class
Methods in org.xmlunit.builder that return Input.BuilderModifier and TypeMethodDescriptionstatic Input.Builder
Return the matching Builder for the supported types:Source
,Input.Builder
,Document
,Node
, byte[] (XML as byte[]),String
(XML as String),File
(contains XML),URL
(to an XML-Document),URI
(to an XML-Document),InputStream
,ReadableByteChannel
,Path
, Jaxb-Object
(marshal-able withjavax.xml.bind.JAXB
.marshal(...))static Input.Builder
Input.fromByteArray
(byte[] b) Build a Source from an array of bytes.static Input.Builder
Input.fromChannel
(ReadableByteChannel c) Build a Source from a channel.static Input.Builder
Input.fromDocument
(Document d) Build a Source from a DOM Document.static Input.Builder
Build a Source from a file.static Input.Builder
Build a Source from a named file.static Input.Builder
Build a Source from a Jaxb-Object.static Input.Builder
Build a Source from a DOM Node.static Input.Builder
Build a Source from a Path.static Input.Builder
Input.fromReader
(Reader r) Build a Source from a reader.static Input.Builder
Input.fromStream
(InputStream s) Build a Source from a stream.static Input.Builder
Input.fromString
(String s) Build a Source from a string.static Input.Builder
Build a Source from an URI.static Input.Builder
Build a Source from an URI.static Input.Builder
Build a Source from an URL.Methods in org.xmlunit.builder with parameters of type Input.BuilderModifier and TypeMethodDescriptionstatic Input.TransformationBuilder
Input.byTransforming
(Input.Builder b) Build a Source by XSLT transforming a different Source.Input.Transformation.withStylesheet
(Input.Builder b) Input.TransformationBuilder.withStylesheet
(Input.Builder b) Sets the stylesheet to use.