public class XPATHMessages extends Object
| Constructor and Description |
|---|
XPATHMessages() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createXPATHMessage(String msgKey,
Object[] args)
Creates a message from the specified key and replacement arguments, localized to the given
locale.
|
public static String createXPATHMessage(String msgKey, Object[] args)
msgKey - The key for the message text.args - The arguments to be used as replacement text in the message created.Copyright © 2022–2023 HtmlUnit. All rights reserved.