Uses of Interface
org.testng.reporters.IBuffer
-
Packages that use IBuffer Package Description org.testng.reporters -
-
Uses of IBuffer in org.testng.reporters
Classes in org.testng.reporters that implement IBuffer Modifier and Type Class Description classFileStringBufferA 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 IBuffer Modifier and Type Field Description private IBufferXMLStringBuffer. m_bufferThe buffer to hold the xml documentMethods in org.testng.reporters that return IBuffer Modifier and Type Method Description IBufferIBuffer. append(java.lang.CharSequence string)static IBufferBuffer. create()IBufferXMLStringBuffer. getStringBuffer()Methods in org.testng.reporters with parameters of type IBuffer Modifier and Type Method Description static voidXMLUtils. appendAttributes(IBuffer result, java.util.Properties attributes)Appends the attributes to result.private voidXMLStringBuffer. init(IBuffer buffer, java.lang.String start)private voidXMLStringBuffer. init(IBuffer buffer, java.lang.String start, java.lang.String version, java.lang.String encoding)static voidXMLUtils. xmlClose(IBuffer result, java.lang.String indent, java.lang.String tag, java.lang.String comment)static voidXMLUtils. xmlOpen(IBuffer result, java.lang.String indent, java.lang.String tag, java.util.Properties attributes)static voidXMLUtils. xmlOpen(IBuffer result, java.lang.String indent, java.lang.String tag, java.util.Properties attributes, boolean noNewLine)static voidXMLUtils. xmlOptional(IBuffer result, java.lang.String sp, java.lang.String elementName, java.lang.Boolean value, java.util.Properties attributes)static voidXMLUtils. xmlOptional(IBuffer result, java.lang.String sp, java.lang.String elementName, java.lang.String value, java.util.Properties attributes)static voidXMLUtils. xmlRequired(IBuffer result, java.lang.String sp, java.lang.String elementName, java.lang.String value, java.util.Properties attributes)Constructors in org.testng.reporters with parameters of type IBuffer Constructor Description XMLStringBuffer(IBuffer buffer, java.lang.String start)
-