DtdParserProxy_OnSystemId() 개인적인 메소드

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