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

IDtdParserAdapter() private méthode

private IDtdParserAdapter ( string systemId, string publicId ) : bool
systemId string
publicId string
Résultat bool
            bool IDtdParserAdapter.PushExternalSubset( string systemId, string publicId ) { 
                return reader.DtdParserProxy_PushExternalSubset( systemId, publicId ); 
            }
            

Same methods

XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( SchemaEntity entity, int entityId ) : bool
XmlTextReaderImpl.DtdParserProxy::IDtdParserAdapter ( ) : int
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