Class Step.Filtered<T extends XSComponent>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Filtered​(Axis<? extends T> axis)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Iterator<T> filter​(java.util.Iterator<? extends T> base)
      Perform filtering (which is different depending on the kind of step.)
      protected abstract boolean match​(T d)  
      • Methods inherited from class com.sun.xml.xsom.impl.scd.Step

        evaluate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filtered

        protected Filtered​(Axis<? extends T> axis)
    • Method Detail

      • filter

        protected java.util.Iterator<T> filter​(java.util.Iterator<? extends T> base)
        Description copied from class: Step
        Perform filtering (which is different depending on the kind of step.)
        Specified by:
        filter in class Step<T extends XSComponent>
      • match

        protected abstract boolean match​(T d)