C# 클래스 NextbusNET.Parser

파일 보기 프로젝트 열기: bogeaperez/NextbusNET

공개 메소드들

메소드 설명
ParseAgencies ( string xml ) : IEnumerable
ParsePrediction ( string xml ) : List
ParseRoute ( string xml ) : IEnumerable
ParseRouteConfig ( string xml ) : RouteConfig
ParseSchedule ( string xml ) : List
ParseVehicle ( string xml ) : VehicleList

비공개 메소드들

메소드 설명
TryParseError ( System.Xml.Linq.XElement root ) : void

메소드 상세

ParseAgencies() 공개 메소드

public ParseAgencies ( string xml ) : IEnumerable
xml string
리턴 IEnumerable

ParsePrediction() 공개 메소드

public ParsePrediction ( string xml ) : List
xml string
리턴 List

ParseRoute() 공개 메소드

public ParseRoute ( string xml ) : IEnumerable
xml string
리턴 IEnumerable

ParseRouteConfig() 공개 메소드

public ParseRouteConfig ( string xml ) : RouteConfig
xml string
리턴 NextbusNET.Model.RouteConfig

ParseSchedule() 공개 메소드

public ParseSchedule ( string xml ) : List
xml string
리턴 List

ParseVehicle() 공개 메소드

public ParseVehicle ( string xml ) : VehicleList
xml string
리턴 NextbusNET.Model.VehicleList