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

trait TemplateElem

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

trait TemplateElem
extends AnyRef
Template element.
Direct Known Subclasses:
POHPParser.TextTemplateElem, POHPParser.ResourceTemplateElem, POHPParser.Template

Method Summary
abstract 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])

abstract 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.