Uses of Class
net.sf.okapi.common.resource.DocumentPart
-
Packages that use DocumentPart Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.common.skeleton Interfaces and classes for the skeleton objects.net.sf.okapi.filters.html net.sf.okapi.filters.its.html5 net.sf.okapi.filters.markdown net.sf.okapi.filters.xliff2 -
-
Uses of DocumentPart in net.sf.okapi.common
Methods in net.sf.okapi.common that return DocumentPart Modifier and Type Method Description DocumentPartEvent. getDocumentPart()Convenience method returns theIResourceas aDocumentPart. -
Uses of DocumentPart in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return DocumentPart Modifier and Type Method Description DocumentPartEventBuilder. addDocumentPart(String part)protected DocumentPartAbstractLineFilter. getFirstDocumentPart()DocumentPartEventBuilder. startDocumentPart(String part)Create aDocumentPartand store it for later processing.Methods in net.sf.okapi.common.filters with parameters of type DocumentPart Modifier and Type Method Description StringSubFilterSkeletonWriter. processDocumentPart(DocumentPart resource) -
Uses of DocumentPart in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type DocumentPart Modifier and Type Method Description protected voidGenericFilterWriter. processDocumentPart(DocumentPart resource) -
Uses of DocumentPart in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton with parameters of type DocumentPart Modifier and Type Method Description StringGenericSkeletonWriter. processDocumentPart(DocumentPart resource)StringISkeletonWriter. processDocumentPart(DocumentPart resource)Processes the DOCUMENT_PART event. -
Uses of DocumentPart in net.sf.okapi.filters.html
Methods in net.sf.okapi.filters.html with parameters of type DocumentPart Modifier and Type Method Description StringHtmlSkeletonWriter. processDocumentPart(DocumentPart resource) -
Uses of DocumentPart in net.sf.okapi.filters.its.html5
Methods in net.sf.okapi.filters.its.html5 with parameters of type DocumentPart Modifier and Type Method Description StringHTML5SkeletonWriter. processDocumentPart(DocumentPart resource) -
Uses of DocumentPart in net.sf.okapi.filters.markdown
Methods in net.sf.okapi.filters.markdown with parameters of type DocumentPart Modifier and Type Method Description StringMarkdownSkeletonWriter. processDocumentPart(DocumentPart resource) -
Uses of DocumentPart in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 that return DocumentPart Modifier and Type Method Description DocumentPartX2ToOkpConverter. convert(MidFileData midFileData)
-