jp.ne.cappuccino.keisuken.servlet.flavor.POHPParser

class Template

[source: jp/ne/cappuccino/keisuken/servlet/flavor/POHPParser.scala]

class Template(val elems : scala.Seq[TemplateElem])
extends TemplateElem with AnyRef
Template.
Method Summary
def write (out : java.io.Writer, typ : HTMLType, resources : scala.collection.Map[java.lang.String, scala.Seq[scala.xml.Node]]) : Unit
Write element.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
@scala.throws(classOf[java.io.IOException])

def write(out : java.io.Writer, typ : HTMLType, resources : scala.collection.Map[java.lang.String, scala.Seq[scala.xml.Node]]) : Unit
Write element.
Parameters
out - output writer.
typ - HTML type.
resources - output resource.
Throws
IOException - IO error.
Overrides
TemplateElem.write