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