com.ibm.icu.text

Class UnicodeSet.XSymbolTable

public abstract static class UnicodeSet.XSymbolTable extends Object implements SymbolTable

Internal class for customizing UnicodeSet parsing of properties. TODO: extend to allow customizing of codepoint ranges

Author: medavis

UNKNOWN:

Method Summary
booleanapplyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result)
char[]lookup(String s)
UnicodeMatcherlookupMatcher(int i)
StringparseReference(String text, ParsePosition pos, int limit)

Method Detail

applyPropertyAlias

public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result)

lookup

public char[] lookup(String s)

lookupMatcher

public UnicodeMatcher lookupMatcher(int i)

parseReference

public String parseReference(String text, ParsePosition pos, int limit)
Copyright (c) 2006 IBM Corporation and others.