XmlParserContext.DocTypeName Vlastnost

Definice

Získá nebo nastaví název deklarace typu dokumentu.

public:
 property System::String ^ DocTypeName { System::String ^ get(); void set(System::String ^ value); };
public string DocTypeName { get; set; }
member this.DocTypeName : string with get, set
Public Property DocTypeName As String

Hodnota vlastnosti

String

Název deklarace typu dokumentu.

Poznámky

Tato vlastnost, spolu s PublicId, SystemIda InternalSubset, poskytuje všechny informace o deklaraci typu dokumentu. Slouží k vyhledání a načtení potřebných informací DTD, abyste získali všechny výchozí atributy a entity definované v DTD.

Platí pro