Comment

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val nodetype: NodeType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun appendChild(node: Node): Node
Link copied to clipboard
abstract fun appendData(data: String)
Link copied to clipboard
abstract fun deleteData(offset: Int, count: Int)
Link copied to clipboard
abstract fun getChildNodes(): NodeList
Link copied to clipboard
abstract fun getData(): String
Link copied to clipboard
abstract fun getFirstChild(): Node?
Link copied to clipboard
abstract fun getLastChild(): Node?
Link copied to clipboard
abstract fun getNextSibling(): Node?
Link copied to clipboard
abstract fun getNodeName(): String
Link copied to clipboard
open fun getNodeType(): Short
Link copied to clipboard
abstract fun getOwnerDocument(): Document
Link copied to clipboard
Link copied to clipboard
abstract fun getParentNode(): Node?
Link copied to clipboard
abstract fun getPreviousSibling(): Node?
Link copied to clipboard
abstract fun getTextContent(): String?
Link copied to clipboard
abstract fun insertData(offset: Int, data: String)
Link copied to clipboard
abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
abstract fun removeChild(node: Node): Node
Link copied to clipboard
abstract fun replaceChild(oldChild: Node, newChild: Node): Node
Link copied to clipboard
abstract fun replaceData(offset: Int, count: Int, data: String)
Link copied to clipboard
abstract fun setData(value: String)
Link copied to clipboard
abstract fun setTextContent(value: String)
Link copied to clipboard
abstract fun substringData(offset: Int, count: Int): String