Uses of Interface
org.w3.x1999.xlink.LabelAttribute
-
Packages that use LabelAttribute Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of LabelAttribute in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return LabelAttribute Modifier and Type Method Description static LabelAttributeLabelAttribute.Factory. newInstance()static LabelAttributeLabelAttribute.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(File file)static LabelAttributeLabelAttribute.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(InputStream is)static LabelAttributeLabelAttribute.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(Reader r)static LabelAttributeLabelAttribute.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(String xmlAsString)static LabelAttributeLabelAttribute.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(URL u)static LabelAttributeLabelAttribute.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(XMLStreamReader sr)static LabelAttributeLabelAttribute.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LabelAttributeLabelAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LabelAttributeLabelAttribute.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LabelAttributeLabelAttribute.Factory. parse(Node node)static LabelAttributeLabelAttribute.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of LabelAttribute in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement LabelAttribute Modifier and Type Class Description classLabelAttributeImplA document containing one label(@http://www.w3.org/1999/xlink) attribute.
-