Uses of Class
net.sf.okapi.lib.xliff2.reader.URIContext
-
Packages that use URIContext Package Description 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 URIContext in net.sf.okapi.lib.xliff2.document
Method parameters in net.sf.okapi.lib.xliff2.document with type arguments of type URIContext Modifier and Type Method Description Iterator<Event>FileNode. createEventIterator(Stack<URIContext> uriContext)Create an iterator for the event for this file node.Iterator<Event>GroupNode. createEventIterator(Stack<URIContext> uriContext)Creates an iterator for the events in this group node. -
Uses of URIContext in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader that return URIContext Modifier and Type Method Description URIContextURIContext. clone()URIContextEvent. getURIContext()Constructors in net.sf.okapi.lib.xliff2.reader with parameters of type URIContext Constructor Description Event(EventType type, URIContext uriCtx)Event(EventType type, URIContext uriCtx, Object object)
-