Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Construct a SimpleDocument.

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

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