Class BaseMarkupBuilder

java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.xml.streamingmarkupsupport.Builder
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

    Constructors
    Constructor Description
    BaseMarkupBuilder​(java.util.Map namespaceMethodMap)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object bind​(Closure root)  

    Methods inherited from class groovy.lang.GroovyObjectSupport

    getMetaClass, setMetaClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface groovy.lang.GroovyObject

    getProperty, invokeMethod, setProperty
  • Constructor Details

    • BaseMarkupBuilder

      public BaseMarkupBuilder​(java.util.Map namespaceMethodMap)
  • Method Details

    • bind

      public java.lang.Object bind​(Closure root)
      Specified by:
      bind in class Builder