Package ca.uhn.fhir.util
Class XmlDetectionUtil
- java.lang.Object
-
- ca.uhn.fhir.util.XmlDetectionUtil
-
public class XmlDetectionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlDetectionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisStaxPresent()This method will returntrueif a StAX XML parsing library is present on the classpath
-
-
-
Constructor Detail
-
XmlDetectionUtil
public XmlDetectionUtil()
-
-
Method Detail
-
isStaxPresent
public static boolean isStaxPresent()
This method will returntrueif a StAX XML parsing library is present on the classpath
-
-