Uses of Class
net.sf.okapi.lib.xliff2.core.ExtElement
-
Packages that use ExtElement Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.reader Classes to read and validate an XLIFF document. -
-
Uses of ExtElement in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ExtElement Modifier and Type Method Description ExtElementExtElements. add(String namespaceURI, String localPart, String prefix)Adds a newExtElementobject to this set.ExtElementExtElements. add(ExtElement element)Adds an element to this set.ExtElementExtElement. addElement(String localPart)Adds a child element to this element, both of the same namespace.ExtElementExtElement. addElement(String namespaceURI, String localPart, String prefix)Adds a child element to this element.ExtElementExtElements. get(int index)Gets the element at a given position.ExtElementExtElement. getFirstElement()Gets the first child element of this element.ExtElementExtElement. getFirstElement(String namespaceURI, String localName)Gets the first element child for a given namespace and name of this element.ExtElementExtElements. getOrCreate(String namespaceURI, String localName, String prefix)Get and if needed, create before, a given element from this set.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type ExtElement Modifier and Type Method Description List<ExtElement>ExtElements. find(String namespaceURI, String localName)Gets a list of all child elements for a given namespace and name for this element (not recursively)Iterator<ExtElement>ExtElements. iterator()Methods in net.sf.okapi.lib.xliff2.core with parameters of type ExtElement Modifier and Type Method Description ExtElementExtElements. add(ExtElement element)Adds an element to this set.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type ExtElement Constructor Description ExtElement(ExtElement original)Copy constructor. -
Uses of ExtElement in net.sf.okapi.lib.xliff2.reader
Methods in net.sf.okapi.lib.xliff2.reader with parameters of type ExtElement Modifier and Type Method Description static ObjectURIContext. searchMatch(ExtElement elem, AbstractMap.SimpleEntry<String,List<String>> extensionInfo)
-