SimpleDocumentDtdUri Property |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntaxpublic 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