public static final class IDNA.Info
extends java.lang.Object
| Constructor | Description |
|---|---|
Info() |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.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.
|
public boolean hasErrors()
public java.util.Set<IDNA.Error> getErrors()
public boolean isTransitionalDifferent()
Copyright ? 2016 Unicode, Inc. and others.