Uses of Class
net.sf.okapi.lib.xliff2.walker.selector.XliffWalkerPathSelector.NodeType
-
Packages that use XliffWalkerPathSelector.NodeType Package Description net.sf.okapi.lib.xliff2.walker.selector -
-
Uses of XliffWalkerPathSelector.NodeType in net.sf.okapi.lib.xliff2.walker.selector
Methods in net.sf.okapi.lib.xliff2.walker.selector that return XliffWalkerPathSelector.NodeType Modifier and Type Method Description XliffWalkerPathSelector.NodeTypeXliffWalkerPathSelector. getNodeType()static XliffWalkerPathSelector.NodeTypeXliffWalkerPathSelector.NodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static XliffWalkerPathSelector.NodeType[]XliffWalkerPathSelector.NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-