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

Construct a SimpleDocument.

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

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