Package groovy.xml.slurpersupport
Class ReplacementNode
- java.lang.Object
-
- groovy.xml.slurpersupport.ReplacementNode
-
-
Constructor Summary
Constructors Constructor Description ReplacementNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidbuild(GroovyObject builder)abstract voidbuild(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)WriterwriteTo(Writer out)NOP
-
-
-
Method Detail
-
build
public abstract void build(GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
-
build
public void build(GroovyObject builder)
-
writeTo
public Writer writeTo(Writer out) throws IOException
NOP- Specified by:
writeToin interfaceWritable- Parameters:
out- the Writer to which this Writable should output its data.- Returns:
- the Writer that was passed
- Throws:
IOException- if an error occurred while outputting data to the writer
-
-