org.jibx.schema
Interface ISkipElements

All Known Implementing Classes:
ValidationContext

public interface ISkipElements

Interface for checking elements to be skipped in walking the definition tree.

Author:
Dennis M. Sosnoski

Method Summary
 boolean isSkipped(Object obj)
          Check if a component is being skipped due to a fatal error.
 

Method Detail

isSkipped

boolean isSkipped(Object obj)
Check if a component is being skipped due to a fatal error.

Parameters:
obj - component to be checked
Returns:
flag for component being skipped


Copyright © 2005-2012 jibx.org. All Rights Reserved.