groovy.text
Class XmlTemplateEngine.GspPrinter
java.lang.Object
groovy.util.XmlNodePrinter
groovy.text.XmlTemplateEngine.GspPrinter
class XmlTemplateEngine.GspPrinter
extends XmlNodePrinter
Methods inherited from class XmlNodePrinter
|
getQuote, isNamespaceAware, isPreserveWhitespace, print, print, printLineBegin, printLineEnd, printLineEnd, printList, printName, printNameAttributes, printNamespace, printSimpleItem, printSpecialNode, setNamespaceAware, setPreserveWhitespace, setQuote |
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
XmlTemplateEngine.GspPrinter
public XmlTemplateEngine.GspPrinter(PrintWriter out, String indent)
-
XmlTemplateEngine.GspPrinter
public XmlTemplateEngine.GspPrinter(IndentPrinter out)
-
printGroovyTag
protected void printGroovyTag(String tag, String text)
-
printLineBegin
protected void printLineBegin()
-
printLineEnd
protected void printLineEnd(String comment)
-
printSimpleItem
protected void printSimpleItem(Object value)
-
printSpecialNode
protected boolean printSpecialNode(Node node)
-
Copyright © 2003-2009 The Codehaus. All rights reserved.