Package sk.antons.web.path.element
Class AnyElementsMatcher
- java.lang.Object
-
- sk.antons.web.path.element.AnyElementsMatcher
-
- All Implemented Interfaces:
ElementMatcher
public class AnyElementsMatcher extends Object implements ElementMatcher
Not public class. Just internal implementation.- Author:
- antons
-
-
Constructor Summary
Constructors Constructor Description AnyElementsMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWild()booleanmatch(char[] chars, int startpos, int endpos)
-
-
-
Method Detail
-
isWild
public boolean isWild()
- Specified by:
isWildin interfaceElementMatcher
-
match
public boolean match(char[] chars, int startpos, int endpos)- Specified by:
matchin interfaceElementMatcher
-
-