C# Class XmlUnit.Xunit.XmlOutput

Afficher le fichier Open project: horsdal/XmlUnit.Xunit

Méthodes publiques

Méthode Description
AsString ( ) : string
AsXml ( ) : XmlInput
Write ( Stream viaStream ) : void
Write ( TextWriter viaTextWriter ) : void
Write ( XmlWriter viaXmlWriter ) : void

Private Methods

Méthode Description
CleanUp ( ) : void
XmlOutput ( XslTransform transform, XsltArgumentList xsltArgs, XPathNavigator navigator, XmlResolver resolverForXmlTransformed, XmlReader readersToClose ) : System.IO

Method Details

AsString() public méthode

public AsString ( ) : string
Résultat string

AsXml() public méthode

public AsXml ( ) : XmlInput
Résultat XmlInput

Write() public méthode

public Write ( Stream viaStream ) : void
viaStream System.IO.Stream
Résultat void

Write() public méthode

public Write ( TextWriter viaTextWriter ) : void
viaTextWriter System.IO.TextWriter
Résultat void

Write() public méthode

public Write ( XmlWriter viaXmlWriter ) : void
viaXmlWriter System.Xml.XmlWriter
Résultat void