Uses of Interface
org.apache.cocoon.stax.navigation.Navigator

Packages that use Navigator
org.apache.cocoon.stax.navigation   
 

Uses of Navigator in org.apache.cocoon.stax.navigation
 

Classes in org.apache.cocoon.stax.navigation that implement Navigator
 class FindCorrespondingStartEndElementPairNavigator
          This implementation of the Navigator returns true every time a StartElement is entered to fulfillsCriteria(XMLEvent) and matches all other conditions entered to the Navigator during its creation.
 class FindEndElementNavigator
          This implementation of the Navigator returns true of fulfillsCriteria(XMLEvent) any time it is called with a EndElement full filling all conditions the Navigator was created with.
 class FindStartElementNavigator
          This implementation of the Navigator returns true of fulfillsCriteria(XMLEvent) any time it is called with a StartElement full filling all conditions the Navigator was created with.
 class InSubtreeNavigator
          This Navigator implementation returns as long true as long it is in an opened clause.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.