org.gxml.xs
Interface SmParser<A,S>
public interface SmParser<A,S>
parse
SmSchema<A,S> parse(java.net.URI schemaLocation,
java.io.InputStream istream,
java.net.URI systemId)
throws SmException
- Throws:
SmException
parse
SmSchema<A,S> parse(java.net.URI schemaLocation,
java.io.InputStream istream,
java.net.URI systemId,
SmParserHandler<A,S> errors)
throws SmAbortException
- Throws:
SmAbortException
setCatalog
void setCatalog(SmCatalog catalog)
getCatalog
SmCatalog getCatalog()
setResolver
void setResolver(SmResolver resolver)
getResolver
SmResolver getResolver()
setRegExCompiler
void setRegExCompiler(SmRegExCompiler regexc)
getRegExCompiler
SmRegExCompiler getRegExCompiler()
Copyright © 2009 TIBCO Software Inc. All Rights Reserved.