Click or drag to resize

SimpleDocumentDtdUri Property

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get or set the URI of the DTD (DOCTYPE) for the document.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual string DtdUri { get; set; }

Property Value

Type: String
The document type URI.

Implements

IXmlDocumentDtdUri
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