Base:
property
Prefix
System.Xml.XmlReader.Prefix
6 references to Prefix
System.Xml (6)
System\Xml\Core\XmlValidatingReader.cs (1)
69get { return impl.Prefix; }
System\Xml\Schema\DtdValidator.cs (3)
77if (!GenEntity( new XmlQualifiedName(reader.LocalName, reader.Prefix) ) ){ 116elementName.Init(reader.LocalName, reader.Prefix); 156SchemaAttDef attnDef = context.ElementDecl.GetAttDef( new XmlQualifiedName( reader.LocalName, reader.Prefix) );
System\Xml\Schema\XdrValidator.cs (1)
176nsManager.AddNamespace(reader.Prefix.Length == 0 ? string.Empty : reader.LocalName, reader.Value);
System\Xml\Schema\XsdValidator.cs (1)
246nsManager.AddNamespace(reader.Prefix.Length == 0 ? string.Empty : reader.LocalName, reader.Value);