Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Construct a SimpleDocument.

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

Syntax

C#
public SimpleDocument(
	string name,
	string dtdUri,
	string dtdName
)

Parameters

name
Type: System..::..String
The name of the root element.
dtdUri
Type: System..::..String
The URI of the DTD (system identifier).
dtdName
Type: System..::..String
The name of the DTD (public identifier); may be null.

See Also