Groovy 1.6.4

org.codehaus.groovy.tools.xml
Class DomToGroovy

java.lang.Object
  org.codehaus.groovy.tools.xml.DomToGroovy

class DomToGroovy
extends Object

A SAX handler for turning XML into Groovy scripts

author:
James Strachan
author:
paulk


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

DomToGroovy

public DomToGroovy(PrintWriter out)


DomToGroovy

public DomToGroovy(IndentPrinter out)


 
Method Detail

defineNamespace

protected void defineNamespace(Map namespaces, String prefix, String uri)


defineNamespaces

protected Map defineNamespaces(org.w3c.dom.Element element, Map namespaces)


getLocalName

protected String getLocalName(org.w3c.dom.Node node)


getTextNodeData

protected String getTextNodeData(org.w3c.dom.Text node)


main

public static void main(String[] args)


mixedContent

protected boolean mixedContent(org.w3c.dom.NodeList list)


print

public void print(org.w3c.dom.Document document)


print

protected void print(org.w3c.dom.Node node, Map namespaces, boolean endWithComma)


print

protected void print(String text)


printAttributes

protected boolean printAttributes(org.w3c.dom.Element element)


printChildren

protected void printChildren(org.w3c.dom.Node parent, Map namespaces)


printComment

protected void printComment(org.w3c.dom.Comment comment, boolean endWithComma)


printElement

protected void printElement(org.w3c.dom.Element element, Map namespaces, boolean endWithComma)


printEnd

protected void printEnd(String text, boolean endWithComma)


printIndent

protected void printIndent()


printPI

protected void printPI(org.w3c.dom.ProcessingInstruction instruction, boolean endWithComma)


printText

protected void printText(org.w3c.dom.Text node, boolean endWithComma)


println

protected void println(String text)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.