Uses of Class
org.marre.xml.XmlAttribute

Packages that use XmlAttribute
org.marre.wap.wbxml   
org.marre.xml   
 

Uses of XmlAttribute in org.marre.wap.wbxml
 

Methods in org.marre.wap.wbxml with parameters of type XmlAttribute
 void WbxmlWriter.addStartElement(java.lang.String tag, XmlAttribute[] attribs)
           
 void WbxmlWriter.addEmptyElement(java.lang.String tag, XmlAttribute[] attribs)
           
 

Uses of XmlAttribute in org.marre.xml
 

Methods in org.marre.xml with parameters of type XmlAttribute
 void XmlWriter.addStartElement(java.lang.String tag, XmlAttribute[] attribs)
          Adds a start element tag with attributes.
 void XmlWriter.addEmptyElement(java.lang.String tag, XmlAttribute[] attribs)
          Adds an empty start element tag with attributes.
 void TextXmlWriter.addStartElement(java.lang.String tag, XmlAttribute[] attribs)
          Adds a start element tag.
 void TextXmlWriter.addEmptyElement(java.lang.String tag, XmlAttribute[] attribs)
          Adds an empty start element tag with attributes.
 



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