groovy.xml.streamingmarkupsupport
Class BaseMarkupBuilder

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by groovy.xml.streamingmarkupsupport.Builder
          extended by groovy.xml.streamingmarkupsupport.BaseMarkupBuilder
All Implemented Interfaces:
GroovyObject

public class BaseMarkupBuilder
extends Builder


Nested Class Summary
 
Nested classes/interfaces inherited from class groovy.xml.streamingmarkupsupport.Builder
Builder.Built
 
Field Summary
 
Fields inherited from class groovy.xml.streamingmarkupsupport.Builder
namespaceMethodMap
 
Constructor Summary
BaseMarkupBuilder(Map namespaceMethodMap)
           
 
Method Summary
 Object bind(Closure root)
           
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMarkupBuilder

public BaseMarkupBuilder(Map namespaceMethodMap)
Method Detail

bind

public Object bind(Closure root)
Specified by:
bind in class Builder

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