Uses of Class
tigase.xml.ElementMatcher
Packages that use ElementMatcher
-
Uses of ElementMatcher in tigase.xml
Methods in tigase.xml that return ElementMatcherModifier and TypeMethodDescription@NonNull ElementMatcherElementMatcher.addAttribute(@NonNull String name, @Nullable String value) Method add attribute to the matcherstatic @NonNull ElementMatcherMethod parsesStringinto matcherprotected static @NonNull ElementMatcherElementMatcher.parse(@NonNull Path.State state) Method parsesStringinto matcher@NonNull ElementMatcherMethod sets matcher name to compare (or sets it to null to match any name)@NonNull ElementMatcherMethod sets matcher xmlns to compare (or sets it to null to match any xmlns)Methods in tigase.xml with parameters of type ElementMatcherModifier and TypeMethodDescriptionstatic @NonNull PathPath.of(@NonNull ElementMatcher... matchers) Method for creatingPathfromElementMatchers.Path.then(ElementMatcher matcher) Method for building a new path by adding additional element matcher to the end of the path