Groovy 2.1.0-rc-1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

aacute - Field in Entity
AbstractStreamingBuilder - Class in groovy.xml.streamingmarkupsupport
acirc - Field in Entity
acute - Field in Entity
addChild(Object) - Method in Node
Adds an object as a new child to this Node.
addTextToNode() - Method in XmlParser
aelig - Field in Entity
agrave - Field in Entity
amp - Field in Entity
apos - Field in Entity
appendNamespaceAttributes(Element, Map) - Method in DOMBuilder
appendNode(Object) - Method in Attribute
NOP, because an node can not be appended to an attribute.
appendNode(Element, Object, Map, String) - Method in DOMCategory
appendNode(Object) - Method in GPathResult
appendNode(Object) - Method in NoChildren
NOP
appendNode(Object, GPathResult) - Method in Node
appendNode(Object) - Method in NodeChild
appendNode(Object) - Method in NodeChildren
aring - Field in Entity
asBoolean() - Method in NoChildren
Returns false.
atilde - Field in Entity
Attribute - Class in groovy.util.slurpersupport
Lazy evaluated representation of a node attribute.
Attribute(String, String, GPathResult, String, Map) - Constructor in Attribute
@param name of the attribute
Attributes(GPathResult, String, Map) - Constructor in Attributes
@param parent the GPathResult prior to the application of the expression creating this GPathResult
attributes(Element) - Method in DOMCategory
attributes() - Method in Node
Returns a map of the attributes of this Node.
attributes() - Method in NodeChild
Returns a map containing all attributes of the Node of this NodeChild.
auml - Field in Entity

B

BaseMarkupBuilder - Class in groovy.xml.streamingmarkupsupport
BaseMarkupBuilder.Document.OutputSink(String) - Constructor in BaseMarkupBuilder.Document.OutputSink
BaseMarkupBuilder(Map) - Constructor in BaseMarkupBuilder
bdquo - Field in Entity
bind(Closure) - Method in BaseMarkupBuilder
bind(Closure) - Method in Builder
bind(def) - Method in StreamingDOMBuilder
bind(def) - Method in StreamingMarkupBuilder
bind(def) - Method in StreamingSAXBuilder
bindNode(def) - Method in StreamingMarkupBuilder
Convenience method for binding a single node.
breadthFirst(Element) - Method in DOMCategory
breadthFirst() - Method in GPathResult
Provides an Iterator over all the nodes of this GPathResult using a breadth-first traversal.
brvbar - Field in Entity
build(GroovyObject) - Method in Attribute
build(GroovyObject) - Method in Attributes
build(GroovyObject) - Method in Entity
build(GroovyObject) - Method in NoChildren
NOP
build(GroovyObject, Map, Map) - Method in Node
build(GroovyObject) - Method in NodeChild
build(GroovyObject) - Method in NodeChildren
build(GroovyObject) - Method in ReplacementNode
Builder - Class in groovy.xml.streamingmarkupsupport
Builder.Built - Class in groovy.xml.streamingmarkupsupport
Builder.Built(Closure, Map) - Constructor in Builder.Built
Builder(Map) - Constructor in Builder

C

ccedil - Field in Entity
cedil - Field in Entity
cent - Field in Entity
characters(char[], int, int) - Method in XmlParser
characters(char[], int, int) - Method in XmlSlurper
checkEscaping(String) - Method in DomToGroovy
childNodes() - Method in Attribute
Throws a GroovyRuntimeException, because an attribute can have no children.
childNodes() - Method in Attributes
Throws a GroovyRuntimeException, because attributes can have no children.
childNodes() - Method in GPathResult
childNodes() - Method in NoChildren
Returns an empty Iterator.
childNodes() - Method in Node
Returns an iterator over the child nodes of this Node.
childNodes() - Method in NodeChild
childNodes() - Method in NodeChildren
children(Element) - Method in DOMCategory
children() - Method in GPathResult
Returns the children of this GPathResult as a GPathResult object.
children() - Method in Node
Returns a list of the children of this Node.
circ - Field in Entity
close() - Method in StreamingMarkupWriter
comment(String) - Method in MarkupBuilderHelper
Produce a comment in the output.
copy - Field in Entity
createDocument() - Method in DOMBuilder
createDocumentBuilderFactory() - Method in FactorySupport
createNode(Object, Map) - Method in DOMBuilder
createNode(Object, Map) - Method in MarkupBuilder
createNode(Object, Map, Object) - Method in NamespaceBuilderSupport
createNode(Object, Map) - Method in SAXBuilder
createNode(def, Map, def) - Method in StaxBuilder
createNode(Node, Object, Map) - Method in XmlParser
Creates a new node with the given parent, name, and attributes.
createSaxParserFactory() - Method in FactorySupport
curren - Field in Entity

