1 package org.catacomb.interlish.resource; 2 3 4 public interface ImportContext { 5 6 Object getRelative(String attValue); 7 8 }