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)
Methods in org.apache.felix.bundlerepository.impl with parameters of type XmlWriter Modifier and Type Method Description private static void
DataModelHelperImpl. toXml(XmlWriter w, Capability capability)
private static void
DataModelHelperImpl. toXml(XmlWriter w, Property property)
private static void
DataModelHelperImpl. toXml(XmlWriter w, Repository repository)
private static void
DataModelHelperImpl. toXml(XmlWriter w, Requirement requirement)
private static void
DataModelHelperImpl. toXml(XmlWriter w, Resource resource)
-