|
Groovy 1.6.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.xml.DomToGroovy
class DomToGroovy extends Object
A SAX handler for turning XML into Groovy scripts
Constructor Summary | |
DomToGroovy(PrintWriter out)
|
|
DomToGroovy(IndentPrinter out)
|
Method Summary | |
---|---|
protected void
|
defineNamespace(Map namespaces, String prefix, String uri)
|
protected Map
|
defineNamespaces(org.w3c.dom.Element element, Map namespaces)
|
protected String
|
getLocalName(org.w3c.dom.Node node)
|
protected String
|
getTextNodeData(org.w3c.dom.Text node)
|
static void
|
main(String[] args)
|
protected boolean
|
mixedContent(org.w3c.dom.NodeList list)
|
void
|
print(org.w3c.dom.Document document)
|
protected void
|
print(org.w3c.dom.Node node, Map namespaces, boolean endWithComma)
|
protected void
|
print(String text)
|
protected boolean
|
printAttributes(org.w3c.dom.Element element)
|
protected void
|
printChildren(org.w3c.dom.Node parent, Map namespaces)
|
protected void
|
printComment(org.w3c.dom.Comment comment, boolean endWithComma)
|
protected void
|
printElement(org.w3c.dom.Element element, Map namespaces, boolean endWithComma)
|
protected void
|
printEnd(String text, boolean endWithComma)
|
protected void
|
printIndent()
|
protected void
|
printPI(org.w3c.dom.ProcessingInstruction instruction, boolean endWithComma)
|
protected void
|
printText(org.w3c.dom.Text node, boolean endWithComma)
|
protected void
|
println(String text)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public DomToGroovy(PrintWriter out)
public DomToGroovy(IndentPrinter out)
Method Detail |
---|
protected void defineNamespace(Map namespaces, String prefix, String uri)
protected Map defineNamespaces(org.w3c.dom.Element element, Map namespaces)
protected String getLocalName(org.w3c.dom.Node node)
protected String getTextNodeData(org.w3c.dom.Text node)
public static void main(String[] args)
protected boolean mixedContent(org.w3c.dom.NodeList list)
public void print(org.w3c.dom.Document document)
protected void print(org.w3c.dom.Node node, Map namespaces, boolean endWithComma)
protected void print(String text)
protected boolean printAttributes(org.w3c.dom.Element element)
protected void printChildren(org.w3c.dom.Node parent, Map namespaces)
protected void printComment(org.w3c.dom.Comment comment, boolean endWithComma)
protected void printElement(org.w3c.dom.Element element, Map namespaces, boolean endWithComma)
protected void printEnd(String text, boolean endWithComma)
protected void printIndent()
protected void printPI(org.w3c.dom.ProcessingInstruction instruction, boolean endWithComma)
protected void printText(org.w3c.dom.Text node, boolean endWithComma)
protected void println(String text)
Copyright © 2003-2009 The Codehaus. All rights reserved.