Interface TypeWalker.Visitor

  • All Known Implementing Classes:
    BindingWalker
    Enclosing class:
    TypeWalker

    public static interface TypeWalker.Visitor
    • Method Detail

      • visit

        boolean visit​(XSDTypeDefinition type)
        Supplies the current type to the visitor.
        Parameters:
        type - The current type.
        Returns:
        True to signal that the walk should continue, false to signal the walk should stop.