PolyInfo

data class PolyInfo(val tagName: QName, val index: Int, val descriptor: XmlDescriptor)(source)

Helper class that collates information used in matching tags with types.

Constructors

Link copied to clipboard
constructor(tagName: QName, index: Int, descriptor: XmlDescriptor)

Properties

Link copied to clipboard

The descriptor of the actual element in the tag.

Link copied to clipboard
val index: Int

The index of the element that would ultimately be parsed (but maybe indirectly)

Link copied to clipboard
val tagName: QName

The expected tag name to test for. Note that prefix is not significant.