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