1 package com.thaiopensource.relaxng.parse;2 3 public interface ParsedPatternFuture {4 ParsedPattern getParsedPattern() throws IllegalSchemaException;5 }6