Uses of Class
net.sf.okapi.lib.xliff2.core.ExtContent
-
Packages that use ExtContent Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of ExtContent in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ExtContent Modifier and Type Method Description ExtContentExtElement. addContent(String text)Adds a text content to this element.ExtContentExtElement. getFirstContent()Gets the first child content of this element.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type ExtContent Constructor Description ExtContent(ExtContent original)Copy constructor.
-