Groovy 2.1.6

groovy.xml.streamingmarkupsupport
[Java] Class Builder

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.xml.streamingmarkupsupport.Builder

public abstract class Builder
extends groovy.lang.GroovyObjectSupport

Nested Class Summary
protected static class Builder.Built

 
Field Summary
protected Map namespaceMethodMap

 
Constructor Summary
Builder(Map namespaceMethodMap)

 
Method Summary
Object bind(groovy.lang.Closure root)

 
Methods inherited from class groovy.lang.GroovyObjectSupport
groovy.lang.GroovyObjectSupport#getMetaClass(), groovy.lang.GroovyObjectSupport#setMetaClass(groovy.lang.MetaClass), groovy.lang.GroovyObjectSupport#invokeMethod(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#setProperty(java.lang.String, java.lang.Object), groovy.lang.GroovyObjectSupport#getProperty(java.lang.String), groovy.lang.GroovyObjectSupport#wait(long, int), groovy.lang.GroovyObjectSupport#wait(long), groovy.lang.GroovyObjectSupport#wait(), groovy.lang.GroovyObjectSupport#equals(java.lang.Object), groovy.lang.GroovyObjectSupport#toString(), groovy.lang.GroovyObjectSupport#hashCode(), groovy.lang.GroovyObjectSupport#getClass(), groovy.lang.GroovyObjectSupport#notify(), groovy.lang.GroovyObjectSupport#notifyAll()
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

namespaceMethodMap

protected final Map namespaceMethodMap


 
Constructor Detail

Builder

public Builder(Map namespaceMethodMap)


 
Method Detail

bind

public Object bind(groovy.lang.Closure root)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.