112113114115116117118119120
* @param node the node * @return the path for the node */ @NotNull public Path getPath( @NotNull Node node ) { Path path = new PathFactory().buildPath( node ); path.setAbsolute( true ); return path; }