Uses of Class
jd.xml.util.XmlWriter

Packages that use XmlWriter
jd.xml.xpath.model.visit Contains NodeVisitor implementations. 
jd.xml.xpath.tool Contains utility classes to evaluate XPath expressions. 
 

Uses of XmlWriter in jd.xml.xpath.model.visit
 

Constructors in jd.xml.xpath.model.visit with parameters of type XmlWriter
Serializer(XmlWriter out)
           
 

Uses of XmlWriter in jd.xml.xpath.tool
 

Methods in jd.xml.xpath.tool with parameters of type XmlWriter
 void XPath.printVerboseResult(XObject result, XmlWriter out)
           
 void XPath.printResult(XObject result, XmlWriter out)