XMLClassifier class

A classifier for XML content.

Constructors

XMLClassifier({required String classification, required String name, DateTime? creationTime, DateTime? lastUpdated, String? rowTag, int? version})
XMLClassifier.fromJson(Map<String, dynamic> json)
factory

Properties

classification String
An identifier of the data format that the classifier matches.
final
creationTime DateTime?
The time that this classifier was registered.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdated DateTime?
The time that this classifier was last updated.
final
name String
The name of the classifier.
final
rowTag String?
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).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
The version of this classifier.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited