|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.util.text.WhitespaceMatcher
Matches a whitespace character.
Constructor Summary | |
WhitespaceMatcher()
Creates an object that matches all whitespace characters, line terminators included |
|
WhitespaceMatcher(boolean matchEndLines)
Creates an object that matches whitespace characters. |
Method Summary | |
boolean |
matches(char ch)
Matches whitespace characters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WhitespaceMatcher()
public WhitespaceMatcher(boolean matchEndLines)
matchEndLines
- match line terminators as wellMethod Detail |
public boolean matches(char ch)
matches
in interface ICharacterMatcher
ch
- the character to be matched
ICharacterMatcher.matches(char)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |