Uses of Interface
org.w3.x2001.smil20.NonNegativeDecimalType
-
Packages that use NonNegativeDecimalType Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of NonNegativeDecimalType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return NonNegativeDecimalType Modifier and Type Method Description static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. newInstance()static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. newValue(Object obj)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(File file)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(InputStream is)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(Reader r)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(String xmlAsString)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(URL u)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(XMLStreamReader sr)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(Node node)static NonNegativeDecimalTypeNonNegativeDecimalType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of NonNegativeDecimalType in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement NonNegativeDecimalType Modifier and Type Class Description classNonNegativeDecimalTypeImplAn XML nonNegativeDecimalType(@http://www.w3.org/2001/SMIL20/). -
Uses of NonNegativeDecimalType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return NonNegativeDecimalType Modifier and Type Method Description NonNegativeDecimalTypeAnimateColorType. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeNonNegativeDecimalTypeAnimateMotionType. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeNonNegativeDecimalTypeAnimateType. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeNonNegativeDecimalTypeSetType. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeMethods in org.w3.x2001.smil20.language with parameters of type NonNegativeDecimalType Modifier and Type Method Description voidAnimateColorType. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidAnimateMotionType. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidAnimateType. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidSetType. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attribute -
Uses of NonNegativeDecimalType in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return NonNegativeDecimalType Modifier and Type Method Description NonNegativeDecimalTypeAnimateColorTypeImpl. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeNonNegativeDecimalTypeAnimateMotionTypeImpl. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeNonNegativeDecimalTypeAnimateTypeImpl. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeNonNegativeDecimalTypeSetTypeImpl. xgetRepeatCount()Gets (as xml) the "repeatCount" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type NonNegativeDecimalType Modifier and Type Method Description voidAnimateColorTypeImpl. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidAnimateMotionTypeImpl. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidAnimateTypeImpl. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attributevoidSetTypeImpl. xsetRepeatCount(NonNegativeDecimalType repeatCount)Sets (as xml) the "repeatCount" attribute
-