public class NamespaceBuilderSupport extends BuilderSupport
A helper class for creating namespaced GroovyMarkup
Constructor and description |
---|
NamespaceBuilderSupport(BuilderSupport builder) |
NamespaceBuilderSupport(BuilderSupport builder, String uri) |
NamespaceBuilderSupport(BuilderSupport builder, String uri, String prefix) |
NamespaceBuilderSupport(BuilderSupport builder, String uri, String prefix, boolean autoPrefix) |
NamespaceBuilderSupport(BuilderSupport builder, Map nsMap) |
Type Params | Return Type | Name and description |
---|---|---|
|
public NamespaceBuilderSupport |
declareNamespace(Map nsMap) |
|
public Object |
invokeMethod(String methodName, Object args) Allow automatic detection of namespace declared in the attributes |
|
public NamespaceBuilderSupport |
namespace(String namespaceURI) |
|
public NamespaceBuilderSupport |
namespace(String namespaceURI, String prefix) |
Methods inherited from class | Name |
---|---|
class BuilderSupport |
invokeMethod, invokeMethod |
class GroovyObjectSupport |
getMetaClass, setMetaClass |
Allow automatic detection of namespace declared in the attributes
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.