C# Class TSVCEO.CloudPrint.Proxy.XMPP.XmlStream

Inheritance: IDisposable
Exibir arquivo Open project: klightspeed/CloudPrintProxy

Private Properties

Property Type Description
GetXName System.Xml.Linq.XName

Public Methods

Method Description
Dispose ( ) : void
Expect ( bool>.Func expect, string>.Func fail ) : void
GetElement ( XmlReader reader ) : System.Xml.Linq.XElement
ReadElement ( ) : System.Xml.Linq.XElement
ReadElement ( System.Xml.Linq.XName name ) : System.Xml.Linq.XElement
ReadElement ( System.Xml.Linq.XName name, bool alreadyread ) : System.Xml.Linq.XElement
ReadElement ( bool alreadyread ) : System.Xml.Linq.XElement
ReadStartElement ( bool whitespaceping ) : bool
ReadStartElement ( ) : void
ReadStartElement ( System.Xml.Linq.XName name ) : void
ReadStartElement ( System.Xml.Linq.XName name, bool alreadyread ) : void
Write ( System.Xml.Linq.XElement element, Action callback ) : void
Write ( XNode element ) : void
WriteStart ( System.Xml.Linq.XElement element ) : DisposableXElement
XmlStream ( Stream stream ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetXName ( XmlReader reader ) : System.Xml.Linq.XName

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Expect() public method

public Expect ( bool>.Func expect, string>.Func fail ) : void
expect bool>.Func
fail string>.Func
return void

GetElement() public method

public GetElement ( XmlReader reader ) : System.Xml.Linq.XElement
reader XmlReader
return System.Xml.Linq.XElement

ReadElement() public method

public ReadElement ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

ReadElement() public method

public ReadElement ( System.Xml.Linq.XName name ) : System.Xml.Linq.XElement
name System.Xml.Linq.XName
return System.Xml.Linq.XElement

ReadElement() public method

public ReadElement ( System.Xml.Linq.XName name, bool alreadyread ) : System.Xml.Linq.XElement
name System.Xml.Linq.XName
alreadyread bool
return System.Xml.Linq.XElement

ReadElement() public method

public ReadElement ( bool alreadyread ) : System.Xml.Linq.XElement
alreadyread bool
return System.Xml.Linq.XElement

ReadStartElement() public method

public ReadStartElement ( bool whitespaceping ) : bool
whitespaceping bool
return bool

ReadStartElement() public method

public ReadStartElement ( ) : void
return void

ReadStartElement() public method

public ReadStartElement ( System.Xml.Linq.XName name ) : void
name System.Xml.Linq.XName
return void

ReadStartElement() public method

public ReadStartElement ( System.Xml.Linq.XName name, bool alreadyread ) : void
name System.Xml.Linq.XName
alreadyread bool
return void

Write() public method

public Write ( System.Xml.Linq.XElement element, Action callback ) : void
element System.Xml.Linq.XElement
callback Action
return void

Write() public method

public Write ( XNode element ) : void
element XNode
return void

WriteStart() public method

public WriteStart ( System.Xml.Linq.XElement element ) : DisposableXElement
element System.Xml.Linq.XElement
return DisposableXElement

XmlStream() public method

public XmlStream ( Stream stream ) : System
stream Stream
return System