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 SummaryNested Classes Modifier and Type Class Description protected static classBuilder.Built
 - 
Field SummaryFields Modifier and Type Field Description protected MapnamespaceMethodMap
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Objectbind(Closure root)- 
Methods inherited from class groovy.lang.GroovyObjectSupportgetMetaClass, setMetaClass
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface groovy.lang.GroovyObjectgetProperty, invokeMethod, setProperty
 
- 
 
-