1 package com.thaiopensource.relaxng.parse;2 3 public interface Parseable extends SubParser {4 ParsedPattern parse(SchemaBuilder f, Scope scope) throws BuildException, IllegalSchemaException;5 }6