D

dagger - Field in Entity
declareNamespace(Map) - Method in GPathResult
Adds the specified map of prefix to namespace mappings to this GPathResult.
declareNamespace(Map) - Method in NamespaceBuilder
declareNamespace(Map) - Method in NamespaceBuilderSupport
defineNamespace(Map, String, String) - Method in DomToGroovy
defineNamespaces(Element, Map) - Method in DomToGroovy
deg - Field in Entity
depthFirst(Element) - Method in DOMCategory
depthFirst() - Method in GPathResult
Provides an Iterator over all the nodes of this GPathResult using a depth-first traversal.
divide - Field in Entity
doCall(Character) - Method in MarkupBuilder.ReplacingClosure
Document(Closure, Map) - Method in BaseMarkupBuilder.Document
DOMBuilder - Class in groovy.xml
A helper class for creating a W3C DOM tree
DOMBuilder(DocumentBuilder) - Constructor in DOMBuilder
DOMCategory - Class in groovy.xml.dom
Category class which adds GPath style operations to Java's DOM classes.
DomToGroovy - Class in org.codehaus.groovy.tools.xml
A SAX handler for turning XML into Groovy scripts
DomToGroovy(IndentPrinter) - Constructor in DomToGroovy
doStartElement(Object, Attributes) - Method in SAXBuilder

E

eacute - Field in Entity
ecirc - Field in Entity
egrave - Field in Entity
emsp - Field in Entity
encoder - Field in StreamingMarkupWriter
encoding - Field in StreamingMarkupWriter
encodingKnown - Field in StreamingMarkupWriter
endDocument() - Method in XmlParser
endDocument() - Method in XmlSlurper
endElement(String, String, String) - Method in XmlParser
endElement(String, String, String) - Method in XmlSlurper
endPrefixMapping(String) - Method in XmlParser
ensp - Field in Entity
Entity - Class in groovy.xml
Entity(int) - Constructor in Entity
equals(Object) - Method in GPathResult
escapeControlCharacters(String) - Method in XmlUtil
Escape control characters (below 0x20) with their XML entities, e.g.
escaped() - Method in StreamingMarkupWriter
escapeQuote(String) - Method in DomToGroovy
escapeXml(String) - Method in XmlUtil
Escape the following characters " ' & < > with their XML entities, e.g.
eth - Field in Entity
euml - Field in Entity
euro - Field in Entity

F

FactorySupport - Class in groovy.xml
Support class for creating XML Factories
FilteredAttributes - Class in groovy.util.slurpersupport
Lazy evaluated representation of a node's attributes filtered by a Closure.
FilteredAttributes(GPathResult, Closure, Map) - Constructor in FilteredAttributes
@param parent the GPathResult prior to the application of the expression creating this GPathResult
FilteredNodeChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of child nodes filtered by a Closure.
FilteredNodeChildren(GPathResult, Closure, Map) - Constructor in FilteredNodeChildren
@param parent the GPathResult prior to the application of the expression creating this GPathResult
find(Closure) - Method in Attribute
find(Closure) - Method in GPathResult
find(Closure) - Method in NoChildren
Returns this.
find(Closure) - Method in NodeChild
find(Closure) - Method in NodeChildren
findAll(Closure) - Method in Attribute
findAll(Closure) - Method in Attributes
findAll(Closure) - Method in GPathResult
findAll(Closure) - Method in NoChildren
Returns this.
findAll(Closure) - Method in NodeChild
findAll(Closure) - Method in NodeChildren
flush() - Method in StreamingMarkupWriter
frac12 - Field in Entity
frac14 - Field in Entity
frac34 - Field in Entity

