org.openjena.riot
Class RiotChars
java.lang.Object
org.openjena.riot.RiotChars
public class RiotChars
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RiotChars
public RiotChars()
isAlpha
public static boolean isAlpha(int codepoint)
isAlphaNumeric
public static boolean isAlphaNumeric(int codepoint)
isA2Z
public static boolean isA2Z(int ch)
- ASCII A-Z
isA2ZN
public static boolean isA2ZN(int ch)
- ASCII A-Z or 0-9
isDigit
public static boolean isDigit(int ch)
- ASCII 0-9
isWhitespace
public static boolean isWhitespace(int ch)
isNewlineChar
public static boolean isNewlineChar(int ch)
valHexChar
public static int valHexChar(int ch)
range
public static boolean range(int ch,
char a,
char b)
Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP