Uses of Interface
org.w3.x1999.xlink.TitleEltType
-
Packages that use TitleEltType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of TitleEltType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return TitleEltType Modifier and Type Method Description TitleEltTypeArcType. addNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementTitleEltTypeExtended. addNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementTitleEltTypeLocatorType. addNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementTitleEltTypeTitleDocument. addNewTitle()Appends and returns a new empty "title" elementTitleEltTypeTitleDocument. getTitle()Gets the "title" elementTitleEltType[]ArcType. getTitleArray()Gets array of all "title" elementsTitleEltTypeArcType. getTitleArray(int i)Gets ith "title" elementTitleEltType[]Extended. getTitleArray()Gets array of all "title" elementsTitleEltTypeExtended. getTitleArray(int i)Gets ith "title" elementTitleEltType[]LocatorType. getTitleArray()Gets array of all "title" elementsTitleEltTypeLocatorType. getTitleArray(int i)Gets ith "title" elementTitleEltTypeArcType. insertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementTitleEltTypeExtended. insertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementTitleEltTypeLocatorType. insertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementstatic TitleEltTypeTitleEltType.Factory. newInstance()static TitleEltTypeTitleEltType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(File file)static TitleEltTypeTitleEltType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(InputStream is)static TitleEltTypeTitleEltType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(Reader r)static TitleEltTypeTitleEltType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(String xmlAsString)static TitleEltTypeTitleEltType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(URL u)static TitleEltTypeTitleEltType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(XMLStreamReader sr)static TitleEltTypeTitleEltType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TitleEltTypeTitleEltType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TitleEltTypeTitleEltType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TitleEltTypeTitleEltType.Factory. parse(Node node)static TitleEltTypeTitleEltType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x1999.xlink with parameters of type TitleEltType Modifier and Type Method Description voidTitleDocument. setTitle(TitleEltType title)Sets the "title" elementvoidArcType. setTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidArcType. setTitleArray(TitleEltType[] titleArray)Sets array of all "title" elementvoidExtended. setTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidExtended. setTitleArray(TitleEltType[] titleArray)Sets array of all "title" elementvoidLocatorType. setTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidLocatorType. setTitleArray(TitleEltType[] titleArray)Sets array of all "title" element -
Uses of TitleEltType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement TitleEltType Modifier and Type Class Description classTitleEltTypeImplAn XML titleEltType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return TitleEltType Modifier and Type Method Description TitleEltTypeArcTypeImpl. addNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementTitleEltTypeExtendedImpl. addNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementTitleEltTypeLocatorTypeImpl. addNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementTitleEltTypeTitleDocumentImpl. addNewTitle()Appends and returns a new empty "title" elementTitleEltTypeTitleDocumentImpl. getTitle()Gets the "title" elementTitleEltType[]ArcTypeImpl. getTitleArray()Gets array of all "title" elementsTitleEltTypeArcTypeImpl. getTitleArray(int i)Gets ith "title" elementTitleEltType[]ExtendedImpl. getTitleArray()Gets array of all "title" elementsTitleEltTypeExtendedImpl. getTitleArray(int i)Gets ith "title" elementTitleEltType[]LocatorTypeImpl. getTitleArray()Gets array of all "title" elementsTitleEltTypeLocatorTypeImpl. getTitleArray(int i)Gets ith "title" elementTitleEltTypeArcTypeImpl. insertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementTitleEltTypeExtendedImpl. insertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementTitleEltTypeLocatorTypeImpl. insertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementMethods in org.w3.x1999.xlink.impl with parameters of type TitleEltType Modifier and Type Method Description voidTitleDocumentImpl. setTitle(TitleEltType title)Sets the "title" elementvoidArcTypeImpl. setTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidArcTypeImpl. setTitleArray(TitleEltType[] titleArray)Sets array of all "title" elementvoidExtendedImpl. setTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidExtendedImpl. setTitleArray(TitleEltType[] titleArray)Sets array of all "title" elementvoidLocatorTypeImpl. setTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidLocatorTypeImpl. setTitleArray(TitleEltType[] titleArray)Sets array of all "title" element
-