Uses of Interface
org.w3.x2001.smil20.language.SetType
-
Packages that use SetType Package Description net.opengis.gml net.opengis.gml.impl org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of SetType in net.opengis.gml
Methods in net.opengis.gml that return SetType Modifier and Type Method Description SetTypeBaseStyleDescriptorType. addNewSet()Appends and returns a new empty value (as xml) as the last "set" elementSetType[]BaseStyleDescriptorType. getSetArray()Gets array of all "set" elementsSetTypeBaseStyleDescriptorType. getSetArray(int i)Gets ith "set" elementSetTypeBaseStyleDescriptorType. insertNewSet(int i)Inserts and returns a new empty value (as xml) as the ith "set" elementMethods in net.opengis.gml with parameters of type SetType Modifier and Type Method Description voidBaseStyleDescriptorType. setSetArray(int i, SetType set)Sets ith "set" elementvoidBaseStyleDescriptorType. setSetArray(SetType[] setArray)Sets array of all "set" element -
Uses of SetType in net.opengis.gml.impl
Methods in net.opengis.gml.impl that return SetType Modifier and Type Method Description SetTypeBaseStyleDescriptorTypeImpl. addNewSet()Appends and returns a new empty value (as xml) as the last "set" elementSetType[]BaseStyleDescriptorTypeImpl. getSetArray()Gets array of all "set" elementsSetTypeBaseStyleDescriptorTypeImpl. getSetArray(int i)Gets ith "set" elementSetTypeBaseStyleDescriptorTypeImpl. insertNewSet(int i)Inserts and returns a new empty value (as xml) as the ith "set" elementMethods in net.opengis.gml.impl with parameters of type SetType Modifier and Type Method Description voidBaseStyleDescriptorTypeImpl. setSetArray(int i, SetType set)Sets ith "set" elementvoidBaseStyleDescriptorTypeImpl. setSetArray(SetType[] setArray)Sets array of all "set" element -
Uses of SetType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return SetType Modifier and Type Method Description SetTypeSetDocument. addNewSet2()Appends and returns a new empty "set" elementSetTypeSetDocument. getSet2()Gets the "set" elementMethods in org.w3.x2001.smil20 with parameters of type SetType Modifier and Type Method Description voidSetDocument. setSet2(SetType set2)Sets the "set" element -
Uses of SetType in org.w3.x2001.smil20.impl
Methods in org.w3.x2001.smil20.impl that return SetType Modifier and Type Method Description SetTypeSetDocumentImpl. addNewSet2()Appends and returns a new empty "set" elementSetTypeSetDocumentImpl. getSet2()Gets the "set" elementMethods in org.w3.x2001.smil20.impl with parameters of type SetType Modifier and Type Method Description voidSetDocumentImpl. setSet2(SetType set2)Sets the "set" element -
Uses of SetType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return SetType Modifier and Type Method Description SetTypeSetDocument. addNewSet()Appends and returns a new empty "set" elementSetTypeSetDocument. getSet()Gets the "set" elementstatic SetTypeSetType.Factory. newInstance()static SetTypeSetType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(File file)static SetTypeSetType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(InputStream is)static SetTypeSetType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(Reader r)static SetTypeSetType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(String xmlAsString)static SetTypeSetType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(URL u)static SetTypeSetType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(XMLStreamReader sr)static SetTypeSetType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SetTypeSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SetTypeSetType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SetTypeSetType.Factory. parse(Node node)static SetTypeSetType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2001.smil20.language with parameters of type SetType Modifier and Type Method Description voidSetDocument. setSet(SetType set)Sets the "set" element -
Uses of SetType in org.w3.x2001.smil20.language.impl
Classes in org.w3.x2001.smil20.language.impl that implement SetType Modifier and Type Class Description classSetTypeImplAn XML setType(@http://www.w3.org/2001/SMIL20/Language).Methods in org.w3.x2001.smil20.language.impl that return SetType Modifier and Type Method Description SetTypeSetDocumentImpl. addNewSet()Appends and returns a new empty "set" elementSetTypeSetDocumentImpl. getSet()Gets the "set" elementMethods in org.w3.x2001.smil20.language.impl with parameters of type SetType Modifier and Type Method Description voidSetDocumentImpl. setSet(SetType set)Sets the "set" element
-