Uses of Class
net.sf.okapi.lib.xliff2.document.UnitNode
-
Packages that use UnitNode Package Description net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document.net.sf.okapi.lib.xliff2.walker net.sf.okapi.lib.xliff2.walker.selector net.sf.okapi.lib.xliff2.walker.strategy -
-
Uses of UnitNode in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document that return UnitNode Modifier and Type Method Description UnitNodeIWithGroupOrUnitNode. add(UnitNode node)Adds aUnitNodeto this object.UnitNodeWithGroupOrUnitNode. add(UnitNode node)UnitNodeIWithGroupOrUnitNode. addUnitNode(String id)Adds aUnitNodeto this object.UnitNodeWithGroupOrUnitNode. addUnitNode(String id)UnitNodeIWithGroupOrUnitNode. getUnitNode(String id)Gets theUnitNodefor a given unit id.UnitNodeWithGroupOrUnitNode. getUnitNode(String id)UnitNodeXLIFFDocument. getUnitNode(String fileId, String unitId)Gets theUnitNodefrom a given file id and a given unit id.Methods in net.sf.okapi.lib.xliff2.document that return types with arguments of type UnitNode Modifier and Type Method Description List<UnitNode>IWithGroupOrUnitNode. getUnitNodes()Gets all theUnitNodeelements of this object.List<UnitNode>WithGroupOrUnitNode. getUnitNodes()Methods in net.sf.okapi.lib.xliff2.document with parameters of type UnitNode Modifier and Type Method Description UnitNodeIWithGroupOrUnitNode. add(UnitNode node)Adds aUnitNodeto this object.UnitNodeWithGroupOrUnitNode. add(UnitNode node) -
Uses of UnitNode in net.sf.okapi.lib.xliff2.walker
Methods in net.sf.okapi.lib.xliff2.walker that return UnitNode Modifier and Type Method Description UnitNodeVisitationContext. getUnit()Methods in net.sf.okapi.lib.xliff2.walker that return types with arguments of type UnitNode Modifier and Type Method Description List<IXliffVisitor<UnitNode>>XliffWalker. getAllUnitNodeVisitors()List<IXliffVisitor<UnitNode>>XliffWalker. getUnitNodeVisitors(String fileId, String unitId)Method returns visitors which are configured to be executed on specific file id and unit id.XliffWalker.VisitPlaceAwareXliffVisitor<UnitNode>XliffWalker. getUnitVisitor(String id)Method returnsXliffWalker.VisitPlaceAwareXliffVisitorforUnitNodeby its id.Methods in net.sf.okapi.lib.xliff2.walker with parameters of type UnitNode Modifier and Type Method Description abstract voidAbstractUnitVisitor. visit(UnitNode visitee, VisitationContext context)Method parameters in net.sf.okapi.lib.xliff2.walker with type arguments of type UnitNode Modifier and Type Method Description StringXliffWalker. addUnitVisitor(IXliffVisitor<UnitNode> visitor, XliffWalkerPathSelector... pathSelectors)StringXliffWalker. addUnitVisitor(XliffWalker.VisitPlaceAwareXliffVisitor<UnitNode> visitor)Constructors in net.sf.okapi.lib.xliff2.walker with parameters of type UnitNode Constructor Description VisitationContext(String fileNodeId, FileNode fileNode, UnitNode unitNode)VisitationContext(String fileNodeId, FileNode fileNode, UnitNode unitNode, int segmentIndex) -
Uses of UnitNode in net.sf.okapi.lib.xliff2.walker.selector
Methods in net.sf.okapi.lib.xliff2.walker.selector that return UnitNode Modifier and Type Method Description static UnitNode[]PathSelectorUtils. resolveUnitNodes(FileNode fileNode, XliffWalkerPathSelector pathSelector)Methods in net.sf.okapi.lib.xliff2.walker.selector with parameters of type UnitNode Modifier and Type Method Description static PathSelectorUtils.Pair<Integer,Segment>[]PathSelectorUtils. resolveSegments(UnitNode unitNode, XliffWalkerPathSelector pathSelector) -
Uses of UnitNode in net.sf.okapi.lib.xliff2.walker.strategy
Method parameters in net.sf.okapi.lib.xliff2.walker.strategy with type arguments of type UnitNode Modifier and Type Method Description static voidPipelineXliffWalkerStrategy. doWalkUnitNodes(XLIFFDocument doc, XliffWalker.VisitPlaceAwareXliffVisitor<UnitNode> visitor)
-