G

get(NamedNodeMap, String) - Method in DOMCategory
get(String) - Method in Namespace
Returns the QName for the given localName.
getAt(DOMCategory.NodesHolder, IntRange) - Method in DOMCategory
getAt(IntRange) - Method in GPathResult
Supports the range subscript operator for a GPathResult.
getAt(int) - Method in NodeChild
getAttributeValue(Attr) - Method in DomToGroovy
getBody() - Method in GPathResult
getCurrent() - Method in NamespaceBuilderSupport
getDocument() - Method in XmlSlurper
@return The GPathResult instance created by consuming a stream of SAX events Note if one of the parse methods has been called then this returns null Note if this is called more than once all calls after the first will return null
getDocumentLocator() - Method in XmlParser
getDoubleQuotes() - Method in MarkupBuilder
Returns true if attribute values are output with double quotes; false if single quotes are used.
getDTDHandler() - Method in XmlParser
getDTDHandler() - Method in XmlSlurper
getElementName(String, String, String) - Method in XmlParser
getEncoding() - Method in StreamingMarkupWriter
getEncodingKnown() - Method in StreamingMarkupWriter
getEntityResolver() - Method in XmlParser
getEntityResolver() - Method in XmlSlurper
getErrorHandler() - Method in XmlParser
getErrorHandler() - Method in XmlSlurper
getFeature(String) - Method in XmlParser
getFeature(String) - Method in XmlSlurper
getLength() - Method in DOMCategory.NodeListsHolder
getLength() - Method in DOMCategory.NodesHolder
getLocalName(Node) - Method in DomToGroovy
getMkp() - Method in MarkupBuilder
Property that may be called from within your builder closure to access helper methods, namely MarkupBuilderHelper.yield, MarkupBuilderHelper.yieldUnescaped, MarkupBuilderHelper.pi, MarkupBuilderHelper.xmlDeclaration and MarkupBuilderHelper.comment.
getName(String) - Method in MarkupBuilder
getName(String) - Method in NamespaceBuilderSupport
getNamespace(String) - Method in XmlNodePrinter.NamespaceContext
getNextNode(Iterator) - Method in NodeIterator
getPrefix() - Method in Namespace
Returns the prefix mapped to this namespace
getPrinter() - Method in MarkupBuilder
getProperty(String) - Method in BaseMarkupBuilder.Document
getProperty(String) - Method in GPathResult
Returns the specified Property of this GPathResult.
getProperty(String) - Method in XmlParser
getProperty(String) - Method in XmlSlurper
getQt() - Method in StreamingMarkupBuilder
getQuote() - Method in XmlNodePrinter
Get Quote to use when printing attributes.
getTextNodeData(Text) - Method in DomToGroovy
getUri() - Method in Namespace
Returns the URI of this namespace
getXMLReader() - Method in XmlParser
GPathResult - Class in groovy.util.slurpersupport
Base class for representing lazy evaluated GPath expressions.
GPathResult(GPathResult, String, String, Map) - Constructor in GPathResult
Creates a new GPathResult named name with the parent parent, the namespacePrefix namespacePrefix and the namespaceTagHints specified in the namespaceTagHints Map.
gt - Field in Entity

H

handleException(SAXException) - Method in SAXBuilder
hasNext() - Method in NodeIterator
haveHighSurrogate - Field in StreamingMarkupWriter

I

