// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: packimports(3) fieldsfirst lnc // Source File Name: ExtensionElementFactory.java package com.icl.saxon.style; public interface ExtensionElementFactory { public abstract Class getExtensionClass(String s); }