createDefaultElement

protected fun createDefaultElement(nodeName: String, attributes: Attributes, parent: XmlParentNode): XmlElementNode(source)

Creates a default XmlElementNode instance with the given parameters. This method is used when no specific element type is provided by the parser.

Return

A new XmlElementNode instance.

Parameters

nodeName

The name of the XML element.

attributes

The attributes of the XML element.

parent

The parent node of the XML element.