iacute - Field in Entity
icirc - Field in Entity
iexcl - Field in Entity
ignorableWhitespace(char[], int, int) - Method in XmlParser
igrave - Field in Entity
inMixed - Field in DomToGroovy
invokeMethod(String, Object) - Method in BaseMarkupBuilder.Document
invokeMethod(String, Object) - Method in BaseMarkupBuilder.Document.OutputSink
iquest - Field in Entity
isEmpty(NodeList) - Method in DOMCategory
isEmpty() - Method in GPathResult
Returns true if the GPathResult is empty, i.e. if, and only if, size() is 0.
isEscapeAttributes() - Method in MarkupBuilder
Returns the escapeAttributes property value.
isExpandEmptyElements() - Method in MarkupBuilder
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
isExpandEmptyElements() - Method in XmlNodePrinter
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
isNamespaceAware() - Method in XmlNodePrinter
Check if namespace handling is enabled.
isNamespaceAware() - Method in XmlParser
Determine if namespace handling is enabled.
isOmitEmptyAttributes() - Method in MarkupBuilder
Determine whether empty attributes will appear in the produced markup.
isOmitNullAttributes() - Method in MarkupBuilder
Determine whether null attributes will appear in the produced markup.
isPrefixRegistered(String, String) - Method in XmlNodePrinter.NamespaceContext
isPreserveWhitespace() - Method in XmlNodePrinter
Check if whitespace preservation is enabled.
isTrimWhitespace() - Method in XmlParser
Returns the current trim whitespace setting.
item(int) - Method in DOMCategory.NodeListsHolder
item(int) - Method in DOMCategory.NodesHolder
iterator() - Method in Attribute
iterator() - Method in Attributes
iterator() - Method in FilteredNodeChildren
iterator() - Method in GPathResult
iterator() - Method in NoChildren
Returns an empty Iterator.
iterator() - Method in NodeChild
iterator() - Method in NodeChildren
iterator(NodeList) - Method in XmlGroovyMethods
Makes NodeList iterable by returning a read-only Iterator which traverses over each Node.
iuml - Field in Entity

J


K

keywords - Field in DomToGroovy

L

laquo - Field in Entity
ldquo - Field in Entity
leftShift(String, Object) - Method in BaseMarkupBuilder.Document.OutputSink
leftShift(Object) - Method in GPathResult
Overloads the left shift operator to provide an easy way to lazily append Objects to this GPathResult.
list() - Method in Attributes
list(NodeList) - Method in DOMCategory
list() - Method in GPathResult
Creates a list of objects representing this GPathResult.
lookupNamespace(String) - Method in GPathResult
Returns the namespace mapped to the specified prefix.
lrm - Field in Entity
lsaquo - Field in Entity
lsquo - Field in Entity
lt - Field in Entity

M

macr - Field in Entity
main(String) - Method in DomToGroovy
MarkupBuilder - Class in groovy.xml
MarkupBuilder.ReplacingClosure(boolean, boolean) - Constructor in MarkupBuilder.ReplacingClosure
MarkupBuilder(IndentPrinter) - Constructor in MarkupBuilder
Sends markup to the given IndentPrinter.
MarkupBuilderHelper - Class in groovy.xml
A helper class for MarkupBuilder.
MarkupBuilderHelper(MarkupBuilder) - Constructor in MarkupBuilderHelper
@param builder the builder to delegate to
mdash - Field in Entity
micro - Field in Entity
middot - Field in Entity
mixedContent(NodeList) - Method in DomToGroovy

N

