Uses of Class
net.sf.okapi.common.XMLWriter
-
Packages that use XMLWriter Package Description net.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format. -
-
Uses of XMLWriter in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type XMLWriter Modifier and Type Method Description protected voidTMXWriter. setXmlWriter(XMLWriter writer)protected voidTMXWriter. writeAllPropertiesAsAttibutes(XMLWriter writer, Set<String> names, ITextUnit item)protected voidTMXWriter. writeAllPropertiesAsAttibutes(XMLWriter writer, Set<String> names, TextContainer item)Constructors in net.sf.okapi.common.filterwriter with parameters of type XMLWriter Constructor Description TMXWriter(XMLWriter writer)Creates a new TMXWriter object.
-