Uses of Class
net.sf.okapi.lib.xliff2.core.PCont
-
Packages that use PCont Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of PCont in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return PCont Modifier and Type Method Description PContTags. getPCont(int key)Gets thePContfor a given key.PContTags. getPCont(CharSequence ctext, int pos)Gets thePContfor a given reference in a coded text.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type PCont Modifier and Type Method Description Iterator<PCont>Tags. iteratorPCont()Creates an iterator for thePContobjects in this collection.Methods in net.sf.okapi.lib.xliff2.core with parameters of type PCont Modifier and Type Method Description intTags. add(PCont tag)Adds a protected content tag to this object.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type PCont Constructor Description PCont(PCont original)Copy constructor.
-