|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface XmlProvider
Provides various ways to access the content of an XML document.
Method Summary | |
---|---|
Element
|
asElement()
Returns the XML document as a DOM org.w3c.dom.Element. |
groovy.util.Node
|
asNode()
Returns the XML document as a Groovy groovy.util.Node. |
java.lang.StringBuilder
|
asString()
Returns the XML document as a java.lang.StringBuilder. |
Method Detail |
---|
public Element asElement()
public groovy.util.Node asNode()
public java.lang.StringBuilder asString()
Groovy Documentation