|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.GroovyObjectSupport groovy.xml.streamingmarkupsupport.Builder.Built
protected static abstract class Builder.Built extends GroovyObjectSupport
Field Summary | |
---|---|
protected java.util.Map |
namespaceSpecificTags
|
protected Closure |
root
|
Constructor Summary | |
Builder.Built(Closure root, java.util.Map namespaceTagMap)
|
Method Summary |
---|
Methods inherited from class GroovyObjectSupport | |
---|---|
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
protected final java.util.Map namespaceSpecificTags
protected final Closure root
Constructor Detail |
---|
public Builder.Built(Closure root, java.util.Map namespaceTagMap)
Groovy Documentation