name() - Method in Attribute
name() - Method in Attributes
name(Node) - Method in DOMCategory
name - Field in GPathResult
name() - Method in Node
Returns the name of this Node.
Namespace - Class in groovy.xml
A simple helper class which acts as a factory of groovy.xml.QName instances.
Namespace(String, String) - Constructor in Namespace
namespace(String, String) - Method in NamespaceBuilder
namespace(String, String) - Method in NamespaceBuilderSupport
NamespaceBuilder - Class in groovy.xml
A helper class for creating namespaces for GroovyMarkup
NamespaceBuilder(BuilderSupport) - Constructor in NamespaceBuilder
NamespaceBuilderSupport - Class in groovy.xml
A helper class for creating namespaced GroovyMarkup
NamespaceBuilderSupport(BuilderSupport, Map) - Constructor in NamespaceBuilderSupport
namespaceMap - Field in GPathResult
namespaceMethodMap - Field in Builder
namespacePrefix - Field in GPathResult
namespaceSpecificTags - Field in Builder.Built
namespaceTagHints - Field in GPathResult
namespaceURI() - Method in Attribute
Returns the URI of the namespace of this Attribute.
namespaceURI() - Method in Node
Returns the URI of the namespace of this Node.
namespaceURI() - Method in NodeChild
Returns the URI of the namespace of this NodeChild.
nbsp - Field in Entity
ndash - Field in Entity
newInstance(boolean, boolean) - Method in DOMBuilder
newInstance(Map, BuilderSupport) - Method in NamespaceBuilder
newSAXParser(String, boolean, boolean, URL) - Method in XmlUtil
Factory method to create a SAXParser configured to validate according to a particular schema language and an URL pointing to the schema to validate against.
next() - Method in NodeIterator
NoChildren - Class in groovy.util.slurpersupport
Lazy evaluated representation of a GPath expression returning no children.
NoChildren(GPathResult, String, Map) - Constructor in NoChildren
@param parent the GPathResult prior to the application of the expression creating this GPathResult
Node - Class in groovy.util.slurpersupport
Represents a node.
Node(Node, String, Map, Map, String) - Constructor in Node
@param parent the parent node
NodeChild - Class in groovy.util.slurpersupport
Lazy evaluated representation of a child node.
NodeChild(Node, GPathResult, Map) - Constructor in NodeChild
@param node a node
NodeChildren(GPathResult, Map) - Constructor in NodeChildren
@param parent the GPathResult prior to the application of the expression creating this GPathResult
nodeCompleted(Object, Object) - Method in MarkupBuilder
nodeCompleted(Object, Object) - Method in SAXBuilder
nodeCompleted(def, def) - Method in StaxBuilder
NodeIterator - Class in groovy.util.slurpersupport
Helper class for iterating through nodes.
nodeIterator() - Method in Attribute
nodeIterator() - Method in Attributes
nodeIterator() - Method in FilteredAttributes
nodeIterator() - Method in FilteredNodeChildren
nodeIterator() - Method in GPathResult
nodeIterator() - Method in NoChildren
Returns an empty iterator.
nodeIterator() - Method in NodeChild
nodeIterator() - Method in NodeChildren
NodeIterator(Iterator) - Constructor in NodeIterator
not - Field in Entity
ntilde - Field in Entity

O

oacute - Field in Entity
ocirc - Field in Entity
oelig - Field in Entity
ograve - Field in Entity
ordf - Field in Entity
ordm - Field in Entity
oslash - Field in Entity
otilde - Field in Entity
ouml - Field in Entity
out - Field in DomToGroovy
out - Field in XmlNodePrinter

P

