Package com.thaiopensource.relaxng.parse
Interface Parseable<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
- All Superinterfaces:
SubParser<P,NC,L,EA,CL,A>
- All Known Subinterfaces:
SubParseable<P,NC,L,EA,CL,A>
- All Known Implementing Classes:
CompactParseable,SAXParseable
public interface Parseable<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>> extends SubParser<P,NC,L,EA,CL,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pparse(SchemaBuilder<P,NC,L,EA,CL,A> f, Scope<P,L,EA,CL,A> scope)-
Methods inherited from interface com.thaiopensource.relaxng.parse.SubParser
createSubParseable
-
-
-
-
Method Detail
-
parse
P parse(SchemaBuilder<P,NC,L,EA,CL,A> f, Scope<P,L,EA,CL,A> scope) throws BuildException, IllegalSchemaException
- Throws:
BuildExceptionIllegalSchemaException
-
-