Uses of Class
com.jaxfront.core.util.io.XMLWriter

Packages that use XMLWriter
com.jaxfront.core.util.io   
 

Uses of XMLWriter in com.jaxfront.core.util.io
 

Methods in com.jaxfront.core.util.io that return XMLWriter
 XMLWriter XMLWriter.endEntity()
          End the current entity.
 XMLWriter XMLWriter.writeAttribute(java.lang.String attr, java.lang.String value)
          Write an attribute out for the current entity.
 XMLWriter XMLWriter.writeEntity(java.lang.String name)
          Begin to output an entity.
 XMLWriter XMLWriter.writeText(java.lang.String text)
          Output body text.