Uses of Interface
org.apache.tapestry.util.text.ICharacterMatcher

Packages that use ICharacterMatcher
org.apache.tapestry.util.text Helper classes for template parsing and rendering. 
 

Uses of ICharacterMatcher in org.apache.tapestry.util.text
 

Classes in org.apache.tapestry.util.text that implement ICharacterMatcher
 class AsciiCharacterMatcher
          An object for matching a set of provided ASCII characters.
 class CompoundMatcher
          Combine a set of character matchers.
 class InverseMatcher
          Matches a given character only if the provided object does NOT match it.
 class WhitespaceMatcher
          Matches a whitespace character.
 

Methods in org.apache.tapestry.util.text with parameters of type ICharacterMatcher
 String ExtendedReader.readCharacters(ICharacterMatcher matcher)
          Reads the next characters until a character that does not match the provided rule is reached.
 void ExtendedReader.skipCharacters(ICharacterMatcher matcher)
          Skips the next characters until a character that does not match the provided rule is reached.
 

Constructors in org.apache.tapestry.util.text with parameters of type ICharacterMatcher
CompoundMatcher(ICharacterMatcher[] matchers)
          Create a new object that will match a character if any of the provided objects matches it.
InverseMatcher(ICharacterMatcher matcher)
          Creates a new object that inverts the matching rule of the provided matcher.
MarkupCharacterTranslator(boolean encodeNonAscii, ICharacterMatcher safeMatcher, ICharacterTranslator entityTranslator)
           
 



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