Searched refs:contentWithNewLines (Results 1 – 1 of 1) sorted by relevance
128 String contentWithNewLines = constructScalar((ScalarNode) node).toString(); in construct() local129 String noNewLines = contentWithNewLines.replaceAll("\\s", ""); in construct()