8 references to DTD
System.Xml (8)
System\Xml\Dom\XmlDocument.cs (4)
551
if ( schInfo.SchemaType == SchemaType.
DTD
)
568
XmlQualifiedName qname = new XmlQualifiedName( elem.LocalName, schInfo.SchemaType == SchemaType.
DTD
? elem.Prefix : elem.NamespaceURI );
1407
if ( ( schInfo.SchemaType == SchemaType.
DTD
&& attdef.Name.Namespace == attrPrefix ) ||
1408
( schInfo.SchemaType != SchemaType.
DTD
&& attdef.Name.Namespace == attrNamespaceURI ) ) {
System\Xml\Schema\DtdParser.cs (1)
270
schemaInfo.SchemaType = SchemaType.
DTD
;
System\Xml\Schema\DtdValidator.cs (2)
53
if (schemaInfo.SchemaType == SchemaType.
DTD
) {
218
if (schemaInfo.SchemaType == SchemaType.
DTD
) {
System\Xml\Schema\Parser.cs (1)
121
case SchemaType.
DTD
: //Did not detect schema type that can be parsed by this parser