Uses of Class
net.sf.okapi.lib.xliff2.URIParser
-
Packages that use URIParser Package Description net.sf.okapi.lib.xliff2 Classes shared across the library.net.sf.okapi.lib.xliff2.document Classes to hold in memory a complete parsed XLIFF document.net.sf.okapi.lib.xliff2.reader Classes to read and validate an XLIFF document. -
-
Uses of URIParser in net.sf.okapi.lib.xliff2
Methods in net.sf.okapi.lib.xliff2 that return URIParser Modifier and Type Method Description URIParserURIParser. complementReference()Changes this object to represent a complete fragment identifier if the initial one was relative.URIParserURIParser. setURL(String urilOrFragment)Sets the URI for this object.URIParserURIParser. setURL(String urilOrFragment, String contextFileId, String contextGroupId, String contextUnitId)Sets the URI and context identifiers for this object. -
Uses of URIParser in net.sf.okapi.lib.xliff2.document
Methods in net.sf.okapi.lib.xliff2.document with parameters of type URIParser Modifier and Type Method Description ObjectXLIFFDocument. fetchReference(URIParser up)Retrieves the object corresponding to a given URI fragment. -
Uses of URIParser in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader with parameters of type URIParser Modifier and Type Method Description ObjectURIContext. matches(Event event, URIParser up)static voidXLIFFReader. validate(File file, URIParser uriParser)Validates an XLIFF document passed as a File object.static voidXLIFFReader. validate(InputStream inputStream, URIParser uriParser)Validates an XLIFF document passed as a stream.static voidXLIFFReader. validate(String input, URIParser uriParser)Validates an XLIFF document passed as a string.static voidXLIFFReader. validate(URI inputURI, URIParser uriParser)Validates an XLIFF document passed as a URI.Constructors in net.sf.okapi.lib.xliff2.reader with parameters of type URIParser Constructor Description XLIFFReader(int validation, URIParser uriParserToUse)Creates a new XLIFFReader object.
-