7 references to GetAttDef
System.Xml (7)
System\Xml\Schema\DtdParser.cs (2)
666
bool attrDefAlreadyExists = (elementDecl.
GetAttDef
(attrDef.Name) != null);
732
SchemaAttDef idAttrDef = elementDecl.
GetAttDef
( attrDef.Name );
System\Xml\Schema\DtdParserAsync.cs (2)
311
bool attrDefAlreadyExists = (elementDecl.
GetAttDef
(attrDef.Name) != null);
377
SchemaAttDef idAttrDef = elementDecl.
GetAttDef
( attrDef.Name );
System\Xml\Schema\DtdValidator.cs (1)
156
SchemaAttDef attnDef = context.ElementDecl.
GetAttDef
( new XmlQualifiedName( reader.LocalName, reader.Prefix) );
System\Xml\Schema\SchemaInfo.cs (2)
178
attdef = ed.
GetAttDef
(qname);;
196
attdef = ed.
GetAttDef
(qname);