com.thaiopensource.relaxng.parse
Interface Parseable

All Superinterfaces:
SubParser
All Known Implementing Classes:
CompactParseable, SAXParseable

public interface Parseable
extends SubParser


Method Summary
 ParsedPattern parse(SchemaBuilder f, Scope scope)
           
 
Methods inherited from interface com.thaiopensource.relaxng.parse.SubParser
parseExternal, parseInclude
 

Method Detail

parse

ParsedPattern parse(SchemaBuilder f,
                    Scope scope)
                    throws BuildException,
                           IllegalSchemaException
Throws:
BuildException
IllegalSchemaException