Package groovy.xml.slurpersupport
Class ReplacementNode
java.lang.Object
groovy.xml.slurpersupport.ReplacementNode
Helper base class used for lazy updates.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ReplacementNodepublic ReplacementNode()
 
- 
- 
Method Details- 
buildpublic abstract void build(GroovyObject builder, Map namespaceMap, Map<String, String> namespaceTagHints) 
- 
build
- 
writeToNOP- Specified by:
- writeToin interface- Writable
- 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
 
 
-