8182838485868788
getLogger().debug("no constraints for [" + String.valueOf(xpath) + "]"); return (null); } } else { throw new NoSuchNodeException(xpath); } }
128129130131132133134135
195196197198199200201202
Node node = lookupNode(xpath); if (node != null) { return (node.getValue()); } else { throw new NoSuchNodeException(xpath); } }