Package net.sf.okapi.lib.xliff2.renderer
Interface IFragmentRenderer
-
- All Superinterfaces:
Iterable<IFragmentObject>
- All Known Implementing Classes:
XLIFFFragmentRenderer
public interface IFragmentRenderer extends Iterable<IFragmentObject>
Provides an iterable interface for the objects making up a fragment. Each object return by the iterator implementsIFragmentObjectproviding both: access to the underlying object, and a string representation of that object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(Fragment fragment, Stack<NSContext> nsStack)Sets the fragment to iterate through and the namespace context.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-