Uses of Class
net.sf.okapi.lib.xliff2.document.XLIFFDocument
-
Packages that use XLIFFDocument Package Description net.sf.okapi.lib.xliff2.walker net.sf.okapi.lib.xliff2.walker.selector net.sf.okapi.lib.xliff2.walker.strategy -
-
Uses of XLIFFDocument in net.sf.okapi.lib.xliff2.walker
Methods in net.sf.okapi.lib.xliff2.walker with parameters of type XLIFFDocument Modifier and Type Method Description voidXliffWalker. doWalk(XLIFFDocument xlf)Main method for running the traversal. -
Uses of XLIFFDocument in net.sf.okapi.lib.xliff2.walker.selector
Methods in net.sf.okapi.lib.xliff2.walker.selector with parameters of type XLIFFDocument Modifier and Type Method Description static String[]PathSelectorUtils. resolveFileNodeIds(XLIFFDocument doc, XliffWalkerPathSelector pathSelector) -
Uses of XLIFFDocument in net.sf.okapi.lib.xliff2.walker.strategy
Methods in net.sf.okapi.lib.xliff2.walker.strategy with parameters of type XLIFFDocument Modifier and Type Method Description voidDefaultXliffWalkerStrategy. doWalk(XLIFFDocument doc, XliffWalker walker)voidFlexibleXliffWalkerStrategy. doWalk(XLIFFDocument doc, XliffWalker walker)voidIXliffWalkerStrategy. doWalk(XLIFFDocument xlf, XliffWalker walker)voidPipelineXliffWalkerStrategy. doWalk(XLIFFDocument doc, XliffWalker walker)static voidPipelineXliffWalkerStrategy. doWalkFileNodes(XLIFFDocument doc, XliffWalker.VisitPlaceAwareXliffVisitor<FileNode> visitor)static voidPipelineXliffWalkerStrategy. doWalkSegments(XLIFFDocument doc, XliffWalker.VisitPlaceAwareXliffVisitor<Segment> visitor)static voidPipelineXliffWalkerStrategy. doWalkUnitNodes(XLIFFDocument doc, XliffWalker.VisitPlaceAwareXliffVisitor<UnitNode> visitor)
-