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