Uses of Interface
org.xmlunit.builder.Input.Builder
Package
Description
Provides fluent builders for core parts of XMLUnit.
This package contains the JAXB builder using the
jakarta.xml.bind
package.This package contains the JAXB builder using the
javax.xml.bind
package.-
Uses of Input.Builder in org.xmlunit.builder
Modifier and TypeInterfaceDescriptionstatic interface
BuildsSource
s by transforming other sources.Modifier 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 withJAXB
.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 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.Modifier and TypeMethodDescriptionstatic Input.TransformationBuilder
Input.byTransforming
(Input.Builder b) Build a Source by XSLT transforming a different Source.Input.TransformationBuilder.withStylesheet
(Input.Builder b) Sets the stylesheet to use. -
Uses of Input.Builder in org.xmlunit.builder.jakarta_jaxb
-
Uses of Input.Builder in org.xmlunit.builder.javax_jaxb