Class XmlUtil


  • public class XmlUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isClarkNotation​(java.lang.String text)  
      static java.lang.String prettyFormatXml​(java.lang.CharSequence xml)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • prettyFormatXml

        public static java.lang.String prettyFormatXml​(java.lang.CharSequence xml)
      • isClarkNotation

        public static boolean isClarkNotation​(java.lang.String text)