| Package | Description |
|---|---|
| org.testng.reporters |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileStringBuffer |
A string buffer that flushes its content to a temporary file whenever the internal
string buffer becomes larger than MAX.
|
| Modifier and Type | Method | Description |
|---|---|---|
IBuffer |
IBuffer.append(java.lang.CharSequence string) |
|
static IBuffer |
Buffer.create() |
|
IBuffer |
XMLStringBuffer.getStringBuffer() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
XMLUtils.appendAttributes(IBuffer result,
java.util.Properties attributes) |
Appends the attributes to result.
|
static void |
XMLUtils.xmlClose(IBuffer result,
java.lang.String indent,
java.lang.String tag,
java.lang.String comment) |
|
static void |
XMLUtils.xmlOpen(IBuffer result,
java.lang.String indent,
java.lang.String tag,
java.util.Properties attributes) |
|
static void |
XMLUtils.xmlOpen(IBuffer result,
java.lang.String indent,
java.lang.String tag,
java.util.Properties attributes,
boolean noNewLine) |
|
static void |
XMLUtils.xmlOptional(IBuffer result,
java.lang.String sp,
java.lang.String elementName,
java.lang.Boolean value,
java.util.Properties attributes) |
|
static void |
XMLUtils.xmlOptional(IBuffer result,
java.lang.String sp,
java.lang.String elementName,
java.lang.String value,
java.util.Properties attributes) |
|
static void |
XMLUtils.xmlRequired(IBuffer result,
java.lang.String sp,
java.lang.String elementName,
java.lang.String value,
java.util.Properties attributes) |
| Constructor | Description |
|---|---|
XMLStringBuffer(IBuffer buffer,
java.lang.String start) |