450451452453454455456
* Creates the ContextMap that will be used for named * children of this node. */ protected ContextMap createNamedChildMap() { return new MapContextMap(new ArrayMap<String, Object>()); }
451452453454455456457