Class XliffWalkerPathSelector
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.walker.selector.XliffWalkerPathSelector
-
public class XliffWalkerPathSelector extends Object
Class to select node paths (file node --> unit node --> segment node) in XLIFF document to buildFlexibleXliffWalkerStrategywhich is used to traverse XLIFF document viaXliffWalker- Author:
- Vladyslav Mykhalets
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXliffWalkerPathSelector.BuilderBuilder class forXliffWalkerPathSelectorstatic classXliffWalkerPathSelector.NodeTypeEnumerations for XLIFF document node type
-
Field Summary
Fields Modifier and Type Field Description static StringALL_NODES_SELECTOR
-
Constructor Summary
Constructors Constructor Description XliffWalkerPathSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XliffWalkerPathSelector>getChildrenNodes()StringgetNodeId()XliffWalkerPathSelector.NodeTypegetNodeType()
-
-
-
Field Detail
-
ALL_NODES_SELECTOR
public static final String ALL_NODES_SELECTOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNodeId
public String getNodeId()
-
getNodeType
public XliffWalkerPathSelector.NodeType getNodeType()
-
getChildrenNodes
public List<XliffWalkerPathSelector> getChildrenNodes()
-
-