Class BaseMarkupBuilder

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class BaseMarkupBuilder
    extends Builder
    • Nested Class Summary

      • Nested classes/interfaces inherited from class groovy.xml.streamingmarkupsupport.Builder

        Builder.Built
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object bind​(groovy.lang.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​(java.util.Map namespaceMethodMap)
    • Method Detail

      • bind

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