Composes two instances of Function1 in a new Function1, with this function applied first.
Composes two instances of Function1 in a new Function1, with this function applied first.
the result type of function g
a function R => A
a new function f
such that f(x) == g(apply(x))
applies various validations - accumulates error messages in exc
applies various validations - accumulates error messages in exc
the result of function application.
fail on first error, ignore other errors (rearranging conditions)
check children, return true if conform to content model
check children, return true if conform to content model
contentModel != null
check attributes, return true if md corresponds to attribute declarations in adecls.
Composes two instances of Function1 in a new Function1, with this function applied last.
Composes two instances of Function1 in a new Function1, with this function applied last.
the type to which function g
can be applied
a function A => T1
a new function f
such that f(x) == apply(g(x))
set content model, enabling element validation
set meta data, enabling attribute validation
Creates a String representation of this object.
validate children and/or attributes of an element exceptions are created but not thrown.