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