@Converter public class GPathResultConverter extends Object
Constructor and Description |
---|
GPathResultConverter() |
Modifier and Type | Method and Description |
---|---|
groovy.util.slurpersupport.GPathResult |
fromNode(Node input,
Exchange exchange) |
groovy.util.slurpersupport.GPathResult |
fromString(String input) |
groovy.util.slurpersupport.GPathResult |
fromStringSource(StringSource input) |
@Converter public groovy.util.slurpersupport.GPathResult fromString(String input) throws ParserConfigurationException, SAXException, IOException
@Converter public groovy.util.slurpersupport.GPathResult fromStringSource(StringSource input) throws IOException, SAXException, ParserConfigurationException
@Converter public groovy.util.slurpersupport.GPathResult fromNode(Node input, Exchange exchange) throws IOException, SAXException, ParserConfigurationException, TransformerException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.