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