Writes the start element.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public virtual bool WriteStartElement(
	string prefix,
	string localName,
	string ns
)
Visual Basic
Public Overridable Function WriteStartElement ( _
	prefix As String, _
	localName As String, _
	ns As String _
) As Boolean
Visual C++
public:
virtual bool WriteStartElement(
	String^ prefix, 
	String^ localName, 
	String^ ns
)

Parameters

prefix
Type: System..::..String
The prefix.
localName
Type: System..::..String
The local name.
ns
Type: System..::..String
The namespace.

Return Value

A value indicating whether the element has actually been written.

See Also