System.Xml.XmlTextReaderImpl.DtdParserProxy.IDtdParserAdapter C# (CSharp) Méthode

IDtdParserAdapter() private méthode

private IDtdParserAdapter ( ) : int
Résultat int
            int IDtdParserAdapter.ReadData() { 
                return reader.DtdParserProxy_ReadData(); 
            }
            

Same methods

XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( SchemaEntity entity, int entityId ) : bool
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( string systemId, string publicId ) : bool
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( BufferBuilder internalSubsetBuilder ) : int
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( bool expand, BufferBuilder internalSubsetBuilder ) : int
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( BufferBuilder sb ) : void
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( Exception e ) : void
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( XmlSeverityType severity, XmlSchemaException exception ) : void
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( int pos ) : void
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo ) : void
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( string baseUri, string internalDtd ) : void
XmlTextReaderImpl.DtdParserProxy