- get(Object) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
-
- get(Element, String) - Static method in class groovy.xml.dom.DOMCategory
-
- get(NodeList, String) - Static method in class groovy.xml.dom.DOMCategory
-
- get(NamedNodeMap, String) - Static method in class groovy.xml.dom.DOMCategory
-
- get(String) - Method in class groovy.xml.Namespace
-
Returns the QName for the given localName.
- getAt(int) - Method in class groovy.util.slurpersupport.GPathResult
-
Supports the subscript operator for a GPathResult.
- getAt(IntRange) - Method in class groovy.util.slurpersupport.GPathResult
-
Supports the range subscript operator for a GPathResult.
- getAt(int) - Method in class groovy.util.slurpersupport.NodeChild
-
- getAt(Node, int) - Static method in class groovy.xml.dom.DOMCategory
-
- getAt(DOMCategory.NodeListsHolder, int) - Static method in class groovy.xml.dom.DOMCategory
-
- getAt(DOMCategory.NodesHolder, int) - Static method in class groovy.xml.dom.DOMCategory
-
- getAt(Node, IntRange) - Static method in class groovy.xml.dom.DOMCategory
-
- getAt(DOMCategory.NodeListsHolder, IntRange) - Static method in class groovy.xml.dom.DOMCategory
-
- getAt(DOMCategory.NodesHolder, IntRange) - Static method in class groovy.xml.dom.DOMCategory
-
- getAttributeValue(Attr) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- getBody() - Method in class groovy.util.slurpersupport.GPathResult
-
Creates a Closure representing the body of this GPathResult.
- getCurrent() - Method in class groovy.xml.NamespaceBuilderSupport
-
- getDocument() - Method in class groovy.util.XmlSlurper
-
- getDocumentLocator() - Method in class groovy.util.XmlParser
-
- getDoubleQuotes() - Method in class groovy.xml.MarkupBuilder
-
Returns true
if attribute values are output with
double quotes; false
if single quotes are used.
- getDTDHandler() - Method in class groovy.util.XmlParser
-
- getDTDHandler() - Method in class groovy.util.XmlSlurper
-
- getElementName(String, String, String) - Method in class groovy.util.XmlParser
-
Return a name given the namespaceURI, localName and qName.
- getEncoding() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- getEncodingKnown() - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- getEntityResolver() - Method in class groovy.util.XmlParser
-
- getEntityResolver() - Method in class groovy.util.XmlSlurper
-
- getErrorHandler() - Method in class groovy.util.XmlParser
-
- getErrorHandler() - Method in class groovy.util.XmlSlurper
-
- getFeature(String) - Method in class groovy.util.XmlParser
-
- getFeature(String) - Method in class groovy.util.XmlSlurper
-
- getLocalName(Node) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- getMkp() - Method in class groovy.xml.MarkupBuilder
-
- getName(String) - Method in class groovy.xml.MarkupBuilder
-
- getName(String) - Method in class groovy.xml.NamespaceBuilderSupport
-
- getNamespace(String) - Method in class groovy.util.XmlNodePrinter.NamespaceContext
-
- getNamespaceTagHints() - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
-
- getNextNode(Iterator) - Method in class groovy.util.slurpersupport.NodeIterator
-
- getPrefix() - Method in class groovy.xml.Namespace
-
Returns the prefix mapped to this namespace
- getPrinter() - Method in class groovy.xml.MarkupBuilder
-
- getProperty(String) - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the specified Property of this GPathResult.
- getProperty(String) - Method in class groovy.util.XmlParser
-
- getProperty(String) - Method in class groovy.util.XmlSlurper
-
- getQuote() - Method in class groovy.util.XmlNodePrinter
-
Get Quote to use when printing attributes.
- getTextNodeData(Text) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- getUri() - Method in class groovy.xml.Namespace
-
Returns the URI of this namespace
- getXMLReader() - Method in class groovy.util.XmlParser
-
- GPathResult - Class in groovy.util.slurpersupport
-
Base class for representing lazy evaluated GPath expressions.
- GPathResult(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.GPathResult
-
Creates a new GPathResult named name
with the parent parent
,
the namespacePrefix namespacePrefix
and the namespaceTagHints specified in
the namespaceTagHints
Map.
- groovy.util - package groovy.util
-
- groovy.util.slurpersupport - package groovy.util.slurpersupport
-
Helper classes for XmlSlurper.
- groovy.xml - package groovy.xml
-
Groovy markup builder classes for working with SAX and W3C DOM and Groovy markup.
- groovy.xml.dom - package groovy.xml.dom
-
Groovy XML Dom processing classes.
- groovy.xml.streamingmarkupsupport - package groovy.xml.streamingmarkupsupport
-
XmlBuilder related classes to support streaming XML.
- ignorableWhitespace(char[], int, int) - Method in class groovy.util.XmlParser
-
- ignorableWhitespace(char[], int, int) - Method in class groovy.util.XmlSlurper
-
- inMixed - Variable in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- invokeMethod(String, Object) - Method in class groovy.xml.NamespaceBuilderSupport
-
Allow automatic detection of namespace declared in the attributes
- isEmpty() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns true if the GPathResult is empty, i.e.
- isEmpty(NodeList) - Static method in class groovy.xml.dom.DOMCategory
-
- isEscapeAttributes() - Method in class groovy.xml.MarkupBuilder
-
Returns the escapeAttributes property value.
- isExpandEmptyElements() - Method in class groovy.util.XmlNodePrinter
-
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
- isExpandEmptyElements() - Method in class groovy.xml.MarkupBuilder
-
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
- isGlobalKeepIgnorableWhitespace() - Static method in class groovy.xml.dom.DOMCategory
-
- isGlobalTrimWhitespace() - Static method in class groovy.xml.dom.DOMCategory
-
- isKeepIgnorableWhitespace() - Method in class groovy.util.XmlParser
-
Returns the current keep ignorable whitespace setting.
- isKeepIgnorableWhitespace() - Method in class groovy.util.XmlSlurper
-
- isNamespaceAware() - Method in class groovy.util.XmlNodePrinter
-
Check if namespace handling is enabled.
- isNamespaceAware() - Method in class groovy.util.XmlParser
-
Determine if namespace handling is enabled.
- isOmitEmptyAttributes() - Method in class groovy.xml.MarkupBuilder
-
Determine whether empty attributes will appear in the produced markup.
- isOmitNullAttributes() - Method in class groovy.xml.MarkupBuilder
-
Determine whether null attributes will appear in the produced markup.
- isPrefixRegistered(String, String) - Method in class groovy.util.XmlNodePrinter.NamespaceContext
-
- isPreserveWhitespace() - Method in class groovy.util.XmlNodePrinter
-
Check if whitespace preservation is enabled.
- isTrimWhitespace() - Method in class groovy.util.XmlParser
-
Returns the current trim whitespace setting.
- iterator() - Method in class groovy.util.slurpersupport.Attribute
-
- iterator() - Method in class groovy.util.slurpersupport.Attributes
-
- iterator() - Method in class groovy.util.slurpersupport.GPathResult
-
- iterator() - Method in class groovy.util.slurpersupport.NoChildren
-
Returns an empty Iterator
.
- iterator() - Method in class groovy.util.slurpersupport.NodeChild
-
- iterator() - Method in class groovy.util.slurpersupport.NodeChildren
-
- iterator(NodeList) - Static method in class org.codehaus.groovy.runtime.XmlGroovyMethods
-
Makes NodeList iterable by returning a read-only Iterator which traverses
over each Node.
- name() - Method in class groovy.util.slurpersupport.Attribute
-
- name() - Method in class groovy.util.slurpersupport.Attributes
-
- name - Variable in class groovy.util.slurpersupport.GPathResult
-
- name() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the name of this GPathResult.
- name() - Method in class groovy.util.slurpersupport.Node
-
Returns the name of this Node.
- name(Node) - Static method in class groovy.xml.dom.DOMCategory
-
- Namespace - Class in groovy.xml
-
A simple helper class which acts as a factory of QName
instances.
- Namespace() - Constructor for class groovy.xml.Namespace
-
- Namespace(String) - Constructor for class groovy.xml.Namespace
-
- Namespace(String, String) - Constructor for class groovy.xml.Namespace
-
- namespace(String) - Method in class groovy.xml.NamespaceBuilder
-
- namespace(String, String) - Method in class groovy.xml.NamespaceBuilder
-
- namespace(String) - Method in class groovy.xml.NamespaceBuilderSupport
-
- namespace(String, String) - Method in class groovy.xml.NamespaceBuilderSupport
-
- NamespaceAwareHashMap - Class in groovy.util.slurpersupport
-
- NamespaceAwareHashMap() - Constructor for class groovy.util.slurpersupport.NamespaceAwareHashMap
-
- NamespaceBuilder - Class in groovy.xml
-
A helper class for creating namespaces for GroovyMarkup
- NamespaceBuilder(BuilderSupport) - Constructor for class groovy.xml.NamespaceBuilder
-
- NamespaceBuilderSupport - Class in groovy.xml
-
A helper class for creating namespaced GroovyMarkup
- NamespaceBuilderSupport(BuilderSupport) - Constructor for class groovy.xml.NamespaceBuilderSupport
-
- NamespaceBuilderSupport(BuilderSupport, String) - Constructor for class groovy.xml.NamespaceBuilderSupport
-
- NamespaceBuilderSupport(BuilderSupport, String, String) - Constructor for class groovy.xml.NamespaceBuilderSupport
-
- NamespaceBuilderSupport(BuilderSupport, String, String, boolean) - Constructor for class groovy.xml.NamespaceBuilderSupport
-
- NamespaceBuilderSupport(BuilderSupport, Map) - Constructor for class groovy.xml.NamespaceBuilderSupport
-
- NamespaceContext() - Constructor for class groovy.util.XmlNodePrinter.NamespaceContext
-
- NamespaceContext(XmlNodePrinter.NamespaceContext) - Constructor for class groovy.util.XmlNodePrinter.NamespaceContext
-
- namespaceMap - Variable in class groovy.util.slurpersupport.GPathResult
-
- namespaceMethodMap - Variable in class groovy.xml.streamingmarkupsupport.Builder
-
- namespacePrefix - Variable in class groovy.util.slurpersupport.GPathResult
-
- namespaceSpecificTags - Variable in class groovy.xml.streamingmarkupsupport.Builder.Built
-
- namespaceTagHints - Variable in class groovy.util.slurpersupport.GPathResult
-
- namespaceURI() - Method in class groovy.util.slurpersupport.Attribute
-
Returns the URI of the namespace of this Attribute.
- namespaceURI() - Method in class groovy.util.slurpersupport.Node
-
Returns the URI of the namespace of this Node.
- namespaceURI() - Method in class groovy.util.slurpersupport.NodeChild
-
Returns the URI of the namespace of this NodeChild.
- newInstance() - Static method in class groovy.xml.DOMBuilder
-
- newInstance(boolean, boolean) - Static method in class groovy.xml.DOMBuilder
-
- newInstance(BuilderSupport, String) - Static method in class groovy.xml.NamespaceBuilder
-
- newInstance(BuilderSupport) - Static method in class groovy.xml.NamespaceBuilder
-
- newInstance(BuilderSupport, String, String) - Static method in class groovy.xml.NamespaceBuilder
-
- newInstance(Map, BuilderSupport) - Static method in class groovy.xml.NamespaceBuilder
-
- newSAXParser(String, Source...) - Static method in class groovy.xml.XmlUtil
-
Factory method to create a SAXParser configured to validate according to a particular schema language and
optionally providing the schema sources to validate with.
- newSAXParser(String, boolean, boolean, Source...) - Static method in class groovy.xml.XmlUtil
-
Factory method to create a SAXParser configured to validate according to a particular schema language and
optionally providing the schema sources to validate with.
- newSAXParser(String, File) - Static method in class groovy.xml.XmlUtil
-
Factory method to create a SAXParser configured to validate according to a particular schema language and
a File containing the schema to validate against.
- newSAXParser(String, boolean, boolean, File) - Static method in class groovy.xml.XmlUtil
-
Factory method to create a SAXParser configured to validate according to a particular schema language and
a File containing the schema to validate against.
- newSAXParser(String, URL) - Static method in class groovy.xml.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.
- newSAXParser(String, boolean, boolean, URL) - Static method in class groovy.xml.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 class groovy.util.slurpersupport.NodeIterator
-
- NoChildren - Class in groovy.util.slurpersupport
-
Lazy evaluated representation of a GPath expression returning no children.
- NoChildren(GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NoChildren
-
- Node - Class in groovy.util.slurpersupport
-
Represents a node.
- Node(Node, String, Map, Map, String) - Constructor for class groovy.util.slurpersupport.Node
-
- NodeChild - Class in groovy.util.slurpersupport
-
Lazy evaluated representation of a child node.
- NodeChild(Node, GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChild
-
- NodeChild(Node, GPathResult, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChild
-
- NodeChildren - Class in groovy.util.slurpersupport
-
Lazy evaluated representation of child nodes.
- NodeChildren(GPathResult, String, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChildren
-
- NodeChildren(GPathResult, String, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChildren
-
- NodeChildren(GPathResult, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeChildren
-
- nodeCompleted(Object, Object) - Method in class groovy.xml.MarkupBuilder
-
- nodeCompleted(Object, Object) - Method in class groovy.xml.SAXBuilder
-
- nodeIterator() - Method in class groovy.util.slurpersupport.Attribute
-
- nodeIterator() - Method in class groovy.util.slurpersupport.Attributes
-
- nodeIterator() - Method in class groovy.util.slurpersupport.FilteredAttributes
-
- nodeIterator() - Method in class groovy.util.slurpersupport.FilteredNodeChildren
-
- nodeIterator() - Method in class groovy.util.slurpersupport.GPathResult
-
- nodeIterator() - Method in class groovy.util.slurpersupport.NoChildren
-
Returns an empty iterator.
- nodeIterator() - Method in class groovy.util.slurpersupport.NodeChild
-
- nodeIterator() - Method in class groovy.util.slurpersupport.NodeChildren
-
- NodeIterator - Class in groovy.util.slurpersupport
-
Helper class for iterating through nodes.
- NodeIterator(Iterator) - Constructor for class groovy.util.slurpersupport.NodeIterator
-
- nodeIterator() - Method in class groovy.util.slurpersupport.NodeParents
-
- NodeParents - Class in groovy.util.slurpersupport
-
Lazy evaluated representation of parent nodes without duplicates
- NodeParents(GPathResult, Map<String, String>) - Constructor for class groovy.util.slurpersupport.NodeParents
-
- parent - Variable in class groovy.util.slurpersupport.GPathResult
-
- parent() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns as GPathResult with the parent nodes of the current GPathResult
- parent() - Method in class groovy.util.slurpersupport.Node
-
Returns the parent of this Node.
- parent() - Method in class groovy.util.slurpersupport.NodeChild
-
- parent(Node) - Static method in class groovy.xml.dom.DOMCategory
-
- parents() - Method in class groovy.util.slurpersupport.Attribute
-
Throws a GroovyRuntimeException
, because this method is not implemented yet.
- parents() - Method in class groovy.util.slurpersupport.Attributes
-
- parents() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the parents of this GPathResult as a GPathResult
.
- parents() - Method in class groovy.util.slurpersupport.NoChildren
-
Throws a GroovyRuntimeException
, because it is not implemented yet.
- parents() - Method in class groovy.util.slurpersupport.NodeChild
-
Throws a GroovyRuntimeException
, because this method is not implemented yet.
- parents() - Method in class groovy.util.slurpersupport.NodeChildren
-
Throws a GroovyRuntimeException
, because it is not implemented yet.
- parse(File) - Method in class groovy.util.XmlParser
-
Parses the content of the given file as XML turning it into a tree
of Nodes.
- parse(InputSource) - Method in class groovy.util.XmlParser
-
Parse the content of the specified input source into a tree of Nodes.
- parse(InputStream) - Method in class groovy.util.XmlParser
-
Parse the content of the specified input stream into a tree of Nodes.
- parse(Reader) - Method in class groovy.util.XmlParser
-
Parse the content of the specified reader into a tree of Nodes.
- parse(String) - Method in class groovy.util.XmlParser
-
Parse the content of the specified URI into a tree of Nodes.
- parse(InputSource) - Method in class groovy.util.XmlSlurper
-
Parse the content of the specified input source into a GPathResult object
- parse(File) - Method in class groovy.util.XmlSlurper
-
Parses the content of the given file as XML turning it into a GPathResult object
- parse(InputStream) - Method in class groovy.util.XmlSlurper
-
Parse the content of the specified input stream into an GPathResult Object.
- parse(Reader) - Method in class groovy.util.XmlSlurper
-
Parse the content of the specified reader into a GPathResult Object.
- parse(String) - Method in class groovy.util.XmlSlurper
-
Parse the content of the specified URI into a GPathResult Object
- parse(Reader) - Static method in class groovy.xml.DOMBuilder
-
Creates a DocumentBuilder and uses it to parse the XML text read from the given reader.
- parse(Reader, boolean, boolean) - Static method in class groovy.xml.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(Reader, boolean, boolean, boolean) - Static method in class groovy.xml.DOMBuilder
-
Creates a DocumentBuilder and uses it to parse the XML text read from the given reader, allowing
parser validation, namespace awareness and permission of DOCTYPE declarations to be controlled.
- parse(String) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- parse(File) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- parse(Reader) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- parse(InputStream) - Static method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- parseText(String) - Method in class groovy.util.XmlParser
-
A helper method to parse the given text as XML.
- parseText(String) - Method in class groovy.util.XmlSlurper
-
A helper method to parse the given text as XML
- parseText(String) - Method in class groovy.xml.DOMBuilder
-
A helper method to parse the given text as XML.
- pi(Map<String, Map<String, Object>>) - Method in class groovy.xml.MarkupBuilderHelper
-
Produce an XML processing instruction in the output.
- plus(Object) - Method in class groovy.util.slurpersupport.GPathResult
-
Lazily adds the specified Object to this GPathResult.
- plus(Element, Closure) - Static method in class groovy.xml.dom.DOMCategory
-
- plus(NodeList, Closure) - Static method in class groovy.xml.dom.DOMCategory
-
- pop() - Method in class groovy.util.slurpersupport.FilteredNodeChildren
-
- pop() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the parent of this GPathResult.
- print(Node) - Method in class groovy.util.XmlNodePrinter
-
- print(Node, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
-
- print(Object) - Method in class groovy.xml.MarkupBuilder
-
- print(Document) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- print(Node, Map, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- print(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printAttributes(Element) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printAttributeWithoutPrefix(Attr, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printAttributeWithPrefix(Attr, StringBuffer) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printChildren(Node, Map) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printComment(Comment, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printElement(Element, Map, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printEnd(String, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printIndent() - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printLineBegin() - Method in class groovy.util.XmlNodePrinter
-
- printLineEnd() - Method in class groovy.util.XmlNodePrinter
-
- printLineEnd(String) - Method in class groovy.util.XmlNodePrinter
-
- printList(List, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
-
- println(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printName(Node, XmlNodePrinter.NamespaceContext, boolean, boolean) - Method in class groovy.util.XmlNodePrinter
-
- printNameAttributes(Map, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
-
- printNamespace(Object, XmlNodePrinter.NamespaceContext) - Method in class groovy.util.XmlNodePrinter
-
- printPI(ProcessingInstruction, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printQuoted(String) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- printSimpleItem(Object) - Method in class groovy.util.XmlNodePrinter
-
- printSpecialNode(Node) - Method in class groovy.util.XmlNodePrinter
-
- printText(Text, boolean) - Method in class org.codehaus.groovy.tools.xml.DomToGroovy
-
- processingInstruction(String, String) - Method in class groovy.util.XmlParser
-
- put(String, String) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
-
- putAll(Map<? extends String, ? extends String>) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
-
- putAt(int, Object) - Method in class groovy.util.slurpersupport.GPathResult
-
A helper method to allow GPathResults to work with subscript operators
- putAt(Element, String, Object) - Static method in class groovy.xml.dom.DOMCategory
-
- SAXBuilder - Class in groovy.xml
-
A builder for generating W3C SAX events.
- SAXBuilder(ContentHandler) - Constructor for class groovy.xml.SAXBuilder
-
- serialize(Element) - Static method in class groovy.xml.XmlUtil
-
Return a pretty String version of the Element.
- serialize(Element, OutputStream) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the Element to the OutputStream.
- serialize(Element, Writer) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the Element to the Writer.
- serialize(Node) - Static method in class groovy.xml.XmlUtil
-
Return a pretty String version of the Node.
- serialize(Node, OutputStream) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the Node to the OutputStream.
- serialize(Node, Writer) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the Node to the Writer.
- serialize(GPathResult) - Static method in class groovy.xml.XmlUtil
-
Return a pretty version of the GPathResult.
- serialize(GPathResult, OutputStream) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the GPathResult to the OutputStream.
- serialize(GPathResult, Writer) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the GPathResult to the Writer.
- serialize(Writable) - Static method in class groovy.xml.XmlUtil
-
Return a pretty String version of the XML content produced by the Writable.
- serialize(Writable, OutputStream) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the XML content produced by the Writable to the OutputStream.
- serialize(Writable, Writer) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the XML content produced by the Writable to the Writer.
- serialize(String) - Static method in class groovy.xml.XmlUtil
-
Return a pretty version of the XML content contained in the given String.
- serialize(String, OutputStream) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the given XML string to the OutputStream.
- serialize(String, Writer) - Static method in class groovy.xml.XmlUtil
-
Write a pretty version of the given XML string to the Writer.
- serialize(Element) - Static method in class org.codehaus.groovy.runtime.XmlGroovyMethods
-
Transforms the element to its text equivalent.
- setCurrent(Object) - Method in class groovy.xml.NamespaceBuilderSupport
-
- setDocumentLocator(Locator) - Method in class groovy.util.XmlParser
-
- setDoubleQuotes(boolean) - Method in class groovy.xml.MarkupBuilder
-
Sets whether the builder outputs attribute values in double
quotes or single quotes.
- setDTDHandler(DTDHandler) - Method in class groovy.util.XmlParser
-
- setDTDHandler(DTDHandler) - Method in class groovy.util.XmlSlurper
-
- setEntityBaseUrl(URL) - Method in class groovy.util.XmlSlurper
-
Resolves entities against using the supplied URL as the base for relative URLs
- setEntityResolver(EntityResolver) - Method in class groovy.util.XmlParser
-
- setEntityResolver(EntityResolver) - Method in class groovy.util.XmlSlurper
-
- setErrorHandler(ErrorHandler) - Method in class groovy.util.XmlParser
-
- setErrorHandler(ErrorHandler) - Method in class groovy.util.XmlSlurper
-
- setEscapeAttributes(boolean) - Method in class groovy.xml.MarkupBuilder
-
Defaults to true. If set to false then you must escape any special
characters within attribute values such as '&', '<', CR/LF, single
and double quotes etc. manually as needed.
- setExpandEmptyElements(boolean) - Method in class groovy.util.XmlNodePrinter
-
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
- setExpandEmptyElements(boolean) - Method in class groovy.xml.MarkupBuilder
-
Whether empty elements are expanded from <tagName/> to <tagName></tagName>.
- setFeature(String, boolean) - Method in class groovy.util.XmlParser
-
- setFeature(String, boolean) - Method in class groovy.util.XmlSlurper
-
- setGlobalKeepIgnorableWhitespace(boolean) - Static method in class groovy.xml.dom.DOMCategory
-
Whether ignorable whitespace (e.g.
- setGlobalTrimWhitespace(boolean) - Static method in class groovy.xml.dom.DOMCategory
-
Whether text content is trimmed (removing leading and trailing whitespace); default false.
- setKeepIgnorableWhitespace(boolean) - Method in class groovy.util.XmlParser
-
Sets the keep ignorable whitespace setting value.
- setKeepIgnorableWhitespace(boolean) - Method in class groovy.util.XmlSlurper
-
- setKeepWhitespace(boolean) - Method in class groovy.util.XmlSlurper
-
- setMetaClass(MetaClass) - Method in class groovy.util.slurpersupport.GPathResult
-
Replaces the MetaClass of this GPathResult.
- setNamespaceAware(boolean) - Method in class groovy.util.XmlNodePrinter
-
Enable and/or disable namespace handling.
- setNamespaceAware(boolean) - Method in class groovy.util.XmlParser
-
Enable and/or disable namespace handling.
- setNamespaceTagHints(Map) - Method in class groovy.util.slurpersupport.NamespaceAwareHashMap
-
- setOmitEmptyAttributes(boolean) - Method in class groovy.xml.MarkupBuilder
-
Allows empty attributes to be removed from the generated markup.
- setOmitNullAttributes(boolean) - Method in class groovy.xml.MarkupBuilder
-
Allows null attributes to be removed from the generated markup.
- setParent(Object, Object) - Method in class groovy.xml.DOMBuilder
-
- setParent(Object, Object) - Method in class groovy.xml.MarkupBuilder
-
- setParent(Object, Object) - Method in class groovy.xml.NamespaceBuilderSupport
-
- setParent(Object, Object) - Method in class groovy.xml.SAXBuilder
-
- setPreserveWhitespace(boolean) - Method in class groovy.util.XmlNodePrinter
-
Enable and/or disable preservation of whitespace.
- setProperty(String, Object) - Method in class groovy.util.slurpersupport.GPathResult
-
Replaces the specified property of this GPathResult with a new value.
- setProperty(String, Object) - Method in class groovy.util.XmlParser
-
- setProperty(String, Object) - Method in class groovy.util.XmlSlurper
-
- setQuote(String) - Method in class groovy.util.XmlNodePrinter
-
Set Quote to use when printing attributes.
- setTrimWhitespace(boolean) - Method in class groovy.util.XmlParser
-
Sets the trim whitespace setting value.
- setValue(Element, String) - Static method in class groovy.xml.dom.DOMCategory
-
- setWritingAttribute(boolean) - Method in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- size() - Method in class groovy.util.slurpersupport.Attribute
-
Returns the size of this Attribute, which is always 1
.
- size() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the size of this GPathResult.
- size() - Method in class groovy.util.slurpersupport.NoChildren
-
Returns 0
.
- size() - Method in class groovy.util.slurpersupport.NodeChild
-
- size() - Method in class groovy.util.slurpersupport.NodeChildren
-
- size(NamedNodeMap) - Static method in class groovy.xml.dom.DOMCategory
-
- size(NodeList) - Static method in class groovy.xml.dom.DOMCategory
-
- skippedEntity(String) - Method in class groovy.util.XmlParser
-
- startDocument() - Method in class groovy.util.XmlParser
-
- startDocument() - Method in class groovy.util.XmlSlurper
-
- startElement(String, String, String, Attributes) - Method in class groovy.util.XmlParser
-
- startElement(String, String, String, Attributes) - Method in class groovy.util.XmlSlurper
-
- startPrefixMapping(String, String) - Method in class groovy.util.XmlParser
-
- startPrefixMapping(String, String) - Method in class groovy.util.XmlSlurper
-
- StreamingMarkupWriter - Class in groovy.xml.streamingmarkupsupport
-
- StreamingMarkupWriter(Writer, String) - Constructor for class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- StreamingMarkupWriter(Writer, String, boolean) - Constructor for class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- StreamingMarkupWriter(Writer) - Constructor for class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- surrogatePair - Variable in class groovy.xml.streamingmarkupsupport.StreamingMarkupWriter
-
- text() - Method in class groovy.util.slurpersupport.Attribute
-
Returns the value of this Attribute.
- text() - Method in class groovy.util.slurpersupport.Attributes
-
- text() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the text of this GPathResult as a String
.
- text() - Method in class groovy.util.slurpersupport.NoChildren
-
Returns an empty String
.
- text() - Method in class groovy.util.slurpersupport.Node
-
Returns a string containing the text of the children of this Node.
- text() - Method in class groovy.util.slurpersupport.NodeChild
-
- text() - Method in class groovy.util.slurpersupport.NodeChildren
-
- text(Node) - Static method in class groovy.xml.dom.DOMCategory
-
- text(NodeList) - Static method in class groovy.xml.dom.DOMCategory
-
- toBigDecimal() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a BigDecimal object.
- toBigInteger() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a BigInteger object.
- toBoolean() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a Boolean object.
- toDouble() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a Double object.
- toFloat() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a Float object.
- toInteger() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a Integer object.
- toLong() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a Long object.
- toString() - Method in class groovy.util.slurpersupport.GPathResult
-
Returns the text of this GPathResult.
- toString(Object) - Static method in class groovy.xml.dom.DOMCategory
-
- toURI() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a URI object.
- toURL() - Method in class groovy.util.slurpersupport.GPathResult
-
Converts the text of this GPathResult to a URL object.