Uses of Interface
de.init.its.api.ds.IitsId

Packages that use IitsId
de.init.its.api.ds   
de.init.its.api.spi   
de.init.its.ds   
de.init.its.spi   
 

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

Methods in de.init.its.api.ds that return IitsId
 IitsId IitsTagElement.getId()
          Returns the id of this element
 

Methods in de.init.its.api.ds with parameters of type IitsId
 void IitsTagElement.setId(IitsId id)
          Sets the id of this its element
 

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

Methods in de.init.its.api.spi with parameters of type IitsId
 IitsTagElement IitsElementManager.findById(IitsId id)
          Returns an IitsTagElement with a given id
 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
 

Uses of IitsId in de.init.its.ds
 

Classes in de.init.its.ds that implement IitsId
 class ItsId
          Default its element identifier
 

Methods in de.init.its.ds that return IitsId
 IitsId ItsTagElement.getId()
           
 

Methods in de.init.its.ds with parameters of type IitsId
 void ItsTagElement.setId(IitsId id)
           
 

Uses of IitsId in de.init.its.spi
 

Methods in de.init.its.spi with parameters of type IitsId
 IitsTagElement ItsElementManager.findById(IitsId id)
           
 IitsTagElement ItsElementManager.insert(IitsId id, ItsAttributes dcname, java.lang.String dcvalue)