|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.icu.text.IDNA.Info
public static final class IDNA.Info
Output container for IDNA processing errors. The Info class is not suitable for subclassing.
| Constructor Summary | |
|---|---|
IDNA.Info()
Constructor. |
|
| Method Summary | |
|---|---|
Set<IDNA.Error> |
getErrors()
Returns a set indicating IDNA processing errors. |
boolean |
hasErrors()
Were there IDNA processing errors? |
boolean |
isTransitionalDifferent()
Returns true if transitional and nontransitional processing produce different results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IDNA.Info()
| Method Detail |
|---|
public boolean hasErrors()
public Set<IDNA.Error> getErrors()
public boolean isTransitionalDifferent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||