org.gxml.xs
Interface SmParserHandler<A,S>
public interface SmParserHandler<A,S>
Method Summary |
void |
error(SmAttribute<A,S> attribute,
SmException exception)
|
void |
error(SmAttributeGroup<A,S> attributeGroup,
SmException exception)
|
void |
error(SmComplexType<A,S> complexType,
SmException exception)
|
void |
error(SmElement<A,S> element,
SmException exception)
|
void |
error(SmIdentityConstraint<A,S> constraint,
SmException exception)
|
void |
error(SmModelGroup<A,S> modelGroup,
SmException exception)
|
void |
error(SmNotation<A,S> notation,
SmException exception)
|
void |
error(SmParticle<A,S> particle,
SmException exception)
|
void |
error(SmSimpleType<A,S> simpleType,
SmException exception)
|
error
void error(SmSimpleType<A,S> simpleType,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmComplexType<A,S> complexType,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmAttribute<A,S> attribute,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmElement<A,S> element,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmModelGroup<A,S> modelGroup,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmAttributeGroup<A,S> attributeGroup,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmIdentityConstraint<A,S> constraint,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmNotation<A,S> notation,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
error
void error(SmParticle<A,S> particle,
SmException exception)
throws SmAbortException
- Throws:
SmAbortException
Copyright © 2009 TIBCO Software Inc. All Rights Reserved.