Class BaseMarkupBuilder
- java.lang.Object
-
- groovy.lang.GroovyObjectSupport
-
- groovy.xml.streamingmarkupsupport.Builder
-
- groovy.xml.streamingmarkupsupport.BaseMarkupBuilder
-
- All Implemented Interfaces:
GroovyObject
public class BaseMarkupBuilder extends Builder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class groovy.xml.streamingmarkupsupport.Builder
Builder.Built
-
-
Field Summary
-
Fields inherited from class groovy.xml.streamingmarkupsupport.Builder
namespaceMethodMap
-
-
Constructor Summary
Constructors Constructor Description BaseMarkupBuilder(Map namespaceMethodMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
bind(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
-
-