Class XMLDebug


  • public final class XMLDebug
    extends Object
    Misc. XML DOM helper method for checking the setup etc.
    Author:
    Philip Helger
    • Method Detail

      • getAllSupportedFeatures

        @Nonnull
        @ReturnsMutableCopy
        public static com.helger.commons.collection.impl.ICommonsMap<EXMLDOMFeatureVersion,​com.helger.commons.collection.impl.ICommonsList<String>> getAllSupportedFeatures()
      • debugLogDOMFeatures

        public static void debugLogDOMFeatures()
        Emit all supported features to the logger.
      • getNodeTypeAsString

        @Nonnull
        public static String getNodeTypeAsString​(int nNodeType)