XMLContext

class XMLContext<T : Any>(val universe: XMLUniverse, val boundObject: T)(source)

Constructors

Link copied to clipboard
constructor(universe: XMLUniverse, boundObject: T)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <E> getBoundMethod(name: String, argument: Class<E>): Consumer<E>
Link copied to clipboard
fun <E> getBoundProperty(name: String, type: Class<E>): GetSetter<E>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <E> getMethodFromAttribute(element: Element, name: QName, type: Class<E>): Consumer<E>
Link copied to clipboard
fun <E> getPropertyFromAttribute(element: Element, name: QName, type: Class<E>): GetSetter<E>?
fun <E> getPropertyFromAttribute(element: Element, name: QName, type: Class<E>, def: E): E