Uses of Interface
net.sf.okapi.lib.xliff2.core.IExtChild
-
Packages that use IExtChild Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.writer Classes to write a new XLIFF document or re-write an existing one. -
-
Uses of IExtChild in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IExtChild Modifier and Type Class Description classExtContentRepresents an extension content object: aIExtChildobject of typeExtChildType.TEXTorExtChildType.CDATA.classExtElementRepresent an extension (or un-supported module) element.classProcessingInstructionRepresents a processing instruction as an extension content object.Methods in net.sf.okapi.lib.xliff2.core that return IExtChild Modifier and Type Method Description IExtChildExtElement. addChild(IExtChild child)Adds aIExtChildobject to this element.static IExtChildCloneFactory. create(IExtChild original)Creates a deep-copy clone of a givenIExtChildobject.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type IExtChild Modifier and Type Method Description List<IExtChild>ExtElement. getChildren()Gets the list of the children of this element.List<IExtChild>Skeleton. getChildren()Gets the list of extension children for this skeleton.Methods in net.sf.okapi.lib.xliff2.core with parameters of type IExtChild Modifier and Type Method Description IExtChildExtElement. addChild(IExtChild child)Adds aIExtChildobject to this element.voidSkeleton. addChild(IExtChild child)Adds an extension child to this skeleton.static IExtChildCloneFactory. create(IExtChild original)Creates a deep-copy clone of a givenIExtChildobject. -
Uses of IExtChild in net.sf.okapi.lib.xliff2.writer
Method parameters in net.sf.okapi.lib.xliff2.writer with type arguments of type IExtChild Modifier and Type Method Description StringExtensionsWriter. buildExtChildren(List<IExtChild> list, Stack<NSContext> nsStack)Builds the XLIFF output for a given list ofIExtChildobjects.
-