XmlClassifier

A classifier for XML content.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An identifier of the data format that the classifier matches.

Link copied to clipboard

The time that this classifier was registered.

Link copied to clipboard

The time that this classifier was last updated.

Link copied to clipboard

The name of the classifier.

Link copied to clipboard

The XML tag designating the element that contains each record in an XML document being parsed. This can't identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

Link copied to clipboard

The version of this classifier.

Functions

Link copied to clipboard
inline fun copy(block: XmlClassifier.Builder.() -> Unit = {}): XmlClassifier
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String