1 19 package org.enhydra.zeus; 20 21 import java.io.IOException ; 22 import java.util.List ; 23 24 43 public interface Binder { 44 45 62 public void setIsCollapsingSimpleElements( 63 boolean isCollapsingSimpleElements); 64 65 83 public boolean isCollapsingSimpleElements(); 84 85 96 public void setIsIgnoringIDAttributes(boolean isIgnoringIDAttributes); 97 98 109 public boolean isIgnoringIDAttributes(); 110 111 126 public List getBindings() throws IOException ; 127 } 128 | Popular Tags |