Groovy Documentation

Package groovy.xml

Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup.

 

Class Summary
DOMBuilder A helper class for creating a W3C DOM tree
Entity
FactorySupport Support class for creating XML Factories
MarkupBuilder
MarkupBuilderHelper A helper class for MarkupBuilder.
Namespace A simple helper class which acts as a factory of QName instances.
NamespaceBuilder A helper class for creating namespaces for GroovyMarkup
NamespaceBuilderSupport A helper class for creating namespaced GroovyMarkup
QName QName class represents the value of a qualified name as specified in XML Schema Part2: Datatypes specification.
SAXBuilder A builder for generating W3C SAX events.
StaxBuilder A Groovy builder that works with Stax processors.
StreamingDOMBuilder
StreamingMarkupBuilder
StreamingSAXBuilder
XmlUtil Used for pretty printing XML content.
 


Groovy Documentation