para - Field in Entity
parent(Node) - Method in DOMCategory
parent - Field in GPathResult
parents() - Method in Attribute
Throws a GroovyRuntimeException, because this method is not implemented yet.
parents() - Method in Attributes
parents() - Method in GPathResult
parents() - Method in NoChildren
Throws a GroovyRuntimeException, because it is not implemented yet.
parents() - Method in NodeChild
Throws a GroovyRuntimeException, because this method is not implemented yet.
parents() - Method in NodeChildren
Throws a GroovyRuntimeException, because it is not implemented yet.
parse(Reader, boolean, boolean) - Method in DOMBuilder
Creates a DocumentBuilder and uses it to parse the XML text read from the given reader, allowing parser validation and namespace awareness to be controlled.
parse(InputStream) - Method in DomToGroovy
parse(String) - Method in XmlParser
Parse the content of the specified URI into a tree of Nodes.
parse(String) - Method in XmlSlurper
Parse the content of the specified URI into a GPathResult Object
parseText(String) - Method in DOMBuilder
A helper method to parse the given text as XML.
parseText(String) - Method in XmlParser
A helper method to parse the given text as XML.
parseText(String) - Method in XmlSlurper
A helper method to parse the given text as XML
permil - Field in Entity
pi(Map) - Method in MarkupBuilderHelper
Produce an XML processing instruction in the output.
plus(NodeList, Closure) - Method in DOMCategory
plus(Object) - Method in GPathResult
Lazily adds the specified Object to this GPathResult.
plusmn - Field in Entity
pound - Field in Entity
print(String) - Method in DomToGroovy
print(Object) - Method in MarkupBuilder
print(Node, XmlNodePrinter.NamespaceContext) - Method in XmlNodePrinter
printAttributes(Element) - Method in DomToGroovy
printAttributeWithoutPrefix(Attr, boolean) - Method in DomToGroovy
printAttributeWithPrefix(Attr, StringBuffer) - Method in DomToGroovy
printChildren(Node, Map) - Method in DomToGroovy
printComment(Comment, boolean) - Method in DomToGroovy
printElement(Element, Map, boolean) - Method in DomToGroovy
printEnd(String, boolean) - Method in DomToGroovy
printIndent() - Method in DomToGroovy
printLineBegin() - Method in XmlNodePrinter
printLineEnd(String) - Method in XmlNodePrinter
printList(List, XmlNodePrinter.NamespaceContext) - Method in XmlNodePrinter
println(String) - Method in DomToGroovy
printName(Node, XmlNodePrinter.NamespaceContext, boolean, boolean) - Method in XmlNodePrinter
printNameAttributes(Map, XmlNodePrinter.NamespaceContext) - Method in XmlNodePrinter
printNamespace(Object, XmlNodePrinter.NamespaceContext) - Method in XmlNodePrinter
printPI(ProcessingInstruction, boolean) - Method in DomToGroovy
printQuoted(String) - Method in DomToGroovy
printSimpleItem(Object) - Method in XmlNodePrinter
printSpecialNode(Node) - Method in XmlNodePrinter
printText(Text, boolean) - Method in DomToGroovy
processingInstruction(String, String) - Method in XmlParser
putAt(Element, String, Object) - Method in DOMCategory
putAt(int, Object) - Method in GPathResult

Q

qt - Field in DomToGroovy
quot - Field in Entity

R

raquo - Field in Entity
rdquo - Field in Entity
reg - Field in Entity
registerNamespacePrefix(String, String) - Method in XmlNodePrinter.NamespaceContext
remove() - Method in NodeIterator
replaceBody(Object) - Method in Attribute
NOP, because an attribute does not have a Body.
replaceBody(Object) - Method in GPathResult
replaceBody(Object) - Method in NoChildren
NOP
replaceBody(Object) - Method in Node
Replaces the current body of this Node with the passed object.
replaceBody(Object) - Method in NodeChild
replaceBody(Object) - Method in NodeChildren
ReplacementNode - Class in groovy.util.slurpersupport
Helper base class used for lazy updates.
replaceNode(Closure) - Method in Attribute
NOP, because an attribute does not have any Node to replace.
replaceNode(Node, Closure) - Method in DOMCategory
replaceNode(Closure) - Method in GPathResult
replaceNode(Closure) - Method in NoChildren
NOP
replaceNode(Closure, GPathResult) - Method in Node
replaceNode(Closure) - Method in NodeChild
replaceNode(Closure) - Method in NodeChildren
rlm - Field in Entity
root - Field in Builder.Built
rsaquo - Field in Entity
rsquo - Field in Entity

S

