Uses of Class
org.apache.abdera.i18n.text.InvalidCharacterException

Packages that use InvalidCharacterException
org.apache.abdera.i18n.text   
 

Uses of InvalidCharacterException in org.apache.abdera.i18n.text
 

Methods in org.apache.abdera.i18n.text that throw InvalidCharacterException
 Codepoint CodepointIterator.next()
          Return the next codepoint
 Codepoint CodepointIterator.RestrictedCodepointIterator.next()
           
 char[] CodepointIterator.nextChars()
          Return the next chars.
 char[] CodepointIterator.RestrictedCodepointIterator.nextChars()
           
 Codepoint CodepointIterator.peek()
          Peek the next codepoint
 Codepoint CodepointIterator.peek(int index)
          Peek the specified codepoint
 char[] CodepointIterator.peekChars()
          Peek the next chars in the iterator.
static void CharUtils.verify(char[] s, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verify(CodepointIterator ci, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified filter
static void CharUtils.verify(CodepointIterator ci, Filter filter)
          Verifies a sequence of codepoints using the specified filter
static void CharUtils.verify(String s, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verifyNot(char[] array, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verifyNot(CodepointIterator ci, CharUtils.Profile profile)
          Verifies a sequence of codepoints using the specified profile
static void CharUtils.verifyNot(CodepointIterator ci, Filter filter)
          Verifies a sequence of codepoints using the specified filter
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.