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