Package sk.antons.web.path.element
Class AnyElementMatcher
- java.lang.Object
-
- sk.antons.web.path.element.SingleElementMatcher
-
- sk.antons.web.path.element.AnyElementMatcher
-
- All Implemented Interfaces:
ElementMatcher
public class AnyElementMatcher extends SingleElementMatcher
Not public class. Just internal implementation.- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description AnyElementMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(char[] chars, int startpos, int endpos)-
Methods inherited from class sk.antons.web.path.element.SingleElementMatcher
isWild
-
-