Class XMLDebug

java.lang.Object
com.helger.xml.XMLDebug

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

    • getAllSupportedFeatures

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

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

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

      @Nonnull public static String getNodeTypeAsString(int nNodeType)