com.evolveum.midpoint.util
Class UglyHacks

java.lang.Object
  extended by com.evolveum.midpoint.util.UglyHacks

public class UglyHacks
extends Object

Author:
semancik

Constructor Summary
UglyHacks()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UglyHacks

public UglyHacks()
Method Detail

forceXsiNsDeclaration

public static String forceXsiNsDeclaration(String originalXml)

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)


Copyright © 2013 evolveum. All Rights Reserved.