Uses of Class
net.sf.okapi.filters.yaml.parser.Scalar
-
Packages that use Scalar Package Description net.sf.okapi.filters.yaml net.sf.okapi.filters.yaml.parser -
-
Uses of Scalar in net.sf.okapi.filters.yaml
Methods in net.sf.okapi.filters.yaml with parameters of type Scalar Modifier and Type Method Description voidYamlFilter. handleScalar(Scalar scalar) -
Uses of Scalar in net.sf.okapi.filters.yaml.parser
Methods in net.sf.okapi.filters.yaml.parser that return Scalar Modifier and Type Method Description ScalarYamlParser. folded_style()ScalarYamlParser. literal_style()ScalarYamlParser. plain_scalar()ScalarYamlParser. quoted_string()Methods in net.sf.okapi.filters.yaml.parser with parameters of type Scalar Modifier and Type Method Description voidIYamlHandler. handleScalar(Scalar scalar)Handle YAML value
-