Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Get or set the URI of the DTD (DOCTYPE) for the document.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual string DtdUri { get; set; }

Field Value

The document type URI.

Implements

IXmlDocument..::.DtdUri

Remarks

This is referred to as the System Identifier by the XML specification.

Examples

http://java.sun.com/j2ee/dtds/web-app_2_2.dtd

See Also