luxor.util
Class HtmlOutputter

java.lang.Object
  |
  +--luxor.util.HtmlOutputter

public class HtmlOutputter
extends java.lang.Object


Constructor Summary
HtmlOutputter()
           
 
Method Summary
static java.lang.String getContent(java.util.List content)
          convenience method for outputContent; returns String directly
static void outputContent(java.util.List content, java.io.Writer out)
          print out an element's content only, not including its tag and attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlOutputter

public HtmlOutputter()
Method Detail

getContent

public static java.lang.String getContent(java.util.List content)
convenience method for outputContent; returns String directly


outputContent

public static void outputContent(java.util.List content,
                                 java.io.Writer out)
                          throws java.io.IOException
print out an element's content only, not including its tag and attributes.

java.io.IOException


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo