toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.xml
/
Element
Element
Library
open
class
Element
extracts category ids to be deleted from DB
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Since
1.0
Members
Constructors
Element
Link copied to clipboard
Library
constructor
(
document
:
Document
,
tagName
:
String
)
create enhanced element as child of document
constructor
(
delegate
:
Element
)
create enhanced element from existing element
Properties
data
Formater
Link copied to clipboard
Library
val
dataFormater
:
DateFormat
for fomated date attributes
delegate
Link copied to clipboard
Library
val
delegate
:
Element
delegate instance
Functions
append
Child
Link copied to clipboard
Library
open
fun
appendChild
(
newChild
:
Element
)
:
Node
open
fun
appendChild
(
newChild
:
Node
)
:
Node
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
set
Attribute
Link copied to clipboard
Library
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)
set
Formated
Time
Attribute
Link copied to clipboard
Library
open
fun
setFormatedTimeAttribute
(
name
:
String
,
value
:
Date
)
set date attribute (handles null values)
set
Text
Content
Link copied to clipboard
Library
open
fun
setTextContent
(
textContent
:
String
)
set
Unix
Time
Attribute
Link copied to clipboard
Library
open
fun
setUnixTimeAttribute
(
name
:
String
,
value
:
Date
)
set date attribute (handles null values)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)