Uses of Class
de.init.its.process.support.ItsTree

Packages that use ItsTree
de.init.its.process.re   
de.init.its.process.support   
 

Uses of ItsTree in de.init.its.process.re
 

Methods in de.init.its.process.re that return ItsTree
 ItsTree<Element> XLIFFProcessor.backward(java.net.URI resource, java.net.URI target, net.sf.okapi.common.LocaleId sourceLocale, net.sf.okapi.common.LocaleId targetLocale)
          Implements the backward process to generate ITS ODT Files from xliff files without loss of content information.
protected  ItsTree<Element> XLIFFProcessor.findByName(ItsTree<Element> t, java.lang.String name)
          Returns an element by name
 ItsTree<Element> ItsProcessor.getTree()
          Returns the XML parse tree
 ItsTree<Element> XLIFFReader.read(java.lang.String xml)
          Read an xml as String and return it as ItsTree represenation
 ItsTree<Element> XLIFFReader.read(java.net.URI xliffsource)
          Read an external XLIFF Source and return a ItsTree representation of this source
 

Methods in de.init.its.process.re with parameters of type ItsTree
 IOResult ItsProcessor.backward(ItsTree<Element> odtsource, java.net.URI odtstub, java.net.URI target)
          backward operation. transforms ITS annotated content to flat enclosing ODT Document bookmarks using a preconfigured ITSTree (see also XLIFFProcessor.backward(URI, URI, net.sf.okapi.common.LocaleId, net.sf.okapi.common.LocaleId)
static java.util.Map<ItsAttributes,java.util.List<java.lang.String>> XLIFFReader.XLIFF2ITSMapperService.convert(ItsTree<Element> t, ItsAttributes.DataCategories dc)
          Returns a mapping for the respective data category and the XLIFF mapping The mapping returned by this method refers to this document: http://www.w3.org/International/its/wiki/XLIFF_1.2_Mapping#Localization_Note
static ItsAttributes.DataCategories XLIFFReader.XLIFF2ITSMapperService.detect(ItsTree<Element> t)
          Tries to detect a certain data category
protected  ItsTree<Element> XLIFFProcessor.findByName(ItsTree<Element> t, java.lang.String name)
          Returns an element by name
 boolean XLIFFProcessor.hasDataCategory(ItsTree<Element> child)
          returns true, if this subtree contains its to xliff mapping
 boolean XLIFFProcessor.isLeafGroup(java.lang.String id, ItsTree<Element> group)
          Returns true, if XLIFF group element contains no more groups and is considered a leaf
static boolean XLIFFReader.XLIFF2ITSMapperService.isLocFilter(ItsTree<Element> t)
          Returns true, if subtree elements head is a localization filter
static boolean XLIFFReader.XLIFF2ITSMapperService.isLocNote(ItsTree<Element> t)
          Returns true, if subtree elements head is a localization note
static boolean XLIFFReader.XLIFF2ITSMapperService.isTerminology(ItsTree<Element> t)
          Returns true, if subtree elements head is a term
static boolean XLIFFReader.XLIFF2ITSMapperService.isTranslate(ItsTree<Element> t)
          Returns true, if subtree elements head is a translate dc
 

Uses of ItsTree in de.init.its.process.support
 

Fields in de.init.its.process.support declared as ItsTree
protected  ItsTree<T> ItsTree.next
           
protected  ItsTree<T> ItsTree.parent
           
 

Fields in de.init.its.process.support with type parameters of type ItsTree
protected  java.util.List<ItsTree<T>> ItsTree.children
           
protected  java.util.Map<T,ItsTree<T>> ItsTree.mapping
           
 

Methods in de.init.its.process.support that return ItsTree
 ItsTree<T> ItsTree.findByName(java.lang.String prefix, java.lang.String name)
          Returns the first Element, that is matched by prefix and the name
 ItsTree<T> ItsTree.getParent()
          Returns the parent of this node
 ItsTree<T> ItsTree.insert(ItsTree<T> tree)
          Inserts a subtree as a child to this node
 ItsTree<T> ItsTree.insert(T node)
          Inserts an element as child to this tree and returns the child subtree
 ItsTree<T> ItsTree.insert(T parent, T node)
          Inserts an element as child for the parent and returns the child subtree
 ItsTree<T> ItsTree.nextSibling()
          Returns the next sibling
 ItsTree<T> ItsTree.remove(T node)
          Removes a node form the tree and returns the subtree
 

Methods in de.init.its.process.support that return types with arguments of type ItsTree
 java.util.Deque<ItsTree<T>> ItsTree.findAllByName(java.lang.String prefix, java.lang.String name)
          Returns a list of all Elements specified by name an prefix.
 java.util.List<ItsTree<T>> ItsTree.getChildren()
          Returns the children of this node
 

Methods in de.init.its.process.support with parameters of type ItsTree
 ItsTree<T> ItsTree.insert(ItsTree<T> tree)
          Inserts a subtree as a child to this node