232425262728293031
protected Collection initialize(String expString) throws Exception { INodeSupplier ns = getNodeSupplier(); if(ns != null) return new MakeTree(ns).makeNodeList(expString); else return null; }