XMLElement

XMLElement is designed to be implemented only by enumerations that represent XML tag sets. Concrete implementations specify the complete set of behavior required to use the XMLConfigurator to produce application-specific configurations.

Author

Todd L Smith

Parameters

ConfigurationType

A concrete Configuration class.

ElementType

A concrete XMLElement class.

StateType

A concrete XMLConfiguratorState class.

Properties

Link copied to clipboard

The allowed parent elements of the receiver element.

Link copied to clipboard
abstract val qName: String

The qualified name of the element.

Functions

Link copied to clipboard
abstract fun endElement(state: StateType)

Receive notification of the end of an element.

Link copied to clipboard
abstract fun startElement(state: StateType, attributes: Attributes)

Receive notification of the start of an element.