Class StAX


  • public abstract class StAX
    extends java.lang.Object
    The StAX utility provides an XML parser for the StAXHandler.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  StAX.Attributes  
      static interface  StAX.Handler
      The StAXHandler class.
    • Constructor Summary

      Constructors 
      Constructor Description
      StAX()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void parse​(java.io.InputStream stream, StAX.Handler handler)
      Create a StAX from the a resource.
      • Methods inherited from class java.lang.Object

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

      • StAX

        public StAX()
    • Method Detail

      • parse

        public static void parse​(java.io.InputStream stream,
                                 StAX.Handler handler)
                          throws java.io.IOException
        Create a StAX from the a resource.
        Parameters:
        stream -
        handler -
        Throws:
        java.io.IOException