Uses of Interface
org.w3.x1999.xlink.HrefType
-
Packages that use HrefType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of HrefType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return HrefType Modifier and Type Method Description static HrefTypeHrefType.Factory. newInstance()static HrefTypeHrefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. newValue(Object obj)static HrefTypeHrefType.Factory. parse(File file)static HrefTypeHrefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. parse(InputStream is)static HrefTypeHrefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. parse(Reader r)static HrefTypeHrefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. parse(String xmlAsString)static HrefTypeHrefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. parse(URL u)static HrefTypeHrefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. parse(XMLStreamReader sr)static HrefTypeHrefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static HrefTypeHrefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic HrefTypeHrefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic HrefTypeHrefType.Factory. parse(Node node)static HrefTypeHrefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)HrefTypeHrefAttribute. xgetHref()Gets (as xml) the "href" attributeHrefTypeLocatorType. xgetHref()Gets (as xml) the "href" attributeHrefTypeSimple. xgetHref()Gets (as xml) the "href" attributeMethods in org.w3.x1999.xlink with parameters of type HrefType Modifier and Type Method Description voidHrefAttribute. xsetHref(HrefType href)Sets (as xml) the "href" attributevoidLocatorType. xsetHref(HrefType href)Sets (as xml) the "href" attributevoidSimple. xsetHref(HrefType href)Sets (as xml) the "href" attribute -
Uses of HrefType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement HrefType Modifier and Type Class Description classHrefTypeImplAn XML hrefType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return HrefType Modifier and Type Method Description HrefTypeHrefAttributeImpl. xgetHref()Gets (as xml) the "href" attributeHrefTypeLocatorTypeImpl. xgetHref()Gets (as xml) the "href" attributeHrefTypeSimpleImpl. xgetHref()Gets (as xml) the "href" attributeMethods in org.w3.x1999.xlink.impl with parameters of type HrefType Modifier and Type Method Description voidHrefAttributeImpl. xsetHref(HrefType href)Sets (as xml) the "href" attributevoidLocatorTypeImpl. xsetHref(HrefType href)Sets (as xml) the "href" attributevoidSimpleImpl. xsetHref(HrefType href)Sets (as xml) the "href" attribute
-