3 writes to _impl
System.Private.Xml (3)
System\Xml\Core\XmlValidatingReader.cs (3)
27
_impl
= new XmlValidatingReaderImpl(reader);
35
_impl
= new XmlValidatingReaderImpl(xmlFragment, fragType, context);
43
_impl
= new XmlValidatingReaderImpl(xmlFragment, fragType, context);
61 references to _impl
System.Private.Xml (61)
System\Xml\Core\XmlValidatingReader.cs (61)
28
_impl
.OuterReader = this;
36
_impl
.OuterReader = this;
44
_impl
.OuterReader = this;
52
get { return
_impl
.NodeType; }
57
get { return
_impl
.Name; }
62
get { return
_impl
.LocalName; }
67
get { return
_impl
.NamespaceURI; }
72
get { return
_impl
.Prefix; }
77
get { return
_impl
.HasValue; }
82
get { return
_impl
.Value; }
87
get { return
_impl
.Depth; }
92
get { return
_impl
.BaseURI; }
97
get { return
_impl
.IsEmptyElement; }
102
get { return
_impl
.IsDefault; }
107
get { return
_impl
.QuoteChar; }
112
get { return
_impl
.XmlSpace; }
117
get { return
_impl
.XmlLang; }
122
public override int AttributeCount { get { return
_impl
.AttributeCount; } }
126
return
_impl
.GetAttribute(name);
131
return
_impl
.GetAttribute(localName, namespaceURI);
136
return
_impl
.GetAttribute(i);
141
return
_impl
.MoveToAttribute(name);
146
return
_impl
.MoveToAttribute(localName, namespaceURI);
151
_impl
.MoveToAttribute(i);
156
return
_impl
.MoveToFirstAttribute();
161
return
_impl
.MoveToNextAttribute();
166
return
_impl
.MoveToElement();
171
return
_impl
.ReadAttributeValue();
176
return
_impl
.Read();
181
get { return
_impl
.EOF; }
186
_impl
.Close();
191
get { return
_impl
.ReadState; }
196
get { return
_impl
.NameTable; }
201
string? ns =
_impl
.LookupNamespace(prefix);
217
_impl
.ResolveEntity();
228
return
_impl
.ReadContentAsBase64(buffer, index, count);
233
return
_impl
.ReadElementContentAsBase64(buffer, index, count);
238
return
_impl
.ReadContentAsBinHex(buffer, index, count);
243
return
_impl
.ReadElementContentAsBinHex(buffer, index, count);
250
_impl
.MoveOffEntityReference();
259
public int LineNumber { get { return
_impl
.LineNumber; } }
261
public int LinePosition { get { return
_impl
.LinePosition; } }
268
return
_impl
.GetNamespacesInScope(scope);
273
return
_impl
.LookupNamespace(prefix);
278
return
_impl
.LookupPrefix(namespaceName);
286
add {
_impl
.ValidationEventHandler += value; }
287
remove {
_impl
.ValidationEventHandler -= value; }
292
get { return
_impl
.SchemaType; }
297
get { return
_impl
.Reader; }
302
get { return
_impl
.ValidationType; }
303
set {
_impl
.ValidationType = value; }
308
get { return
_impl
.Schemas; }
313
get { return
_impl
.EntityHandling; }
314
set {
_impl
.EntityHandling = value; }
319
set {
_impl
.XmlResolver = value; }
324
get { return
_impl
.Namespaces; }
325
set {
_impl
.Namespaces = value; }
330
return
_impl
.ReadTypedValue();
335
get { return
_impl
.Encoding; }
342
get { return
_impl
; }
347
get { return
_impl
.DtdInfo; }