RootPageNode

abstract class RootPageNode : PageNode

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
modified
Link copied to clipboard
abstract override fun modified(name: String, children: List<PageNode>): RootPageNode
toString
Link copied to clipboard
open fun toString(): String
transformContentPagesTree
Link copied to clipboard
fun transformContentPagesTree(operation: (ContentPage) -> ContentPage): RootPageNode
transformPageNodeTree
Link copied to clipboard
fun transformPageNodeTree(operation: (PageNode) -> PageNode): RootPageNode

Properties

children
Link copied to clipboard
abstract override val children: List<PageNode>
name
Link copied to clipboard
abstract val name: String
parentMap
Link copied to clipboard
val parentMap: Map<PageNode, PageNode>

Inheritors

ModulePageNode
Link copied to clipboard
MultimoduleRootPageNode
Link copied to clipboard
RendererSpecificRootPage
Link copied to clipboard