Uses of Interface
org.xmlunit.builder.Input.Builder
Packages that use Input.Builder
Package
Description
Provides fluent builders for core parts of XMLUnit.
This package contains the JAXB builder using the
javax.xml.bind package.-
Uses of Input.Builder in org.xmlunit.builder
Subinterfaces of Input.Builder in org.xmlunit.builderModifier and TypeInterfaceDescriptionstatic interfaceBuildsSources by transforming other sources.Classes in org.xmlunit.builder that implement Input.BuilderMethods in org.xmlunit.builder that return Input.BuilderModifier and TypeMethodDescriptionstatic Input.BuilderReturn 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.BuilderInput.fromByteArray(byte[] b) Build a Source from an array of bytes.static Input.BuilderInput.fromChannel(ReadableByteChannel c) Build a Source from a channel.static Input.BuilderInput.fromDocument(Document d) Build a Source from a DOM Document.static Input.BuilderBuild a Source from a file.static Input.BuilderBuild a Source from a named file.static Input.BuilderBuild a Source from a DOM Node.static Input.BuilderBuild a Source from a Path.static Input.BuilderInput.fromReader(Reader r) Build a Source from a reader.static Input.BuilderInput.fromStream(InputStream s) Build a Source from a stream.static Input.BuilderInput.fromString(String s) Build a Source from a string.static Input.BuilderBuild a Source from an URI.static Input.BuilderBuild a Source from an URI.static Input.BuilderBuild a Source from an URL.Methods in org.xmlunit.builder with parameters of type Input.BuilderModifier and TypeMethodDescriptionstatic Input.TransformationBuilderInput.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.javax_jaxb
Classes in org.xmlunit.builder.javax_jaxb that implement Input.Builder