Uses of Class
net.sf.okapi.filters.yaml.parser.Line
-
Packages that use Line Package Description net.sf.okapi.filters.yaml.parser -
-
Uses of Line in net.sf.okapi.filters.yaml.parser
Fields in net.sf.okapi.filters.yaml.parser with type parameters of type Line Modifier and Type Field Description List<Line>IndentedBlock. linesMethods in net.sf.okapi.filters.yaml.parser that return types with arguments of type Line Modifier and Type Method Description List<Line>IndentedBlock. getTranslatableStrings()Create a list of lines that represent TextUnits and skeleton (e.g., newlines) between them decode the strings before savingList<Line>QuotedScalar. getTranslatableStrings()Create a list of lines that represent TextUnits and skeleton (e.g., newlines) between them decode the strings based on the typeList<Line>Scalar. getTranslatableStrings()Methods in net.sf.okapi.filters.yaml.parser with parameters of type Line Modifier and Type Method Description voidIndentedBlock. addLine(Line line)voidQuotedScalar. addLine(Line line)
-