1 23 24 package org.enhydra.xml.xmlc.dom; 25 26 import org.enhydra.xml.xmlc.XMLCException; 27 import org.enhydra.xml.xmlc.codegen.JavaClass; 28 import org.enhydra.xml.xmlc.codegen.JavaMethod; 29 import org.enhydra.xml.xmlc.compiler.ElementTable; 30 31 35 public interface DocBuilderGenerator { 36 46 public void createBuildDocumentMethod(XMLCDocument xmlcDoc, 47 AccessorGenerator accessorGenerator, 48 ElementTable elementTable, 49 JavaClass docClass, 50 JavaMethod buildDocumentMethod) throws XMLCException; 51 } 52 | Popular Tags |