Uses of Interface
org.w3.x1999.xlink.LabelType
-
Packages that use LabelType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of LabelType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return LabelType Modifier and Type Method Description static LabelTypeLabelType.Factory. newInstance()static LabelTypeLabelType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. newValue(Object obj)static LabelTypeLabelType.Factory. parse(File file)static LabelTypeLabelType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(InputStream is)static LabelTypeLabelType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(Reader r)static LabelTypeLabelType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(String xmlAsString)static LabelTypeLabelType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(URL u)static LabelTypeLabelType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(XMLStreamReader sr)static LabelTypeLabelType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LabelTypeLabelType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LabelTypeLabelType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LabelTypeLabelType.Factory. parse(Node node)static LabelTypeLabelType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)LabelTypeLabelAttribute. xgetLabel()Gets (as xml) the "label" attributeLabelTypeLocatorType. xgetLabel()Gets (as xml) the "label" attributeLabelTypeResourceType. xgetLabel()Gets (as xml) the "label" attributeMethods in org.w3.x1999.xlink with parameters of type LabelType Modifier and Type Method Description voidLabelAttribute. xsetLabel(LabelType label)Sets (as xml) the "label" attributevoidLocatorType. xsetLabel(LabelType label)Sets (as xml) the "label" attributevoidResourceType. xsetLabel(LabelType label)Sets (as xml) the "label" attribute -
Uses of LabelType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement LabelType Modifier and Type Class Description classLabelTypeImplAn XML labelType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return LabelType Modifier and Type Method Description LabelTypeLabelAttributeImpl. xgetLabel()Gets (as xml) the "label" attributeLabelTypeLocatorTypeImpl. xgetLabel()Gets (as xml) the "label" attributeLabelTypeResourceTypeImpl. xgetLabel()Gets (as xml) the "label" attributeMethods in org.w3.x1999.xlink.impl with parameters of type LabelType Modifier and Type Method Description voidLabelAttributeImpl. xsetLabel(LabelType label)Sets (as xml) the "label" attributevoidLocatorTypeImpl. xsetLabel(LabelType label)Sets (as xml) the "label" attributevoidResourceTypeImpl. xsetLabel(LabelType label)Sets (as xml) the "label" attribute
-