C# Class System.Xml.Xsl.Qil.QilXmlReader

Read the output of QilXmlWriter.
This internal class allows roundtripping between the Xml serialization format for QIL and the in-memory data structure.
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
QilXmlReader ( XmlReader r ) : System
Read ( ) : QilExpression

Private Methods

Method Description
EndElement ( ) : void
ParseLineInfo ( string s ) : ISourceLineInfo
ParseName ( string name ) : QilName
ParseType ( string s ) : XmlQueryType
QilXmlReader ( ) : System
ReadText ( ) : string
StartElement ( ) : bool

Method Details

QilXmlReader() public method

public QilXmlReader ( XmlReader r ) : System
r XmlReader
return System

Read() public method

public Read ( ) : QilExpression
return QilExpression