001    package com.thaiopensource.relaxng.parse;
002    
003    public interface ParsedPatternFuture {
004      ParsedPattern getParsedPattern() throws IllegalSchemaException;
005    }