Uses of Interface
org.testng.reporters.IBuffer
Packages that use IBuffer
-
Uses of IBuffer in org.testng.reporters
Classes in org.testng.reporters that implement IBufferModifier and TypeClassDescriptionclass
A string buffer that flushes its content to a temporary file whenever the internal string buffer becomes larger than MAX.Fields in org.testng.reporters declared as IBufferModifier and TypeFieldDescriptionprivate IBuffer
XMLStringBuffer.m_buffer
The buffer to hold the xml documentMethods in org.testng.reporters that return IBufferModifier and TypeMethodDescriptionIBuffer.append
(CharSequence string) static IBuffer
Buffer.create()
XMLStringBuffer.getStringBuffer()
Methods in org.testng.reporters with parameters of type IBufferModifier and TypeMethodDescriptionstatic void
XMLUtils.appendAttributes
(IBuffer result, Properties attributes) Appends the attributes to result.private void
private void
static void
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