Methods in org.gxml.xs that throw SmAbortException |
void |
SmParserHandler.error(SmAttribute<A,S> attribute,
SmException exception)
|
void |
SmParserHandler.error(SmAttributeGroup<A,S> attributeGroup,
SmException exception)
|
void |
SmParserHandler.error(SmComplexType<A,S> complexType,
SmException exception)
|
void |
SmParserHandler.error(SmElement<A,S> element,
SmException exception)
|
void |
SmExceptionThrower.error(SmException exception)
|
void |
SmExceptionHandler.error(SmException exception)
|
void |
SmParserHandler.error(SmIdentityConstraint<A,S> constraint,
SmException exception)
|
void |
SmParserHandler.error(SmModelGroup<A,S> modelGroup,
SmException exception)
|
void |
SmParserHandler.error(SmNotation<A,S> notation,
SmException exception)
|
void |
SmParserHandler.error(SmParticle<A,S> particle,
SmException exception)
|
void |
SmParserHandler.error(SmSimpleType<A,S> simpleType,
SmException exception)
|
void |
SmMetaBridge.load(java.net.URI schemaLocation,
java.io.InputStream istream,
java.net.URI systemId,
SmExceptionHandler errors,
SmMetaLoadArgs args)
|
SmSchema<A,S> |
SmParser.parse(java.net.URI schemaLocation,
java.io.InputStream istream,
java.net.URI systemId,
SmParserHandler<A,S> errors)
|