isVirtualAnchor

abstract fun isVirtualAnchor(): Boolean

Nodes that return true will be treated as a root view for the virtual nodes tree. It means that all of its descendants will be "virtual" nodes. Good example is InputText view that may have children Text nodes but this whole hierarchy will be mapped to a single android EditText view.