Class Builder.Built
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.xml.streamingmarkupsupport.Builder.Built
- All Implemented Interfaces:
GroovyObject
- Enclosing class:
- Builder
protected abstract static class Builder.Built extends GroovyObjectSupport
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map
namespaceSpecificTags
protected Closure
root
-
Constructor Summary
-
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
-
root
-
namespaceSpecificTags
protected final java.util.Map namespaceSpecificTags
-
-
Constructor Details
-
Built
-