Package com.thaiopensource.relaxng.parse
Interface SubParseable<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>>
-
- All Known Implementing Classes:
CompactParseable,SAXParseable
public interface SubParseable<P,NC,L,EA,CL extends CommentList<L>,A extends Annotations<L,EA,CL>> extends Parseable<P,NC,L,EA,CL,A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetUri()PparseAsInclude(SchemaBuilder<P,NC,L,EA,CL,A> f, IncludedGrammar<P,L,EA,CL,A> g)-
Methods inherited from interface com.thaiopensource.relaxng.parse.SubParser
createSubParseable
-
-
-
-
Method Detail
-
parseAsInclude
P parseAsInclude(SchemaBuilder<P,NC,L,EA,CL,A> f, IncludedGrammar<P,L,EA,CL,A> g) throws BuildException, IllegalSchemaException
- Throws:
BuildExceptionIllegalSchemaException
-
getUri
java.lang.String getUri()
-
-