Click or drag to resize

SimpleDocument Constructor (String, String, String)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a SimpleDocument.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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