Package org.apache.cocoon.stax.navigation

Interface Summary
Navigator Core interface for the navigation system in all StAX transformers.
 

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

Enum Summary
MatchingType Type used to specify if an input string matches nodes according to exact strings or should be interpreted in another way.
 



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