- groovy.xml.slurpersupport.ReplacementNode
-
- All Implemented Interfaces and Traits:
- 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.
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public abstract void |
build(groovy.lang.GroovyObject builder, Map namespaceMap, Map<String, String> namespaceTagHints)
|
|
public void |
build(groovy.lang.GroovyObject builder)
|
|
public Writer |
writeTo(Writer out) NOP |
-
Inherited Methods Summary
-
-
Method Detail
-
public abstract void build(groovy.lang.GroovyObject builder, Map namespaceMap, Map<String, String> namespaceTagHints)
-
@Override
public void build(groovy.lang.GroovyObject builder)
-
NOP
- Returns:
- the Writer that was passed
- Summary:
Nested Field Constructor - Method
- | Detail:
Field Constructor - Method
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.