edvin
09/15/2016, 7:08 AMLoadListener
by implementing LoadListener#endElement
. If the element is a Node with no parent I assume that the root element attributes are processed. If no controller has been set by then I call setController
. It shouldn't be a problem if the function is called multiple times, as long as the attributes of the root element are processed by then. Is this too naive?