groovy.xml.streamingmarkupsupport
Class Builder

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

public abstract class Builder
extends GroovyObjectSupport


Nested Class Summary
Modifier and Type Class and Description
protected static class Builder.Built
           
 
Field Summary
Modifier and Type Field and Description
protected  Map namespaceMethodMap
           
 
Constructor Summary
Constructor and Description
Builder(Map namespaceMethodMap)
           
 
Method Summary
Modifier and Type Method and Description
abstract  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
 

Field Detail

namespaceMethodMap

protected final Map namespaceMethodMap
Constructor Detail

Builder

public Builder(Map namespaceMethodMap)
Method Detail

bind

public abstract Object bind(Closure root)

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