1 //
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.3-b18-fcs
3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4 // Any modifications to this file will be lost upon recompilation of the source schema.
5 // Generated on: 2004.12.16 at 07:09:44 EST
6 //
7
8 package net.sf.jour.rt.view.config.impl.runtime;
9
10 public interface PrefixCallback
11 {
12 void onPrefixMapping( String prefix, String uri ) throws org.xml.sax.SAXException;
13 }