3 writes to impl
System.Xml (3)
System\Xml\Core\XmlValidatingReader.cs (3)
29
impl
= new XmlValidatingReaderImpl( reader );
37
impl
= new XmlValidatingReaderImpl( xmlFragment, fragType, context );
45
impl
= new XmlValidatingReaderImpl(xmlFragment, fragType, context);
61 references to impl
System.Xml (61)
System\Xml\Core\XmlValidatingReader.cs (61)
30
impl
.OuterReader = this;
38
impl
.OuterReader = this;
46
impl
.OuterReader = this;
53
get { return
impl
.NodeType; }
57
get { return
impl
.Name; }
61
get { return
impl
.LocalName; }
65
get { return
impl
.NamespaceURI; }
69
get { return
impl
.Prefix; }
73
get { return
impl
.HasValue; }
77
get { return
impl
.Value; }
81
get { return
impl
.Depth; }
85
get { return
impl
.BaseURI; }
89
get { return
impl
.IsEmptyElement; }
93
get { return
impl
.IsDefault; }
97
get { return
impl
.QuoteChar; }
101
get { return
impl
.XmlSpace; }
105
get { return
impl
.XmlLang; }
110
public override int AttributeCount { get { return
impl
.AttributeCount; } }
113
return
impl
.GetAttribute( name );
117
return
impl
.GetAttribute( localName, namespaceURI );
121
return
impl
.GetAttribute( i );
125
return
impl
.MoveToAttribute( name );
129
return
impl
.MoveToAttribute( localName, namespaceURI );
133
impl
.MoveToAttribute( i );
137
return
impl
.MoveToFirstAttribute();
141
return
impl
.MoveToNextAttribute();
145
return
impl
.MoveToElement();
149
return
impl
.ReadAttributeValue();
153
return
impl
.Read();
157
get { return
impl
.EOF; }
161
impl
.Close();
165
get { return
impl
.ReadState; }
169
get { return
impl
.NameTable; }
173
string ns =
impl
.LookupNamespace( prefix );
185
impl
.ResolveEntity();
194
return
impl
.ReadContentAsBase64( buffer, index, count );
198
return
impl
.ReadElementContentAsBase64( buffer, index, count );
202
return
impl
.ReadContentAsBinHex( buffer, index, count );
206
return
impl
.ReadElementContentAsBinHex( buffer, index, count );
212
impl
.MoveOffEntityReference();
221
public int LineNumber { get { return
impl
.LineNumber; } }
223
public int LinePosition { get { return
impl
.LinePosition; } }
229
return
impl
.GetNamespacesInScope( scope );
233
return
impl
.LookupNamespace( prefix );
237
return
impl
.LookupPrefix( namespaceName );
244
add {
impl
.ValidationEventHandler += value; }
245
remove {
impl
.ValidationEventHandler -= value; }
249
get { return
impl
.SchemaType; }
253
get { return
impl
.Reader; }
257
get { return
impl
.ValidationType; }
258
set {
impl
.ValidationType = value; }
262
get { return
impl
.Schemas; }
266
get { return
impl
.EntityHandling; }
267
set {
impl
.EntityHandling = value; }
271
set {
impl
.XmlResolver = value; }
275
get { return
impl
.Namespaces; }
276
set {
impl
.Namespaces = value; }
280
return
impl
.ReadTypedValue();
284
get { return
impl
.Encoding; }
290
get { return
impl
; }
294
get { return
impl
.DtdInfo; }