1 18 package org.enhydra.barracuda.contrib.sam.xmlform.dtd; 19 20 import org.xml.sax.ContentHandler ; 21 22 public interface Unmarshallable extends ContentHandler { 23 24 public Unmarshallable getCurrentUNode(); 25 26 public void setCurrentUNode(Unmarshallable currentUNode); 27 28 public Unmarshallable getParentUNode(); 29 30 public void setParentUNode(Unmarshallable parentUNode); 31 32 } 33 | Popular Tags |