public class XmlYielder extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
XmlYielder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createNsPrefix(String nsUri,
Map<String,String> knownNamespaces,
Map<String,String> attributes) |
groovy.lang.MetaClass |
getMetaClass() |
static String |
getNsPrefix(String nsUri,
Map<String,String> knownNamespaces,
Map<String,String> attributes) |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static void |
yieldChildren(groovy.util.slurpersupport.GPathResult origin,
groovy.xml.MarkupBuilder target,
String defaultNamespaceUri) |
static void |
yieldChildren(groovy.util.slurpersupport.GPathResult origin,
groovy.util.slurpersupport.Node source,
groovy.xml.MarkupBuilder target,
Map<String,String> predefinedNamespaces) |
static void |
yieldElement(groovy.util.slurpersupport.GPathResult origin,
groovy.xml.MarkupBuilder target,
String defaultNamespaceUri) |
static void |
yieldElement(groovy.util.slurpersupport.GPathResult origin,
groovy.util.slurpersupport.Node source,
groovy.xml.MarkupBuilder target,
Map<String,String> predefinedNamespaces) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static void yieldElement(groovy.util.slurpersupport.GPathResult origin,
groovy.xml.MarkupBuilder target,
String defaultNamespaceUri)
public static void yieldElement(groovy.util.slurpersupport.GPathResult origin,
groovy.util.slurpersupport.Node source,
groovy.xml.MarkupBuilder target,
Map<String,String> predefinedNamespaces)
public static void yieldChildren(groovy.util.slurpersupport.GPathResult origin,
groovy.util.slurpersupport.Node source,
groovy.xml.MarkupBuilder target,
Map<String,String> predefinedNamespaces)
public static void yieldChildren(groovy.util.slurpersupport.GPathResult origin,
groovy.xml.MarkupBuilder target,
String defaultNamespaceUri)
public static String getNsPrefix(String nsUri, Map<String,String> knownNamespaces, Map<String,String> attributes)
Copyright © 2020 Open eHealth Foundation. All rights reserved.