KickJava   Java API By Example, From Geeks To Geeks.

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


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