|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |