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