groovy.xml.streamingmarkupsupport
Class Builder.Built

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

protected abstract static class Builder.Built
extends GroovyObjectSupport


Field Summary
Modifier and Type Field and Description
protected  Map namespaceSpecificTags
           
protected  Closure root
           
 
Constructor Summary
Constructor and Description
Builder.Built(Closure root, Map namespaceTagMap)
           
 
Method Summary
Modifier and Type Method and Description
 
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

root

protected final Closure root

namespaceSpecificTags

protected final Map namespaceSpecificTags
Constructor Detail

Builder.Built

public Builder.Built(Closure root,
                     Map namespaceTagMap)

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