001 package com.thaiopensource.relaxng.parse; 002 003 public interface Parseable extends SubParser { 004 ParsedPattern parse(SchemaBuilder f, Scope scope) throws BuildException, IllegalSchemaException; 005 }