Uses of Class
net.sf.okapi.lib.xliff2.NSContext
-
Packages that use NSContext Package Description net.sf.okapi.lib.xliff2 Classes shared across the library.net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.renderer net.sf.okapi.lib.xliff2.writer Classes to write a new XLIFF document or re-write an existing one. -
-
Uses of NSContext in net.sf.okapi.lib.xliff2
Methods in net.sf.okapi.lib.xliff2 that return NSContext Modifier and Type Method Description NSContextNSContext. clone() -
Uses of NSContext in net.sf.okapi.lib.xliff2.core
Method parameters in net.sf.okapi.lib.xliff2.core with type arguments of type NSContext Modifier and Type Method Description static voidFragment. printExtAttributes(Tag tag, StringBuilder output, Stack<NSContext> nsStack)StringFragment. toXLIFF(Stack<NSContext> nsStack, Stack<InheritedData> context, boolean withOriginalData, boolean forceUniqueIds)Creates an XLIFF output for this fragment. -
Uses of NSContext in net.sf.okapi.lib.xliff2.renderer
Method parameters in net.sf.okapi.lib.xliff2.renderer with type arguments of type NSContext Modifier and Type Method Description voidIFragmentRenderer. set(Fragment fragment, Stack<NSContext> nsStack)Sets the fragment to iterate through and the namespace context.voidXLIFFFragmentRenderer. set(Fragment fragment, Stack<NSContext> nsStack)Constructor parameters in net.sf.okapi.lib.xliff2.renderer with type arguments of type NSContext Constructor Description XLIFFFragmentRenderer(Fragment fragment, Stack<NSContext> nsStack)Creates a newXLIFFFragmentRendererobject for a given fragment and namespace context. -
Uses of NSContext in net.sf.okapi.lib.xliff2.writer
Method parameters in net.sf.okapi.lib.xliff2.writer with type arguments of type NSContext Modifier and Type Method Description StringExtensionsWriter. buildExtAttributes(ExtAttributes attributes, Stack<NSContext> nsStack)Builds the XLIFF output for a givebExtAttributesobject.StringExtensionsWriter. buildExtChildren(List<IExtChild> list, Stack<NSContext> nsStack)Builds the XLIFF output for a given list ofIExtChildobjects.StringExtensionsWriter. buildExtElements(IWithExtElements parent, Stack<NSContext> nsStack)Builds the XLIFF output for a given object that has extension objects.
-