C# Class Simple.IO.XmlHelper

Mostra file Open project: juanplopes/simple

Public Methods

Method Description
GetStream ( XmlNode node ) : Stream
GetStream ( string xml ) : Stream

Method Details

GetStream() public static method

public static GetStream ( XmlNode node ) : Stream
node System.Xml.XmlNode
return System.IO.Stream

GetStream() public static method

public static GetStream ( string xml ) : Stream
xml string
return System.IO.Stream