Package com.hubspot.jinjava.tree.parse
Interface WhitespaceControlParser
- All Known Implementing Classes:
LenientWhitespaceControlParser
,StrictWhitespaceControlParser
public interface WhitespaceControlParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WhitespaceControlParser
static final WhitespaceControlParser
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasLeftTrim
(String unwrapped) boolean
hasRightTrim
(String unwrapped) stripRight
(String unwrapped)
-
Field Details
-
LENIENT
-
STRICT
-
-
Method Details
-
hasLeftTrim
-
stripLeft
-
hasRightTrim
-
stripRight
-