Uses of Class
de.init.its.ds.ItsAttributes

Packages that use ItsAttributes
de.init.its.api.ds   
de.init.its.api.spi   
de.init.its.ds   
de.init.its.process.re   
de.init.its.process.support   
de.init.its.spi   
de.init.loext.its.dialogs.ui   
 

Uses of ItsAttributes in de.init.its.api.ds
 

Methods in de.init.its.api.ds that return types with arguments of type ItsAttributes
 java.util.Map<ItsAttributes,java.util.List<java.lang.String>> IitsTagElement.renderAttributes()
          Convenience method to render all attributes as map
 

Methods in de.init.its.api.ds with parameters of type ItsAttributes
 void IitsTagElement.addAttribute(ItsAttributes dcname, java.lang.String dcvalue)
          adds an its attribute to the element
 

Method parameters in de.init.its.api.ds with type arguments of type ItsAttributes
 void IitsTagElement.update(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
          Updates this elements values
 

Uses of ItsAttributes in de.init.its.api.spi
 

Methods in de.init.its.api.spi with parameters of type ItsAttributes
 IitsAttribute IitsAttributeManager.getAttribute(ItsAttributes attribute)
          returns the respective IitsAttribute from predefined ItsAttributes as a copy
 IitsTagElement IitsElementManager.insert(IitsId id, ItsAttributes dcname, java.lang.String dcvalue)
          Inserts an ITS Local Attribute into a document hierarchy using a parent element for nested data categories
 IitsTagElement IitsElementManager.insert(ItsAttributes attrib, java.lang.String... params)
          Inserts an ITS Local Attribute into a document hiearchy
 

Method parameters in de.init.its.api.spi with type arguments of type ItsAttributes
 IitsTagElement IitsElementManager.insert(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
          Inserts a new IitsTagElement using the provided values
 

Uses of ItsAttributes in de.init.its.ds
 

Fields in de.init.its.ds with type parameters of type ItsAttributes
(package private)  java.util.Set<ItsAttributes> ItsAttributes.DataCategories.set
           
 

Methods in de.init.its.ds that return ItsAttributes
static ItsAttributes ItsAttributes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItsAttributes[] ItsAttributes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.init.its.ds that return types with arguments of type ItsAttributes
 java.util.Map<ItsAttributes,java.util.List<java.lang.String>> ItsTagElement.renderAttributes()
           
 java.util.Set<ItsAttributes> ItsAttributes.DataCategories.retrieveAttributes()
           
 java.util.Set<ItsAttributes> ItsDataCategoryResolver.retrieveAttributes(ItsAttributes.DataCategories dc)
          Returns all atributes defined by a ItsAttributes.DataCategories
 

Methods in de.init.its.ds with parameters of type ItsAttributes
 void ItsTagElement.addAttribute(ItsAttributes dcname, java.lang.String dcvalue)
           
 

Method parameters in de.init.its.ds with type arguments of type ItsAttributes
 void ItsTagElement.update(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
           
 

Uses of ItsAttributes in de.init.its.process.re
 

Methods in de.init.its.process.re that return types with arguments of type ItsAttributes
static java.util.Map<ItsAttributes,java.util.List<java.lang.String>> XLIFFReader.XLIFF2ITSMapperService.convert(ItsTree<Element> t, ItsAttributes.DataCategories dc)
          Returns a mapping for the respective data category and the XLIFF mapping The mapping returned by this method refers to this document: http://www.w3.org/International/its/wiki/XLIFF_1.2_Mapping#Localization_Note
 

Method parameters in de.init.its.process.re with type arguments of type ItsAttributes
protected  Element XLIFFProcessor.mkSpanElement(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> mapping)
          Creates a spanning Element
 

Uses of ItsAttributes in de.init.its.process.support
 

Constructor parameters in de.init.its.process.support with type arguments of type ItsAttributes
Element(java.lang.String prefix, java.lang.String name, java.util.Map<ItsAttributes,java.util.List<java.lang.String>> attr)
          Creates a simple element
 

Uses of ItsAttributes in de.init.its.spi
 

Methods in de.init.its.spi with parameters of type ItsAttributes
 IitsAttribute ItsAttributeManager.getAttribute(ItsAttributes attribute)
           
 IitsTagElement ItsElementManager.insert(IitsId id, ItsAttributes dcname, java.lang.String dcvalue)
           
 IitsTagElement ItsElementManager.insert(ItsAttributes attrib, java.lang.String... params)
           
 

Method parameters in de.init.its.spi with type arguments of type ItsAttributes
 IitsTagElement ItsElementManager.insert(java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
           
 

Uses of ItsAttributes in de.init.loext.its.dialogs.ui
 

Methods in de.init.loext.its.dialogs.ui that return types with arguments of type ItsAttributes
 java.util.Map<ItsAttributes,java.util.List<java.lang.String>> ItsDialogModel.getValues(ItsDialogs.ItsDialogBase dialog)
          Returns all values that are saved for this model
 

Methods in de.init.loext.its.dialogs.ui with parameters of type ItsAttributes
 void ItsDialogs.StateChangeListener.doAction(ItsAttributes attribute, ItsDialogs.ItsDialogBase dialog, java.lang.String... values)
          called, whenever a state has been changed
 

Method parameters in de.init.loext.its.dialogs.ui with type arguments of type ItsAttributes
 void ItsDialogModel.setValues(ItsDialogs.ItsDialogBase dialog, java.util.Map<ItsAttributes,java.util.List<java.lang.String>> values)
          Sets the values for a dialog