KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > thaiopensource > relaxng > parse > Parseable


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
Popular Tags