SAXBuilder - Class in groovy.xml
A builder for generating W3C SAX events.
SAXBuilder(ContentHandler) - Constructor in SAXBuilder
sbquo - Field in Entity
scaron - Field in Entity
sect - Field in Entity
serialize(Element) - Method in XmlGroovyMethods
Transforms the element to its text equivalent.
serialize(String, Writer) - Method in XmlUtil
Write a pretty version of the given XML string to the Writer.
setCurrent(Object) - Method in NamespaceBuilderSupport
setDocumentLocator(Locator) - Method in XmlParser
setDoubleQuotes(boolean) - Method in MarkupBuilder
Sets whether the builder outputs attribute values in double quotes or single quotes.
setDTDHandler(DTDHandler) - Method in XmlParser
setDTDHandler(DTDHandler) - Method in XmlSlurper
setEntityBaseUrl(URL) - Method in XmlSlurper
Resolves entities against using the supplied URL as the base for relative URLs
setEntityResolver(EntityResolver) - Method in XmlParser
setEntityResolver(EntityResolver) - Method in XmlSlurper
setErrorHandler(ErrorHandler) - Method in XmlParser
setErrorHandler(ErrorHandler) - Method in XmlSlurper
setEscapeAttributes(boolean) - Method in MarkupBuilder
Defaults to true.
setExpandEmptyElements(boolean) - Method in MarkupBuilder
Whether empty elements are expanded from to .
setExpandEmptyElements(boolean) - Method in XmlNodePrinter
Whether empty elements are expanded from to .
setFeature(String, boolean) - Method in XmlParser
setFeature(String, boolean) - Method in XmlSlurper
setKeepWhitespace(boolean) - Method in XmlSlurper
Parameters:
keepWhitespace - If true then whitespace before elements is kept.
setMetaClass(MetaClass) - Method in GPathResult
Replaces the MetaClass of this GPathResult.
setNamespaceAware(boolean) - Method in XmlNodePrinter
Enable and/or disable namespace handling.
setNamespaceAware(boolean) - Method in XmlParser
Enable and/or disable namespace handling.
setOmitEmptyAttributes(boolean) - Method in MarkupBuilder
Allows empty attributes to be removed from the generated markup.
setOmitNullAttributes(boolean) - Method in MarkupBuilder
Allows null attributes to be removed from the generated markup.
setParent(Object, Object) - Method in DOMBuilder
setParent(Object, Object) - Method in MarkupBuilder
setParent(Object, Object) - Method in NamespaceBuilderSupport
setParent(Object, Object) - Method in SAXBuilder
setParent(def, def) - Method in StaxBuilder
setPreserveWhitespace(boolean) - Method in XmlNodePrinter
Enable and/or disable preservation of whitespace.
setProperty(String, Object) - Method in BaseMarkupBuilder.Document
setProperty(String, Object) - Method in GPathResult
Replaces the specified property of this GPathResult with a new value.
setProperty(String, Object) - Method in XmlParser
setProperty(String, Object) - Method in XmlSlurper
setQuote(String) - Method in XmlNodePrinter
Set Quote to use when printing attributes.
setTrimWhitespace(boolean) - Method in XmlParser
Sets the trim whitespace setting value.
setValue(Element, String) - Method in DOMCategory
setWritingAttribute(boolean) - Method in StreamingMarkupWriter
shy - Field in Entity
size() - Method in Attribute
Returns the size of this Attribute, which is always 1.
size(NodeList) - Method in DOMCategory
size() - Method in GPathResult
Returns the size of this GPathResult.
size() - Method in NoChildren
Returns 0.
size() - Method in NodeChild
size() - Method in NodeChildren
skippedEntity(String) - Method in XmlParser
startDocument() - Method in XmlParser
startDocument() - Method in XmlSlurper
startElement(String, String, String, Attributes) - Method in XmlParser
startElement(String, String, String, Attributes) - Method in XmlSlurper
startPrefixMapping(String, String) - Method in XmlParser
startPrefixMapping(String, String) - Method in XmlSlurper
StaxBuilder - Class in groovy.xml
A Groovy builder that works with Stax processors.
StaxBuilder(def) - Constructor in StaxBuilder
StreamingDOMBuilder - Class in groovy.xml
StreamingDOMBuilder() - Constructor in StreamingDOMBuilder
StreamingMarkupBuilder - Class in groovy.xml
StreamingMarkupBuilder() - Constructor in StreamingMarkupBuilder
StreamingMarkupWriter - Class in groovy.xml.streamingmarkupsupport
StreamingMarkupWriter(Writer) - Constructor in StreamingMarkupWriter
StreamingSAXBuilder - Class in groovy.xml
StreamingSAXBuilder() - Constructor in StreamingSAXBuilder
sup1 - Field in Entity
sup2 - Field in Entity
sup3 - Field in Entity
surrogatePair - Field in StreamingMarkupWriter
szlig - Field in Entity

