org.jboss.util
Class CharacterChecker.WhitespaceChecker
java.lang.Object
org.jboss.util.CharacterChecker.WhitespaceChecker
- All Implemented Interfaces:
- CharacterChecker
- Enclosing interface:
- CharacterChecker
public static class CharacterChecker.WhitespaceChecker
- extends Object
- implements CharacterChecker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterChecker.WhitespaceChecker
public CharacterChecker.WhitespaceChecker()
isCharacterLegal
public boolean isCharacterLegal(char character)
- Description copied from interface:
CharacterChecker
- Is character legal.
- Specified by:
isCharacterLegal
in interface CharacterChecker
- Parameters:
character
- the char parameter
- Returns:
- true if legal, false otherwise
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.