Package org.jibx.schema
Interface ISkipElements
-
- All Known Implementing Classes:
SchemaValidationContext,ValidationContext,ValidationContext
public interface ISkipElementsInterface for checking elements to be skipped in walking the definition tree.- Author:
- Dennis M. Sosnoski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSkipped(java.lang.Object obj)Check if a component is being skipped due to a fatal error.
-