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 java.util.MapnamespaceMethodMap
- 
Constructor SummaryConstructors Constructor Description Builder(java.util.Map namespaceMethodMap)
- 
Method SummaryMethods inherited from class groovy.lang.GroovyObjectSupportgetMetaClass, setMetaClassMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObjectgetProperty, invokeMethod, setProperty
- 
Field Details- 
namespaceMethodMapprotected final java.util.Map namespaceMethodMap
 
- 
- 
Constructor Details- 
Builderpublic Builder(java.util.Map namespaceMethodMap)
 
- 
- 
Method Details- 
bind
 
-