[Java] Class ReplacementNode

  • groovy.xml.slurpersupport.ReplacementNode
All Implemented Interfaces and Traits:
Buildable, Writable
public abstract class ReplacementNode
extends Object
implements Buildable, Writable

Helper base class used for lazy updates.

Methods Summary

Methods
Type Params Return Type Name and description
public abstract void build(GroovyObject builder, Map namespaceMap, Map<String, String> namespaceTagHints)
public void build(GroovyObject builder)
public Writer writeTo(Writer out)
NOP

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public abstract void build(GroovyObject builder, Map namespaceMap, Map<String, String> namespaceTagHints)

public void build(GroovyObject builder)

public Writer writeTo(Writer out)

NOP

Returns:
the Writer that was passed

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/xml/slurpersupport/ReplacementNode.html