Package org.openehealth.ipf.commons.xml
Class XmlYielder
java.lang.Object
org.openehealth.ipf.commons.xml.XmlYielder
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
void
static void
yieldChildren
(GPathResult origin, MarkupBuilder target, String defaultNamespaceUri) static void
yieldChildren
(GPathResult origin, Node source, MarkupBuilder target, Map<String, String> predefinedNamespaces) static void
yieldElement
(GPathResult origin, MarkupBuilder target, String defaultNamespaceUri) static void
yieldElement
(GPathResult origin, Node source, MarkupBuilder target, Map<String, String> predefinedNamespaces) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
XmlYielder
public XmlYielder()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
yieldElement
public static void yieldElement(GPathResult origin, MarkupBuilder target, String defaultNamespaceUri) -
yieldElement
public static void yieldElement(GPathResult origin, Node source, MarkupBuilder target, Map<String, String> predefinedNamespaces) -
yieldChildren
public static void yieldChildren(GPathResult origin, Node source, MarkupBuilder target, Map<String, String> predefinedNamespaces) -
yieldChildren
public static void yieldChildren(GPathResult origin, MarkupBuilder target, String defaultNamespaceUri) -
getNsPrefix
-
createNsPrefix
-