1102 {
1103 get
1104 {
1106 {
1107 return '"';
1108 }
1110 }
1111 }
1112
1114
1116
1117 public override ReadState ReadState =>
_readState;
1118
1120
1122
1124
1126
1127 internal XmlReader OuterReader
1128 {
1129 set
1130 {
1132 }
1133 }
1134
1136
1138
1140
1142
1143 internal bool Namespaces
1144 {
1145 get
1146 {
1148 }
1149 set
1150 {
1152 {
1154 }
1157 {
1159 {
1161 {
1163 }
1164 else
1165 {
1167 }
1168 }
1170 }
1171 else
1172 {
1174 {
1176 }
1178 }
1179 }
1180 }
1181
1183 {
1184 get
1185 {
1187 }
1188 set
1189 {
1191 {
1193 }
1196 {
1198 }
1199 }
1200 }
1201
1203 {
1204 get
1205 {
1207 {
1208 return null;
1209 }
1211 }
1212 }
1213
1214 internal WhitespaceHandling WhitespaceHandling
1215 {
1216 get
1217 {
1219 }
1220 set
1221 {
1223 {
1225 }
1227 {
1229 }
1231 }
1232 }
1233
1234 internal DtdProcessing DtdProcessing
1235 {
1236 get
1237 {
1239 }
1240 set
1241 {
1243 {
1244 throw new ArgumentOutOfRangeException("value");
1245 }
1247 }
1248 }
1249
1250 internal EntityHandling EntityHandling
1251 {
1252 get
1253 {
1255 }
1256 set
1257 {
1258 if (
value != EntityHandling.ExpandEntities &&
value != EntityHandling.ExpandCharEntities)
1259 {
1261 }
1263 }
1264 }
1265
1267
1268 internal XmlResolver XmlResolver
1269 {
1270 set
1271 {
1276 {
1278 }
1279 }
1280 }
1281
1283
1285
1287
1289
1291
1293
1295 {
1296 get
1297 {
1299 {
1301 }
1303 }
1304 }
1305
1307
1309
1311
1313 {
1314 get
1315 {
1317 }
1318 set
1319 {
1321 }
1322 }
1323
1325
1327
1329
1331
1333
1335 {
1336 get
1337 {
1339 {
1341 }
1342 return true;
1343 }
1344 }
1345
1347 {
1348 get
1349 {
1351 {
1353 }
1354 return false;
1355 }
1356 }
1357
1359
1361
1363
1364 internal IValidationEventHandling ValidationEventHandling
1365 {
1366 set
1367 {
1369 }
1370 }
1371
1373 {
1374 set
1375 {
1377 }
1378 }
1379
1380 internal bool XmlValidatingReaderCompatibilityMode
1381 {
1382 set
1383 {
1386 {
1388 _nameTable.
Add(
"http://www.w3.org/2001/XMLSchema-instance");
1390 }
1391 }
1392 }
static string Xml_WhitespaceHandling
static string Xml_InvalidOperation
static string Xml_EntityHandling
virtual ? string LookupNamespace(string prefix)
XmlNamespaceManager? NamespaceManager
virtual bool CanResolveEntity
virtual ? IDtdInfo DtdInfo
virtual bool CanReadValueChunk
virtual bool CanReadBinaryContent
virtual Uri ResolveUri(Uri? baseUri, string? relativeUri)
XmlNamespaceManager _namespaceManager
bool _validatingReaderCompatFlag
XmlParserContext _fragmentParserContext
OnDefaultAttributeUseDelegate _onDefaultAttributeUse
DtdProcessing _dtdProcessing
ParsingFunction _parsingFunction
WhitespaceHandling _whitespaceHandling
EntityHandling _entityHandling
Encoding _reportedEncoding
IValidationEventHandling _validationEventHandling
int _parsingStatesStackTop
ParsingState[] _parsingStatesStack
@ InvalidOperationException