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