Element

open class Element

extracts category ids to be deleted from DB

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Since

1.0

Constructors

Link copied to clipboard
constructor(document: Document, tagName: String)
create enhanced element as child of document
constructor(delegate: Element)
create enhanced element from existing element

Properties

Link copied to clipboard
for fomated date attributes
Link copied to clipboard
delegate instance

Functions

Link copied to clipboard
open fun appendChild(newChild: Element): Node
open fun appendChild(newChild: Node): Node
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun setAttribute(name: String, value: Boolean)
open fun setAttribute(name: String, value: Double)
open fun setAttribute(name: String, value: Float)
open fun setAttribute(name: String, value: Integer)
open fun setAttribute(name: String, value: Long)
set date attribute (handles null values)
open fun setAttribute(name: String, value: String)
set attribute (handles null values)
Link copied to clipboard
open fun setFormatedTimeAttribute(name: String, value: Date)
set date attribute (handles null values)
Link copied to clipboard
open fun setTextContent(textContent: String)
Link copied to clipboard
open fun setUnixTimeAttribute(name: String, value: Date)
set date attribute (handles null values)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()