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 interfaceBuildsSources by transforming other sources.Classes in org.xmlunit.builder that implement Input.BuilderModifier and TypeClassDescriptionprivate static classprivate static classprivate static classMethods 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 Jaxb-Object.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.Transformation.withStylesheet(Input.Builder b) Input.TransformationBuilder.withStylesheet(Input.Builder b) Sets the stylesheet to use.