|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GPathResult | |
---|---|
groovy.util | Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. |
groovy.util.slurpersupport | Helper classes for XmlSlurper. |
Uses of GPathResult in groovy.util |
---|
Methods in groovy.util that return GPathResult | |
---|---|
GPathResult |
XmlSlurper.getDocument()
|
GPathResult |
XmlSlurper.parse(java.io.File file)
Parses the content of the given file as XML turning it into a GPathResult object |
GPathResult |
XmlSlurper.parse(org.xml.sax.InputSource input)
Parse the content of the specified input source into a GPathResult object |
GPathResult |
XmlSlurper.parse(java.io.InputStream input)
Parse the content of the specified input stream into an GPathResult Object. |
GPathResult |
XmlSlurper.parse(java.io.Reader in)
Parse the content of the specified reader into a GPathResult Object. |
GPathResult |
XmlSlurper.parse(java.lang.String uri)
Parse the content of the specified URI into a GPathResult Object |
GPathResult |
XmlSlurper.parseText(java.lang.String text)
A helper method to parse the given text as XML |
Uses of GPathResult in groovy.util.slurpersupport |
---|
Subclasses of GPathResult in groovy.util.slurpersupport | |
---|---|
class |
Attribute
|
(package private) class |
Attributes
|
class |
FilteredAttributes
Lazy evaluated representation of nodes filtered by attributes. |
class |
FilteredNodeChildren
|
class |
NoChildren
|
class |
NodeChild
|
(package private) class |
NodeChildren
|
Fields in groovy.util.slurpersupport declared as GPathResult | |
---|---|
protected GPathResult |
GPathResult.parent
|
Methods in groovy.util.slurpersupport that return GPathResult | |
---|---|
GPathResult |
GPathResult.children()
|
GPathResult |
GPathResult.declareNamespace(java.util.Map newNamespaceMapping)
|
GPathResult |
NodeChildren.find(Closure closure)
|
GPathResult |
NodeChild.find(Closure closure)
|
GPathResult |
NoChildren.find(Closure closure)
|
abstract GPathResult |
GPathResult.find(Closure closure)
|
GPathResult |
Attribute.find(Closure closure)
|
GPathResult |
NodeChildren.findAll(Closure closure)
|
GPathResult |
NodeChild.findAll(Closure closure)
|
GPathResult |
NoChildren.findAll(Closure closure)
|
abstract GPathResult |
GPathResult.findAll(Closure closure)
|
GPathResult |
Attributes.findAll(Closure closure)
|
GPathResult |
Attribute.findAll(Closure closure)
|
GPathResult |
GPathResult.parent()
|
GPathResult |
NodeChildren.parents()
|
GPathResult |
NodeChild.parents()
|
GPathResult |
NoChildren.parents()
|
abstract GPathResult |
GPathResult.parents()
|
GPathResult |
Attributes.parents()
|
GPathResult |
Attribute.parents()
|
Methods in groovy.util.slurpersupport with parameters of type GPathResult | |
---|---|
protected void |
Node.appendNode(java.lang.Object newValue,
GPathResult result)
|
void |
Node.replaceNode(Closure replacementClosure,
GPathResult result)
|
Constructors in groovy.util.slurpersupport with parameters of type GPathResult | |
---|---|
Attribute(java.lang.String name,
java.lang.String value,
GPathResult parent,
java.lang.String namespacePrefix,
java.util.Map namespaceTagHints)
|
|
Attributes(GPathResult parent,
java.lang.String name,
java.util.Map namespaceTagHints)
|
|
Attributes(GPathResult parent,
java.lang.String name,
java.lang.String namespacePrefix,
java.util.Map namespaceTagHints)
|
|
FilteredAttributes(GPathResult parent,
Closure closure,
java.util.Map namespaceTagHints)
|
|
FilteredNodeChildren(GPathResult parent,
Closure closure,
java.util.Map namespaceTagHints)
|
|
GPathResult(GPathResult parent,
java.lang.String name,
java.lang.String namespacePrefix,
java.util.Map namespaceTagHints)
|
|
NoChildren(GPathResult parent,
java.lang.String name,
java.util.Map namespaceTagHints)
|
|
NodeChild(Node node,
GPathResult parent,
java.util.Map namespaceTagHints)
|
|
NodeChild(Node node,
GPathResult parent,
java.lang.String namespacePrefix,
java.util.Map namespaceTagHints)
|
|
NodeChildren(GPathResult parent,
java.util.Map namespaceTagHints)
|
|
NodeChildren(GPathResult parent,
java.lang.String name,
java.util.Map namespaceTagHints)
|
|
NodeChildren(GPathResult parent,
java.lang.String name,
java.lang.String namespacePrefix,
java.util.Map namespaceTagHints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |