startTag

abstract fun startTag(namespace: String?, localName: String, prefix: String?)(source)

Write a start tag. This increases the current depth.

Parameters

namespace

The namespace to use for the tag.

localName

The local name for the tag.

prefix

The prefix to use, or null for the namespace to be assigned automatically