Class Emitter.ExpectDocumentStart

  • All Implemented Interfaces:
    EmitterState
    Enclosing class:
    Emitter

    private class Emitter.ExpectDocumentStart
    extends java.lang.Object
    implements EmitterState
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean first  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpectDocumentStart​(boolean first)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void expect()  
      • Methods inherited from class java.lang.Object

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

      • first

        private final boolean first
    • Constructor Detail

      • ExpectDocumentStart

        public ExpectDocumentStart​(boolean first)
    • Method Detail

      • expect

        public void expect()
                    throws java.io.IOException
        Specified by:
        expect in interface EmitterState
        Throws:
        java.io.IOException