Uses of Class
org.apache.cocoon.stax.navigation.MatchingType

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

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

Methods in org.apache.cocoon.stax.navigation that return MatchingType
 MatchingType InSubtreeNavigator.getMatchingType()
           
static MatchingType MatchingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchingType[] MatchingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cocoon.stax.navigation with parameters of type MatchingType
 void InSubtreeNavigator.setMatchingType(MatchingType matchingType)
           
 

Constructors in org.apache.cocoon.stax.navigation with parameters of type MatchingType
FindStartElementNavigator(String name, MatchingType matchingType, Attribute... attributes)
           
FindStartElementNavigator(String name, MatchingType matchingType, List<Attribute> attributes)
           
InSubtreeNavigator(String name, MatchingType matchingType, Attribute... attributes)
           
InSubtreeNavigator(String name, MatchingType matchingType, List<Attribute> attributes)
           
 



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