Package org.noggit

Class JSONParserWS.WhitespaceHandler

  • Enclosing class:
    JSONParserWS

    public abstract static class JSONParserWS.WhitespaceHandler
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void whitespaceNotification​(int state, CharArr whitespace, boolean containsComment)  
      • Methods inherited from class java.lang.Object

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

      • WhitespaceHandler

        public WhitespaceHandler()
    • Method Detail

      • whitespaceNotification

        public abstract void whitespaceNotification​(int state,
                                                    CharArr whitespace,
                                                    boolean containsComment)