ElementListener

abstract class ElementListener

Author

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

Since

1.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
log instance, errors logged with this logger will be intercepted by other class(-es) and can be reported back to the back-end or - if unexpected - will fail JUnit tests.
Link copied to clipboard
private val TAG: String
Logging tag
Link copied to clipboard
Format used for timestamps (start and end times).

Functions

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
open fun getBoolean(attributes: Attributes, attribute: String): Boolean
Extract id from attribute
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun getDouble(attributes: Attributes, attribute: String): Double
Extract double from attribute
Link copied to clipboard
open fun getFloat(attributes: Attributes, attribute: String): Float
Extract id from attribute
Link copied to clipboard
open fun getInteger(attributes: Attributes, attribute: String): Integer
Extract id from attribute
Link copied to clipboard
open fun getLong(attributes: Attributes, attribute: String): Long
Extract id from attribute
Link copied to clipboard
open fun getString(attributes: Attributes, attribute: String): String
Extract id from attribute
Link copied to clipboard
open fun getTimestamp(attributes: Attributes, attribute: String): Date
Extract timestamp from attribute
Link copied to clipboard
open fun getURI(attributes: Attributes, attribute: String): URI
Extract timestamp from attribute Note that there are three “URL” classes and you need to choose wisely:
java.net.URL
Java 1.0 class to handle URLs. Tries to resolve the URL on the net. Will hang and throw exception when this fails. Try to avoid if at all possible.
java.net.URI
Java 1.4 replacement for java.net.URL. Use when you need a instance which is java.io.Serializable.
android.net.Uri
Android replacement for java.net.URL. Use when you need a instance which is android.os.Parcelable.
Link copied to clipboard
open fun getURL(attributes: Attributes, attribute: String): URL
Extract timestamp from attribute Note that there are three “URL” classes and you need to choose wisely:
java.net.URL
Java 1.0 class to handle URLs. Tries to resolve the URL on the net. Will hang and throw exception when this fails. Try to avoid if at all possible.
java.net.URI
Java 1.4 replacement for java.net.URL. Use when you need a instance which is java.io.Serializable.
android.net.Uri
Android replacement for java.net.URL. Use when you need a instance which is android.os.Parcelable.
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 toString(): String
Link copied to clipboard
fun wait()