java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.xml.streamingmarkupsupport.Builder
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Direct Known Subclasses:
BaseMarkupBuilder
public abstract class Builder
extends groovy.lang.GroovyObjectSupport
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class |
Description |
protected static class |
Builder.Built |
|
-
-
Constructor Summary
Constructors
Constructor |
Description |
Builder(Map namespaceMethodMap) |
|
-
Method Summary
Modifier and Type |
Method |
Description |
abstract Object |
bind(groovy.lang.Closure root) |
|
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Field Details
-
protected final Map namespaceMethodMap
-
Constructor Details
-
public Builder(
Map namespaceMethodMap)
-
Method Details
-
public abstract Object bind(
groovy.lang.Closure root)