Uses of Interface
org.w3.x1999.xlink.TitleAttrType
-
Packages that use TitleAttrType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of TitleAttrType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return TitleAttrType Modifier and Type Method Description static TitleAttrTypeTitleAttrType.Factory. newInstance()static TitleAttrTypeTitleAttrType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. newValue(Object obj)static TitleAttrTypeTitleAttrType.Factory. parse(File file)static TitleAttrTypeTitleAttrType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. parse(InputStream is)static TitleAttrTypeTitleAttrType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. parse(Reader r)static TitleAttrTypeTitleAttrType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. parse(String xmlAsString)static TitleAttrTypeTitleAttrType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. parse(URL u)static TitleAttrTypeTitleAttrType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. parse(XMLStreamReader sr)static TitleAttrTypeTitleAttrType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TitleAttrTypeTitleAttrType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TitleAttrTypeTitleAttrType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TitleAttrTypeTitleAttrType.Factory. parse(Node node)static TitleAttrTypeTitleAttrType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TitleAttrTypeResourceType. xgetTitle()Gets (as xml) the "title" attributeTitleAttrTypeSimple. xgetTitle()Gets (as xml) the "title" attributeTitleAttrTypeTitleAttribute. xgetTitle()Gets (as xml) the "title" attributeTitleAttrTypeArcType. xgetTitle2()Gets (as xml) the "title" attributeTitleAttrTypeExtended. xgetTitle2()Gets (as xml) the "title" attributeTitleAttrTypeLocatorType. xgetTitle2()Gets (as xml) the "title" attributeMethods in org.w3.x1999.xlink with parameters of type TitleAttrType Modifier and Type Method Description voidResourceType. xsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidSimple. xsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidTitleAttribute. xsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidArcType. xsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attributevoidExtended. xsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attributevoidLocatorType. xsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attribute -
Uses of TitleAttrType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement TitleAttrType Modifier and Type Class Description classTitleAttrTypeImplAn XML titleAttrType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return TitleAttrType Modifier and Type Method Description TitleAttrTypeResourceTypeImpl. xgetTitle()Gets (as xml) the "title" attributeTitleAttrTypeSimpleImpl. xgetTitle()Gets (as xml) the "title" attributeTitleAttrTypeTitleAttributeImpl. xgetTitle()Gets (as xml) the "title" attributeTitleAttrTypeArcTypeImpl. xgetTitle2()Gets (as xml) the "title" attributeTitleAttrTypeExtendedImpl. xgetTitle2()Gets (as xml) the "title" attributeTitleAttrTypeLocatorTypeImpl. xgetTitle2()Gets (as xml) the "title" attributeMethods in org.w3.x1999.xlink.impl with parameters of type TitleAttrType Modifier and Type Method Description voidResourceTypeImpl. xsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidSimpleImpl. xsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidTitleAttributeImpl. xsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidArcTypeImpl. xsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attributevoidExtendedImpl. xsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attributevoidLocatorTypeImpl. xsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attribute
-