Uses of Class
org.apache.commons.betwixt.io.WriteContext

Packages that use WriteContext
org.apache.commons.betwixt.io  
 

Uses of WriteContext in org.apache.commons.betwixt.io
 

Methods in org.apache.commons.betwixt.io with parameters of type WriteContext
protected  void AbstractBeanWriter.startElement(org.apache.commons.betwixt.io.WriteContext context, java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attr)
          Writes the start tag for an element.
protected  void AbstractBeanWriter.endElement(org.apache.commons.betwixt.io.WriteContext context, java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Writes the end tag for an element
protected  void AbstractBeanWriter.bodyText(org.apache.commons.betwixt.io.WriteContext context, java.lang.String text)
          Writes body text
protected  void BeanWriter.startElement(org.apache.commons.betwixt.io.WriteContext context, java.lang.String uri, java.lang.String localName, java.lang.String qualifiedName, org.xml.sax.Attributes attr)
          Writes the start tag for an element.
protected  void BeanWriter.endElement(org.apache.commons.betwixt.io.WriteContext context, java.lang.String uri, java.lang.String localName, java.lang.String qualifiedName)
          Writes the end tag for an element
protected  void BeanWriter.bodyText(org.apache.commons.betwixt.io.WriteContext context, java.lang.String text)
          Write element body text
protected  void SAXBeanWriter.startElement(org.apache.commons.betwixt.io.WriteContext context, java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
          Writes the start tag for an element.
protected  void SAXBeanWriter.endElement(org.apache.commons.betwixt.io.WriteContext context, java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Writes the end tag for an element
protected  void SAXBeanWriter.bodyText(org.apache.commons.betwixt.io.WriteContext context, java.lang.String text)
          Express body text
 



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.