org.noggit
Class JSONParserWS.WhitespaceHandler

java.lang.Object
  extended by org.noggit.JSONParserWS.WhitespaceHandler
Enclosing class:
JSONParserWS

public abstract static class JSONParserWS.WhitespaceHandler
extends Object


Constructor Summary
JSONParserWS.WhitespaceHandler()
           
 
Method Summary
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

JSONParserWS.WhitespaceHandler

public JSONParserWS.WhitespaceHandler()
Method Detail

whitespaceNotification

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


Copyright © 2014. All Rights Reserved.