T

text() - Method in Attribute
Returns the value of this Attribute.
text() - Method in Attributes
text(NodeList) - Method in DOMCategory
text() - Method in GPathResult
text() - Method in NoChildren
Returns an empty String.
text() - Method in Node
Returns a string containing the text of the children of this Node.
text() - Method in NodeChild
text() - Method in NodeChildren
thinsp - Field in Entity
thorn - Field in Entity
tilde - Field in Entity
times - Field in Entity
toBigDecimal() - Method in GPathResult
Converts the text of this GPathResult to a BigDecimal object.
toBigInteger() - Method in GPathResult
Converts the text of this GPathResult to a BigInteger object.
toBoolean() - Method in GPathResult
Converts the text of this GPathResult to a Boolean object.
toDouble() - Method in GPathResult
Converts the text of this GPathResult to a Double object.
toFloat() - Method in GPathResult
Converts the text of this GPathResult to a Float object.
toInteger() - Method in GPathResult
Converts the text of this GPathResult to a Integer object.
toLong() - Method in GPathResult
Converts the text of this GPathResult to a Long object.
toString(Object) - Method in DOMCategory
toString() - Method in DOMCategory.NodeListsHolder
toString() - Method in GPathResult
Returns the text of this GPathResult.
toURI() - Method in GPathResult
Converts the text of this GPathResult to a URI object.
toURL() - Method in GPathResult
Converts the text of this GPathResult to a URL object.

U

uacute - Field in Entity
ucirc - Field in Entity
ugrave - Field in Entity
uml - Field in Entity
unescaped() - Method in StreamingMarkupWriter
uuml - Field in Entity

V


W

write(char[], int, int) - Method in StreamingMarkupWriter
writer - Field in StreamingMarkupWriter
writeTo(Writer) - Method in Attribute
writeTo(Writer) - Method in Attributes
writeTo(Writer) - Method in NoChildren
Does not write any output, just returns the writer.
writeTo(Writer) - Method in Node
writeTo(Writer) - Method in NodeChild
writeTo(Writer) - Method in NodeChildren
writeTo(Writer) - Method in ReplacementNode
NOP
writingAttribute - Field in StreamingMarkupWriter

X

xmlDeclaration(Map) - Method in MarkupBuilderHelper
Produce an XML declaration in the output.
XmlGroovyMethods - Class in org.codehaus.groovy.runtime
This class defines all the new XML-related groovy methods which enhance the normal JDK XML classes when inside the Groovy environment.
XmlNodePrinter - Class in groovy.util
Prints a groovy.util.Node (as used with XmlParser) including all children in XML format.
XmlNodePrinter.NamespaceContext - Class in groovy.util
XmlNodePrinter.NamespaceContext(NamespaceContext) - Constructor in XmlNodePrinter.NamespaceContext
XmlNodePrinter() - Constructor in XmlNodePrinter
XmlParser - Class in groovy.util
A helper class for parsing XML into a tree of Node instances for a simple way of processing XML.
XmlParser(SAXParser) - Constructor in XmlParser
XmlSlurper - Class in groovy.util
XmlSlurper(SAXParser) - Constructor in XmlSlurper
XmlUtil - Class in groovy.xml
Used for pretty printing XML content and other XML related utilities.
xpath(Node, String) - Method in DOMCategory

Y

yacute - Field in Entity
yen - Field in Entity
yield(String) - Method in MarkupBuilderHelper
Prints data in the body of the current tag, escaping XML entities.
yieldUnescaped(String) - Method in MarkupBuilderHelper
Print data in the body of the current tag.
yuml - Field in Entity

Z

zwj - Field in Entity
zwnj - Field in Entity

_


Copyright &copy; 2003-2013 The Codehaus. All rights reserved.