Class ElementRecorder


  • public class ElementRecorder
    extends Object
    Geklont von
    • Constructor Detail

      • ElementRecorder

        public ElementRecorder()
    • Method Detail

      • setOutputFile

        public static void setOutputFile​(File outputFile)
      • setHandler

        public static void setHandler​(SaxHandler newHandler)
      • setElementsToRecord

        public static void setElementsToRecord​(String[] newElementsToRecord)
      • getElementsToRecord

        public static String[] getElementsToRecord()
      • closeOutputFile

        public static void closeOutputFile()
      • writeToFile

        public static void writeToFile​(String text)
      • writeToFile

        public static void writeToFile​(char ch)
      • startRecording

        public static void startRecording()
      • stopRecording

        public static void stopRecording​(String elementName)
      • stringToDom

        public static Document stringToDom​(String docString)
        Sonar SuppressWarnings siehe: org.iqtig.xpacker.impl.XPacker#xmlOut(org.w3c.dom.Document, java.io.OutputStream)
      • domToString

        public static String domToString​(Document document)
        Sonar SuppressWarnings siehe: org.iqtig.xpacker.impl.XPacker#xmlOut(org.w3c.dom.Document, java.io.OutputStream)