Uses of Interface
org.apache.rat.report.xml.writer.IXmlWriter

Packages that use IXmlWriter
org.apache.rat.report.claim.impl.xml   
org.apache.rat.report.xml   
org.apache.rat.report.xml.writer   
org.apache.rat.report.xml.writer.impl.base   
 

Uses of IXmlWriter in org.apache.rat.report.claim.impl.xml
 

Constructors in org.apache.rat.report.claim.impl.xml with parameters of type IXmlWriter
SimpleXmlClaimReporter(IXmlWriter writer)
           
 

Uses of IXmlWriter in org.apache.rat.report.xml
 

Methods in org.apache.rat.report.xml with parameters of type IXmlWriter
static RatReport XmlReportFactory.createStandardReport(IXmlWriter writer, ClaimStatistic pStatistic, ReportConfiguration pConfiguration)
           
 

Uses of IXmlWriter in org.apache.rat.report.xml.writer
 

Methods in org.apache.rat.report.xml.writer that return IXmlWriter
 IXmlWriter IXmlWriter.attribute(CharSequence name, CharSequence value)
          Writes an attribute of an element.
 IXmlWriter IXmlWriter.closeDocument()
          Closes all pending elements.
 IXmlWriter IXmlWriter.closeElement()
          Closes the last element written.
 IXmlWriter IXmlWriter.content(CharSequence content)
          Writes content.
 IXmlWriter IXmlWriter.openElement(CharSequence elementName)
          Writes the start of an element.
 IXmlWriter IXmlWriter.startDocument()
          Starts a document by writing a prolog.
 

Methods in org.apache.rat.report.xml.writer with parameters of type IXmlWriter
static void XmlWriterUtils.writeAttribute(IXmlWriter writer, String name, boolean booleanValue)
           
 

Uses of IXmlWriter in org.apache.rat.report.xml.writer.impl.base
 

Classes in org.apache.rat.report.xml.writer.impl.base that implement IXmlWriter
 class XmlWriter
          Lightweight IXmlWriter implementation.
 

Methods in org.apache.rat.report.xml.writer.impl.base that return IXmlWriter
 IXmlWriter XmlWriter.attribute(CharSequence name, CharSequence value)
          Writes an attribute of an element.
 IXmlWriter XmlWriter.closeDocument()
          Closes all pending elements.
 IXmlWriter XmlWriter.closeElement()
          Closes the last element written.
 IXmlWriter XmlWriter.content(CharSequence content)
          Writes content.
 IXmlWriter XmlWriter.openElement(CharSequence elementName)
          Writes the start of an element.
 IXmlWriter XmlWriter.startDocument()
          Starts a document by writing a prolog.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.