예제 #1
0
 public boolean matchesStart(PathElement p) {
   return p.toPath().endsWith("box/br");
 }
예제 #2
0
 public boolean matchesStart(PathElement p) {
   return p.getName().equals(TAGNAME);
 }