ISource implementation that is obtained from a different source by stripping all comments.
See Also: Inherited members from object.
|
Creates a new Source with the same content as another source removing all comments using an XSLT stylesheet of version 2.0. | |
|
Creates a new Source with the same content as another source removing all comments. |
[read-only] | Reader | System.Xml.XmlReader . Documentation for this section has not yet been entered. |
|
SystemId | string . Documentation for this section has not yet been entered. |
|
Dispose
()Documentation for this section has not yet been entered. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
|
static
|
ToDocument
(this Org.XmlUnit.ISource)Creates a DOM Document from an ISource. |
|
static
|
ToNode
(this Org.XmlUnit.ISource)Creates a DOM Node from an ISource. |
Creates a new Source with the same content as another source removing all comments using an XSLT stylesheet of version 2.0.Syntax
public CommentLessSource (Org.XmlUnit.ISource originalSource)Parameters
- originalSource
- source with the original content
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Creates a new Source with the same content as another source removing all comments.Syntax
public CommentLessSource (Org.XmlUnit.ISource originalSource, string xsltVersion)Parameters
- originalSource
- source with the original content
- xsltVersion
- use this version for the stylesheet
Remarks
since XMLUnit 2.5.0Requirements
Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Documentation for this section has not yet been entered.Syntax
public void Dispose ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Documentation for this section has not yet been entered.Syntax
public System.Xml.XmlReader Reader { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Documentation for this section has not yet been entered.Syntax
public string SystemId { get; set; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Input
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240