Uses of Class
net.sf.okapi.lib.xliff2.core.ExtAttribute
-
Packages that use ExtAttribute Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of ExtAttribute in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ExtAttribute Modifier and Type Method Description ExtAttributeExtAttributes. getAttribute(String namespaceURI, String localName)Gets an attribute if it exists.ExtAttributeExtAttributes. setAttribute(String localName, String value)Sets an attribute without namespace for this set.ExtAttributeExtAttributes. setAttribute(String namespaceURI, String localName, String value)Sets an attribute in this set.ExtAttributeExtAttributes. setAttribute(ExtAttribute attribute)Sets a given attribute in this set.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type ExtAttribute Modifier and Type Method Description Iterator<ExtAttribute>ExtAttributes. iterator()Creates an iterator for the attributes in this set.Methods in net.sf.okapi.lib.xliff2.core with parameters of type ExtAttribute Modifier and Type Method Description ExtAttributeExtAttributes. setAttribute(ExtAttribute attribute)Sets a given attribute in this set.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type ExtAttribute Constructor Description ExtAttribute(ExtAttribute original)Copy constructor.
-