1 write to name
System.Xml (1)
System\Xml\Dom\XmlDocumentType.cs (1)
27
this.
name
= name;
4 references to name
System.Xml (4)
System\Xml\Dom\XmlDocumentType.cs (4)
43
get { return
name
;}
48
get { return
name
;}
59
return OwnerDocument.CreateDocumentType(
name
, publicId, systemId, internalSubset );
121
w.WriteDocType(
name
, publicId, systemId, internalSubset );