Home
last modified time | relevance | path

Searched refs:setFlowStyle (Results 1 – 3 of 3) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DBaseRepresenter.java141 node.setFlowStyle(defaultFlowStyle.getStyleBoolean()); in representSequence()
143 node.setFlowStyle(bestStyle); in representSequence()
167 node.setFlowStyle(defaultFlowStyle.getStyleBoolean()); in representMapping()
169 node.setFlowStyle(bestStyle); in representMapping()
DRepresenter.java99 node.setFlowStyle(defaultFlowStyle.getStyleBoolean()); in representJavaBean()
101 node.setFlowStyle(bestStyle); in representJavaBean()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DCollectionNode.java42 public void setFlowStyle(Boolean flowStyle) { in setFlowStyle() method in CollectionNode