Package | Description |
---|---|
org.apache.commons.betwixt.io |
Package contains classes dealing directly with the reading and writing of beans.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAXBeanWriter.bodyText(WriteContext context,
String text)
Express body text
|
protected void |
AbstractBeanWriter.bodyText(WriteContext context,
String text)
Writes body text
|
protected void |
BeanWriter.bodyText(WriteContext context,
String text)
Write element body text
|
protected void |
SAXBeanWriter.endElement(WriteContext context,
String uri,
String localName,
String qName)
Writes the end tag for an element
|
protected void |
AbstractBeanWriter.endElement(WriteContext context,
String uri,
String localName,
String qName)
Writes the end tag for an element
|
protected void |
BeanWriter.endElement(WriteContext context,
String uri,
String localName,
String qualifiedName)
Writes the end tag for an element
|
protected void |
SAXBeanWriter.startElement(WriteContext context,
String uri,
String localName,
String qName,
org.xml.sax.Attributes attributes)
Writes the start tag for an element.
|
protected void |
AbstractBeanWriter.startElement(WriteContext context,
String uri,
String localName,
String qName,
org.xml.sax.Attributes attr)
Writes the start tag for an element.
|
protected void |
BeanWriter.startElement(WriteContext context,
String uri,
String localName,
String qualifiedName,
org.xml.sax.Attributes attr)
Writes the start tag for an element.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.