|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlList | |
org.codehaus.groovy.sandbox.util |
Uses of XmlList in org.codehaus.groovy.sandbox.util |
Fields in org.codehaus.groovy.sandbox.util declared as XmlList | |
private XmlList[] |
ComplexElementCollection.parents
|
protected XmlList[] |
ElementIterator.parents
|
Methods in org.codehaus.groovy.sandbox.util that return XmlList | |
XmlList |
XmlSlurper.parse(org.xml.sax.InputSource input)
Parse the content of the specified input source into a List |
XmlList |
XmlSlurper.parse(java.io.File file)
Parses the content of the given file as XML turning it into a List |
XmlList |
XmlSlurper.parse(java.io.InputStream input)
Parse the content of the specified input stream into a List. |
XmlList |
XmlSlurper.parse(java.io.Reader in)
Parse the content of the specified reader into a List. |
XmlList |
XmlSlurper.parse(java.lang.String uri)
Parse the content of the specified URI into a List |
XmlList |
XmlSlurper.parseText(java.lang.String text)
A helper method to parse the given text as XML |
Constructors in org.codehaus.groovy.sandbox.util with parameters of type XmlList | |
ComplexElementCollection(XmlList[] parents,
int[] nextParentElements,
java.lang.String[] parentElementNames,
java.lang.String childElementName)
|
|
ElementIterator(XmlList[] parents,
int[] nextParentElements)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |