DtdParserProxy_OnSystemId() private method

private DtdParserProxy_OnSystemId ( string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo ) : void
systemId string
keywordLineInfo LineInfo
systemLiteralLineInfo LineInfo
return void
 void IDtdParserAdapter.OnSystemId(string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo)
 {
     _reader.DtdParserProxy_OnSystemId(systemId, keywordLineInfo, systemLiteralLineInfo);
 }