Click or drag to resize

SimpleDocument Constructor (String, String, String)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a SimpleDocument.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public SimpleDocument(
	string name,
	string dtdUri,
	string dtdName
)

Parameters

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