public class InputSource extends Object
| Constructor and Description |
|---|
InputSource(InputStream in,
boolean skipObfuscation,
boolean skipStripComments,
boolean skipStripWhitespaces,
boolean skipStripNewlines,
boolean skipStripSpecialKeywords) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
boolean |
skipObfuscation() |
boolean |
skipStripComments() |
boolean |
skipStripNewlines() |
boolean |
skipStripSpecialKeywords() |
boolean |
skipStripWhitespaces() |
public InputSource(InputStream in, boolean skipObfuscation, boolean skipStripComments, boolean skipStripWhitespaces, boolean skipStripNewlines, boolean skipStripSpecialKeywords)
public InputStream getInputStream()
public boolean skipObfuscation()
public boolean skipStripComments()
public boolean skipStripWhitespaces()
public boolean skipStripNewlines()
public boolean skipStripSpecialKeywords()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.