Uses of Interface
org.w3.x1999.xlink.ActuateType
-
Packages that use ActuateType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ActuateType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ActuateType Modifier and Type Method Description static ActuateTypeActuateType.Factory. newInstance()static ActuateTypeActuateType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. newValue(Object obj)static ActuateTypeActuateType.Factory. parse(File file)static ActuateTypeActuateType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. parse(InputStream is)static ActuateTypeActuateType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. parse(Reader r)static ActuateTypeActuateType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. parse(String xmlAsString)static ActuateTypeActuateType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. parse(URL u)static ActuateTypeActuateType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. parse(XMLStreamReader sr)static ActuateTypeActuateType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ActuateTypeActuateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ActuateTypeActuateType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ActuateTypeActuateType.Factory. parse(Node node)static ActuateTypeActuateType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)ActuateTypeActuateAttribute. xgetActuate()Gets (as xml) the "actuate" attributeActuateTypeArcType. xgetActuate()Gets (as xml) the "actuate" attributeActuateTypeSimple. xgetActuate()Gets (as xml) the "actuate" attributeMethods in org.w3.x1999.xlink with parameters of type ActuateType Modifier and Type Method Description voidActuateAttribute. xsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidArcType. xsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidSimple. xsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attribute -
Uses of ActuateType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ActuateType Modifier and Type Class Description classActuateTypeImplAn XML actuateType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return ActuateType Modifier and Type Method Description ActuateTypeActuateAttributeImpl. xgetActuate()Gets (as xml) the "actuate" attributeActuateTypeArcTypeImpl. xgetActuate()Gets (as xml) the "actuate" attributeActuateTypeSimpleImpl. xgetActuate()Gets (as xml) the "actuate" attributeMethods in org.w3.x1999.xlink.impl with parameters of type ActuateType Modifier and Type Method Description voidActuateAttributeImpl. xsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidArcTypeImpl. xsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidSimpleImpl. xsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attribute
-