Uses of Class
org.apache.felix.bundlerepository.impl.XmlWriter
-
Packages that use XmlWriter Package Description org.apache.felix.bundlerepository.impl -
-
Uses of XmlWriter in org.apache.felix.bundlerepository.impl
Methods in org.apache.felix.bundlerepository.impl that return XmlWriter Modifier and Type Method Description XmlWriter
XmlWriter. attribute(java.lang.String name, java.lang.Object value)
XmlWriter
XmlWriter. element(java.lang.String name)
XmlWriter
XmlWriter. end()
XmlWriter
XmlWriter. end(boolean indent)
XmlWriter
XmlWriter. indent(int nb)
XmlWriter
XmlWriter. newLine()
XmlWriter
XmlWriter. text(java.lang.Object value)
XmlWriter
XmlWriter. textElement(java.lang.String name, java.lang.Object value)
-