Class Builder.Built
java.lang.Object
groovy.lang.GroovyObjectSupport
groovy.xml.streamingmarkupsupport.Builder.Built
- All Implemented Interfaces:
GroovyObject
- Enclosing class:
- Builder
Base class for bound markup documents produced by
Builder.bind(Closure).-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Field Details
-
root
Root markup closure cloned for this bound document. -
namespaceSpecificTags
Namespace URI to tag handler metadata for this bound document.
-
-
Constructor Details
-
Built
Creates a bound document with namespace-specific tag metadata.- Parameters:
root- root markup closurenamespaceTagMap- namespace URI to tag handler metadata
-