Class Builder
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.xml.streamingmarkupsupport.Builder
-
- All Implemented Interfaces:
GroovyObject
- Direct Known Subclasses:
BaseMarkupBuilder
public abstract class Builder extends GroovyObjectSupport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
Builder.Built
-
Field Summary
Fields Modifier and Type Field Description protected Map
namespaceMethodMap
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Object
bind(Closure root)
-
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
-
-