Class EventStreamParserUtilities


  • public class EventStreamParserUtilities
    extends java.lang.Object
    • Constructor Detail

      • EventStreamParserUtilities

        public EventStreamParserUtilities()
    • Method Detail

      • logPXMLFileParseEventsToOSOut

        public static void logPXMLFileParseEventsToOSOut​(java.io.File PXMLFile)
                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • measureParseTimeForPXMLFile

        public static void measureParseTimeForPXMLFile​(java.io.File PXMLFile)
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • logPXMLParserEvents

        public static void logPXMLParserEvents​(java.io.Reader PXMLReader,
                                               java.io.Writer logWriter,
                                               java.lang.Object PXMLResource)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • measureParseTime

        public static void measureParseTime​(java.io.Reader PXMLReader,
                                            java.lang.Object PXMLResource)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • stripStartAndEndFromComment

        public static java.lang.String stripStartAndEndFromComment​(java.lang.String comment)
      • throwNestedMetaDataNotAllowedInXML

        public static void throwNestedMetaDataNotAllowedInXML​(int lineNumber,
                                                              int columnNumber)
                                                       throws PXMLDataException
        Throws:
        PXMLDataException