Uses of Interface
org.marre.xml.XmlWriter

Packages that use XmlWriter
org.marre.wap.nokia   
org.marre.wap.push   
org.marre.wap.wbxml   
org.marre.xml   
 

Uses of XmlWriter in org.marre.wap.nokia
 

Methods in org.marre.wap.nokia that return XmlWriter
 XmlWriter NokiaOtaBrowserSettings.getWbxmlWriter(java.io.OutputStream os)
           
 

Methods in org.marre.wap.nokia with parameters of type XmlWriter
protected  void NokiaOtaBrowserSettings.writeBookmarksTo(XmlWriter xmlWriter)
           
 void NokiaOtaBrowserSettings.writeXmlTo(XmlWriter xmlWriter)
           
 void NokiaOtaBookmark.writeXmlTo(XmlWriter xmlWriter)
           
 

Uses of XmlWriter in org.marre.wap.push
 

Methods in org.marre.wap.push that return XmlWriter
 XmlWriter WapSLPush.getWbxmlWriter(java.io.OutputStream os)
          Returns a wbxml writer.
 XmlWriter WapSIPush.getWbxmlWriter(java.io.OutputStream os)
           
 

Methods in org.marre.wap.push with parameters of type XmlWriter
 void WapSLPush.writeXmlTo(XmlWriter writer)
          Writes the xml document to the given writer.
 void WapSIPush.writeXmlTo(XmlWriter writer)
           
 

Uses of XmlWriter in org.marre.wap.wbxml
 

Classes in org.marre.wap.wbxml that implement XmlWriter
 class WbxmlWriter
           
 

Methods in org.marre.wap.wbxml that return XmlWriter
 XmlWriter WbxmlDocument.getWbxmlWriter(java.io.OutputStream os)
           
 

Uses of XmlWriter in org.marre.xml
 

Classes in org.marre.xml that implement XmlWriter
 class TextXmlWriter
          XmlWriter that creates text xml documents.
 

Methods in org.marre.xml with parameters of type XmlWriter
 void XmlDocument.writeXmlTo(XmlWriter xmlWriter)
          Writes this object to the given XmlWriter.
 



Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.