C# Class Calyptus.Lob.EmptyXlob

Inheritance: Xlob
Datei anzeigen Open project: sebmarkbage/calyptus.lob

Public Methods

Method Description
EmptyXlob ( ) : System.IO
Equals ( Xlob xlob ) : bool
OpenReader ( ) : XmlReader
WriteTo ( Stream output, System encoding ) : void
WriteTo ( TextWriter writer ) : void
WriteTo ( XmlWriter writer ) : void

Method Details

EmptyXlob() public method

public EmptyXlob ( ) : System.IO
return System.IO

Equals() public method

public Equals ( Xlob xlob ) : bool
xlob Xlob
return bool

OpenReader() public method

public OpenReader ( ) : XmlReader
return XmlReader

WriteTo() public method

public WriteTo ( Stream output, System encoding ) : void
output System.IO.Stream
encoding System
return void

WriteTo() public method

public WriteTo ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

WriteTo() public method

public WriteTo ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void