public abstract class Builder
extends GroovyObjectSupport
Base support for streaming markup builders that dispatch tags through namespace-specific closures.
| Modifiers | Name | Description |
|---|---|---|
protected static class |
Builder.Built |
Base class for bound markup documents produced by bind(Closure). |
| Modifiers | Name | Description |
|---|---|---|
protected Map |
namespaceMethodMap |
Normalized namespace metadata used to resolve tag handlers during binding. |
| Methods inherited from class | Name |
|---|---|
class GroovyObjectSupport |
getMetaClass, setMetaClass |
Normalized namespace metadata used to resolve tag handlers during binding.
Creates a builder from the precomputed namespace method metadata.
namespaceMethodMap - namespace-specific tag handler metadataCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.