Package net.sf.okapi.filters.xliff.its
Class ITSLQICollection
- java.lang.Object
-
- net.sf.okapi.filters.xliff.its.ITSLQICollection
-
public class ITSLQICollection extends Object
Represents the <its:locQualityIssues/> element.
-
-
Constructor Summary
Constructors Constructor Description ITSLQICollection(Iterator<Attribute> attrs, String resource)ITSLQICollection(List<ITSLQI> issues, String resource, String xmlid, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLQI(Iterator<Attribute> attrs)StringgetURI()StringgetVersion()StringgetXMLId()Iterator<ITSLQI>iterator()
-