Class BaseMarkupBuilder
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.xml.streamingmarkupsupport.Builder
groovy.xml.streamingmarkupsupport.BaseMarkupBuilder
- All Implemented Interfaces:
GroovyObject
Runtime support for
StreamingMarkupBuilder closures bound to namespace-aware tag handlers.-
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
ConstructorsConstructorDescriptionBaseMarkupBuilder(Map namespaceMethodMap) Creates a builder backed by the supplied namespace method map. -
Method Summary
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
BaseMarkupBuilder
Creates a builder backed by the supplied namespace method map.- Parameters:
namespaceMethodMap- namespace-specific tag handler metadata
-
-
Method Details