Uses of Class
org.sonar.api.utils.text.XmlWriter

Packages that use XmlWriter
org.sonar.api.server.ws   
org.sonar.api.utils.text   
 

Uses of XmlWriter in org.sonar.api.server.ws
 

Methods in org.sonar.api.server.ws that return XmlWriter
 XmlWriter Response.newXmlWriter()
           
 

Uses of XmlWriter in org.sonar.api.utils.text
 

Methods in org.sonar.api.utils.text that return XmlWriter
 XmlWriter XmlWriter.begin(String nodeName)
           
 XmlWriter XmlWriter.declaration()
           
 XmlWriter XmlWriter.end()
           
 XmlWriter XmlWriter.end(String unused)
          Same as end().
static XmlWriter XmlWriter.of(Writer writer)
           
 XmlWriter XmlWriter.prop(String nodeName, boolean value)
           
 XmlWriter XmlWriter.prop(String nodeName, double value)
           
 XmlWriter XmlWriter.prop(String nodeName, long value)
           
 XmlWriter XmlWriter.prop(String nodeName, Number value)
           
 XmlWriter XmlWriter.prop(String nodeName, String value)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.