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