Package org.noggit
Class JSONParserWS.WhitespaceHandler
- java.lang.Object
-
- org.noggit.JSONParserWS.WhitespaceHandler
-
- Enclosing class:
- JSONParserWS
public abstract static class JSONParserWS.WhitespaceHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WhitespaceHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
whitespaceNotification(int state, CharArr whitespace, boolean containsComment)
-
-
-
Method Detail
-
whitespaceNotification
public abstract void whitespaceNotification(int state, CharArr whitespace, boolean containsComment)
-
-