Uses of Interface
org.eclipse.higgins.idas.spi.IAttributeContainer

Uses of IAttributeContainer in org.eclipse.higgins.idas.spi
 

Classes in org.eclipse.higgins.idas.spi that implement IAttributeContainer
 class AbstractComplexValue
          Basic implementation of IComplexAttrValue.
 class AbstractSimpleValue
           
 class BasicAttribute
          Implements IAttribute using BasicAttribute and BasicAttributeSet
 class BasicAttributeSet
          Basic implementation of IHasAttributes.
 class BasicAuthNAttributesMaterials
          Basic implementation of IAuthNAttributesMaterials for use in IContext.open(Object).
 class BasicComplexValue
           
 class BasicContext
          Basic implementation of IContext.
 class BasicEntity
          Basic implementation of IEntity.
 class BasicSimpleValue
           
 class BasicSingleValuedAttribute
           
 class BasicValueAnyURI
           
 class BasicValueBase64Binary
           
 class BasicValueBoolean
           
 class BasicValueByte
           
 class BasicValueDate
           
 class BasicValueDateTime
           
 class BasicValueDecimal
           
 class BasicValueDouble
          TODO (Impl): make sure getCanonical() meets the canonical rules for xsd:float.
 class BasicValueFloat
          TODO (Impl): make sure getCanonical() meets the canonical rules for xsd:float.
 class BasicValueGDay
           
 class BasicValueGMonth
           
 class BasicValueGMonthDay
           
 class BasicValueGYear
           
 class BasicValueGYearMonth
           
 class BasicValueHexBinary
           
 class BasicValueInt
           
 class BasicValueInteger
          TODO (Impl): make sure getCanonical() meets the canonical rules for xsd:integer.
 class BasicValueLanguage
          TODO (Impl): This does not enforce xsd:language restrictions yet.
 class BasicValueLong
           
 class BasicValueName
           
 class BasicValueNCName
          TODO (Impl): This does not enforce xsd:NCName restrictions yet.
 class BasicValueNegativeInteger
           
 class BasicValueNMTOKEN
          TODO (Impl): This does not enforce xsd:NMTOKEN restrictions yet.
 class BasicValueNonNegativeInteger
           
 class BasicValueNonPositiveInteger
           
 class BasicValueNormalizedString
           
 class BasicValuePositiveInteger
           
 class BasicValueShort
           
 class BasicValueString
           
 class BasicValueTime
           
 class BasicValueToken
           
 class BasicValueUnsignedByte
           
 class BasicValueUnsignedInt
           
 class BasicValueUnsignedLong
           
 class BasicValueUnsignedShort
           
 

Methods in org.eclipse.higgins.idas.spi that return IAttributeContainer
 IAttributeContainer BasicAttribute.getContainer()
           
 

Methods in org.eclipse.higgins.idas.spi with parameters of type IAttributeContainer
 void BasicAttribute.setContainer(IAttributeContainer container)
           
 

Constructors in org.eclipse.higgins.idas.spi with parameters of type IAttributeContainer
BasicSingleValuedAttribute(org.eclipse.higgins.idas.api.IAttribute copyFrom, IAttributeContainer container, org.eclipse.higgins.idas.api.IContext context)
           
BasicAttributeSet(Iterator attrs, IAttributeContainer container, org.eclipse.higgins.idas.api.IContext context)
           
BasicAttribute(org.eclipse.higgins.idas.api.IAttribute copyFrom, IAttributeContainer container, org.eclipse.higgins.idas.api.IContext context)
          Note that the container's updateNotification is not called while the values in copyFrom are being copied.
BasicAttribute(URI attrID, org.eclipse.higgins.idas.api.IAttributeValue value, IAttributeContainer container, org.eclipse.higgins.idas.api.IContext context)
           
BasicAttribute(URI attrID, Object data, IAttributeContainer container, org.eclipse.higgins.idas.api.IContext context)
           
BasicAttribute(URI attrID, Iterator values, IAttributeContainer container, org.eclipse.higgins.idas.api.IContext context)
          Note that the container's updateNotification is not called while the IValues in values are being added.