Package com.helger.xml
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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebugLogDOMFeatures()Emit all supported features to the logger.static com.helger.commons.collection.impl.ICommonsMap<EXMLDOMFeatureVersion,com.helger.commons.collection.impl.ICommonsList<String>>getAllSupportedFeatures()static com.helger.commons.collection.impl.ICommonsList<String>getAllSupportedFeatures(EXMLDOMFeatureVersion eFeatureVersion)static StringgetNodeTypeAsString(int nNodeType)
-
-
-
Method Detail
-
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.
-
-