Package com.helger.xml
Class XMLDebug
java.lang.Object
com.helger.xml.XMLDebug
Misc. XML DOM helper method for checking the setup etc.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidEmit all supported features to the logger.static com.helger.commons.collection.impl.ICommonsMap<EXMLDOMFeatureVersion,com.helger.commons.collection.impl.ICommonsList<String>> static com.helger.commons.collection.impl.ICommonsList<String>getAllSupportedFeatures(EXMLDOMFeatureVersion eFeatureVersion) static StringgetNodeTypeAsString(int nNodeType)
-
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
-