Fluent API to create ISource instances.
See Also: Inherited members from object.
|
Input
()
|
Documentation for this section has not yet been entered. |
static
|
ByTransforming
(Input.IBuilder)Build an ISource by XSLT transforming a different ISource. |
|
static
|
ByTransforming
(Org.XmlUnit.ISource)Build an ISource by XSLT transforming a different ISource. |
|
static
|
From
(object)Return the matching Builder for the supported types: ISource, IBuilder, XmlDocument, XmlNode, byte[] (XML as byte[]), string (XML as String) Uri (to an XML-Document), Stream, TextReader, XDocument, XNode |
|
static
|
FromByteArray
(byte[])Build an ISource from an array of bytes. |
|
static
|
FromDocument
(System.Xml.Linq.XDocument)Build an ISource from a System.Xml.Linq Document. |
|
static
|
FromDocument
(System.Xml.XmlDocument)Build an ISource from a DOM Document. |
|
static
|
FromFile
(string)Build an ISource from a named file. |
|
static
|
FromNode
(System.Xml.Linq.XNode)Build an ISource from a System.Xml.Linq Node. |
|
static
|
FromNode
(System.Xml.XmlNode)Build an ISource from a DOM Node. |
|
static
|
FromReader
(System.IO.TextReader)Build an ISource from a reader. |
|
static
|
FromStream
(System.IO.Stream)Build an ISource from a stream. |
|
static
|
FromString
(string)Build an ISource from a string. |
|
static
|
FromURI
(string)Build an ISource from an URI. must represent a valid URL |
|
static
|
FromURI
(Uri)Build an ISource from an URI. must represent a valid URL |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Documentation for this section has not yet been entered.Syntax
public Input ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource by XSLT transforming a different ISource.Syntax
public static Input.ITransformationBuilder ByTransforming (Input.IBuilder b)Parameters
- b
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource by XSLT transforming a different ISource.Syntax
public static Input.ITransformationBuilder ByTransforming (Org.XmlUnit.ISource s)Parameters
- s
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Return the matching Builder for the supported types: ISource, IBuilder, XmlDocument, XmlNode, byte[] (XML as byte[]), string (XML as String) Uri (to an XML-Document), Stream, TextReader, XDocument, XNodeSyntax
public static Input.IBuilder From (object source)Parameters
- source
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from an array of bytes.Syntax
public static Input.IBuilder FromByteArray (byte[] b)Parameters
- b
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a System.Xml.Linq Document.Syntax
public static Input.IBuilder FromDocument (System.Xml.Linq.XDocument d)Parameters
- d
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a DOM Document.Syntax
public static Input.IBuilder FromDocument (System.Xml.XmlDocument d)Parameters
- d
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a named file.Syntax
public static Input.IBuilder FromFile (string name)Parameters
- name
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a System.Xml.Linq Node.Syntax
public static Input.IBuilder FromNode (System.Xml.Linq.XNode n)Parameters
- n
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a DOM Node.Syntax
public static Input.IBuilder FromNode (System.Xml.XmlNode n)Parameters
- n
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a reader.Syntax
public static Input.IBuilder FromReader (System.IO.TextReader r)Parameters
- r
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a stream.Syntax
public static Input.IBuilder FromStream (System.IO.Stream s)Parameters
- s
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from a string.Syntax
public static Input.IBuilder FromString (string s)Parameters
- s
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from an URI. must represent a valid URLSyntax
public static Input.IBuilder FromURI (string uri)Parameters
- uri
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241
Build an ISource from an URI. must represent a valid URLSyntax
public static Input.IBuilder FromURI (Uri uri)Parameters
- uri
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Builder
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.241