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.
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
QilXmlReader ( XmlReader r ) : System
Read ( ) : QilExpression

Private Methods

Méthode 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 méthode

public QilXmlReader ( XmlReader r ) : System
r XmlReader
Résultat System

Read() public méthode

public Read ( ) : QilExpression
Résultat QilExpression