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