|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBuffer | |
|---|---|
| org.testng.reporters | |
| Uses of IBuffer in org.testng.reporters |
|---|
| Classes in org.testng.reporters that implement IBuffer | |
|---|---|
class |
FileStringBuffer
A string buffer that flushes its content to a temporary file whenever the internal string buffer becomes larger than MAX. |
| Methods in org.testng.reporters that return IBuffer | |
|---|---|
IBuffer |
IBuffer.append(CharSequence string)
|
static IBuffer |
Buffer.create()
|
IBuffer |
XMLStringBuffer.getStringBuffer()
|
| Methods in org.testng.reporters with parameters of type IBuffer | |
|---|---|
static void |
XMLUtils.appendAttributes(IBuffer result,
Properties attributes)
Appends the attributes to result. |
static void |
XMLUtils.xmlClose(IBuffer result,
String indent,
String tag,
String comment)
|
static void |
XMLUtils.xmlOpen(IBuffer result,
String indent,
String tag,
Properties attributes)
|
static void |
XMLUtils.xmlOpen(IBuffer result,
String indent,
String tag,
Properties attributes,
boolean noNewLine)
|
static void |
XMLUtils.xmlOptional(IBuffer result,
String sp,
String elementName,
Boolean value,
Properties attributes)
|
static void |
XMLUtils.xmlOptional(IBuffer result,
String sp,
String elementName,
String value,
Properties attributes)
|
static void |
XMLUtils.xmlRequired(IBuffer result,
String sp,
String elementName,
String value,
Properties attributes)
|
| Constructors in org.testng.reporters with parameters of type IBuffer | |
|---|---|
XMLStringBuffer(IBuffer buffer,
String start)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||