Class WebXmlUtil


  • public class WebXmlUtil
    extends Object
    Collection of brutal and ugly hacks, to be removed when prism implementation will be reviewed in 3.5.
    • Field Detail

      • declarations

        public static List<String> declarations
    • Constructor Detail

      • WebXmlUtil

        public WebXmlUtil()
    • Method Detail

      • stripNamespaceDeclarations

        public static String stripNamespaceDeclarations​(String xml)
      • wrapInElement

        public static String wrapInElement​(String name,
                                           String body,
                                           boolean alsoDefaultNamespace)