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 StringforceXsiNsDeclaration(String originalXml)static voidfortifyNamespaceDeclarations(Node node)static voidfortifyNamespaceDeclarationsSingleElement(Element element)static voidunfortifyNamespaceDeclarations(Node node)static voidunfortifyNamespaceDeclarationsSingleElement(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)
-
-