Package com.evolveum.midpoint.util
Class UglyHacks
- java.lang.Object
-
- com.evolveum.midpoint.util.UglyHacks
-
public class UglyHacks extends Object
- Author:
- semancik
-
-
Constructor Summary
Constructors Constructor Description UglyHacks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
forceXsiNsDeclaration(String originalXml)
static void
fortifyNamespaceDeclarations(Node node)
static void
fortifyNamespaceDeclarationsSingleElement(Element element)
static void
unfortifyNamespaceDeclarations(Node node)
static void
unfortifyNamespaceDeclarationsSingleElement(Element element)
-
-
-
Method Detail
-
fortifyNamespaceDeclarations
public static void fortifyNamespaceDeclarations(Node node)
-
fortifyNamespaceDeclarationsSingleElement
public static void fortifyNamespaceDeclarationsSingleElement(Element element)
-
unfortifyNamespaceDeclarations
public static void unfortifyNamespaceDeclarations(Node node)
-
unfortifyNamespaceDeclarationsSingleElement
public static void unfortifyNamespaceDeclarationsSingleElement(Element element)
-
-