Package groovy.xml.slurpersupport
Class ReplacementNode
- java.lang.Object
-
- groovy.xml.slurpersupport.ReplacementNode
-
- All Implemented Interfaces:
groovy.lang.Buildable
,groovy.lang.Writable
public abstract class ReplacementNode extends Object implements groovy.lang.Buildable, groovy.lang.Writable
Helper base class used for lazy updates.
-
-
Constructor Summary
Constructors Constructor Description ReplacementNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
build(groovy.lang.GroovyObject builder)
abstract void
build(groovy.lang.GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
Writer
writeTo(Writer out)
NOP
-
-
-
Method Detail
-
build
public abstract void build(groovy.lang.GroovyObject builder, Map namespaceMap, Map<String,String> namespaceTagHints)
-
build
public void build(groovy.lang.GroovyObject builder)
- Specified by:
build
in interfacegroovy.lang.Buildable
-
writeTo
public Writer writeTo(Writer out) throws IOException
NOP- Specified by:
writeTo
in interfacegroovy.lang.Writable
- Returns:
- the Writer that was passed
- Throws:
IOException
-
-