package me.eater.threedom.dom class PlainNode(document: IDocument?) : Node(document) { override fun cloneSelf(): PlainNode = PlainNode(document) }