java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.xml.streamingmarkupsupport.Builder.Built
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Enclosing class:
- Builder
protected abstract static class Builder.Built
extends groovy.lang.GroovyObjectSupport
-
-
Constructor Summary
Constructors
Constructor |
Description |
Built(groovy.lang.Closure root,
Map namespaceTagMap) |
|
-
Method Summary
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 groovy.lang.Closure root
-
protected final Map namespaceSpecificTags
-
Constructor Details
-
public Built(
groovy.lang.Closure root,
Map namespaceTagMap)