Uses of Interface
org.w3.x2001.smil20.AnimatePrototype.AttributeType
-
Packages that use AnimatePrototype.AttributeType Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl -
-
Uses of AnimatePrototype.AttributeType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return AnimatePrototype.AttributeType Modifier and Type Method Description static AnimatePrototype.AttributeTypeAnimatePrototype.AttributeType.Factory. newInstance()static AnimatePrototype.AttributeTypeAnimatePrototype.AttributeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnimatePrototype.AttributeTypeAnimatePrototype.AttributeType.Factory. newValue(Object obj)AnimatePrototype.AttributeTypeAnimatePrototype. xgetAttributeType()Gets (as xml) the "attributeType" attributeMethods in org.w3.x2001.smil20 with parameters of type AnimatePrototype.AttributeType Modifier and Type Method Description voidAnimatePrototype. xsetAttributeType(AnimatePrototype.AttributeType attributeType)Sets (as xml) the "attributeType" attribute -
Uses of AnimatePrototype.AttributeType in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement AnimatePrototype.AttributeType Modifier and Type Class Description static classAnimatePrototypeImpl.AttributeTypeImplAn XML attributeType(@).Methods in org.w3.x2001.smil20.impl that return AnimatePrototype.AttributeType Modifier and Type Method Description AnimatePrototype.AttributeTypeAnimatePrototypeImpl. xgetAttributeType()Gets (as xml) the "attributeType" attributeMethods in org.w3.x2001.smil20.impl with parameters of type AnimatePrototype.AttributeType Modifier and Type Method Description voidAnimatePrototypeImpl. xsetAttributeType(AnimatePrototype.AttributeType attributeType)Sets (as xml) the "attributeType" attribute
-