8 references to DTD
System.Private.Xml (8)
System\Xml\Dom\XmlDocument.cs (4)
676
if (schInfo!.SchemaType == SchemaType.
DTD
)
698
XmlQualifiedName qname = new XmlQualifiedName(elem.LocalName, schInfo.SchemaType == SchemaType.
DTD
? elem.Prefix : elem.NamespaceURI);
1680
if ((schInfo!.SchemaType == SchemaType.
DTD
&& attdef.Name.Namespace == attrPrefix) ||
1681
(schInfo.SchemaType != SchemaType.
DTD
&& attdef.Name.Namespace == attrNamespaceURI))
System\Xml\Schema\DtdParser.cs (1)
255
_schemaInfo.SchemaType = SchemaType.
DTD
;
System\Xml\Schema\DtdValidator.cs (2)
58
if (schemaInfo!.SchemaType == SchemaType.
DTD
)
260
if (schemaInfo!.SchemaType == SchemaType.
DTD
)
System\Xml\Schema\Parser.cs (1)
127
case SchemaType.
DTD
: //Did not detect schema type that can be parsed by this parser