Uses of Interface
org.xmlunit.builder.Input.Builder
-
Packages that use Input.Builder Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.builder.javax_jaxb This package contains the JAXB builder using thejavax.xml.bindpackage. -
-
Uses of Input.Builder in org.xmlunit.builder
Subinterfaces of Input.Builder in org.xmlunit.builder Modifier and Type Interface Description static interfaceInput.TransformationBuilderBuildsSources by transforming other sources.Classes in org.xmlunit.builder that implement Input.Builder Modifier and Type Class Description classJaxbBuilderInput.Builderfor Jaxb-Object and creating aJAXBSource.Methods in org.xmlunit.builder that return Input.Builder Modifier and Type Method Description static Input.BuilderInput. from(Object object)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.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.BuilderInput. fromFile(File f)Build a Source from a file.static Input.BuilderInput. fromFile(String name)Build a Source from a named file.static Input.BuilderInput. fromNode(Node n)Build a Source from a DOM Node.static Input.BuilderInput. fromPath(Path path)Build 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.BuilderInput. fromURI(String uri)Build a Source from an URI.static Input.BuilderInput. fromURI(URI uri)Build a Source from an URI.static Input.BuilderInput. fromURL(URL url)Build a Source from an URL.Methods in org.xmlunit.builder with parameters of type Input.Builder Modifier and Type Method Description static Input.TransformationBuilderInput. byTransforming(Input.Builder b)Build a Source by XSLT transforming a different Source.Input.TransformationBuilderInput.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 Modifier and Type Class Description classJavaxJaxbBuilderJaxbBuilderfor Jaxb-Object and creating aJAXBSource.
-