예제 #1
0
 /**
  * Decode a node name from the target format.
  *
  * @param name the name in the target format
  * @return the original name
  * @since 1.4
  */
 public String decodeNode(String name) {
   return nameCoder.decodeNode(name);
 }