Condividi tramite


XmlParserContext.InternalSubset Proprietà

Definizione

Ottiene o imposta il subset DTD interno.

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

Valore della proprietà

Subset DTD interno. Ad esempio, questa proprietà restituisce tutti gli elementi tra parentesi <!DOCTYPE doc [...]>quadre .

Commenti

Questa proprietà, insieme DocTypeNamea , PublicIde SystemId, fornisce tutte le informazioni sulla dichiarazione del tipo di documento. Viene usato per trovare e caricare le informazioni DTD necessarie in modo da ottenere tutti gli attributi e le entità predefiniti definiti nel DTD.

Il DTD viene usato per la risoluzione delle entità, non per la convalida del documento.

Si applica a