115116117118119120121
return nodes.get(0); } if (nodeClass != null) { return findFirstNodeOfClass(nodes, nodeClass); } throw new MultipleNodesForPathException(childPath, "getRegisteredNodes()"); }